# $TKT

Each buy/sell transaction through the protocol owned uniswap liquidity pool will pay 1% in swap fees.

For every $5 in buy fees paid, a Ticket NFT will be automatically minted to the buyer's account, subject to the minting cap of 50 per transaction.

EXAMPLES&#x20;

$500 buy: $5 fees paid, 1 Ticket minted&#x20;

$250 buy, $250 sell: $2.50 buy fees paid, $2.50 sell fees paid, 0 Tickets minted

$100 x 5 buy: $5 fees paid, 1 Ticket minted&#x20;

$1000 buy: $10 fees paid, 2 Tickets minted&#x20;

$5000 buy: $50 fees paid, 10 Tickets minted&#x20;

$25,000 buy: $50 fees paid, 50 Tickets minted&#x20;

$50,000 buy: $500 fees paid, 50 Tickets minted (minting cap applied)&#x20;

$100,000 buy: $1000 fees paid, 50 Tickets minted (minting cap applied)&#x20;

IMPORTANT: Large purchases should be split into smaller transactions with each being less than $25k to maximize the number of Tickets minted. The minting cap is necessary because swap interfaces do not allow the swap if the gas required for minting is too high.

Each Ticket minted is an NFT with a unique ID.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://internet-token.gitbook.io/internet-token/tokenomics/usdtkt.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
