# Overview

\- Each trade through the protocol owned Uniswap position pays 1% fees.

\- Every $5 worth of fees paid through a buy through the **Uniswap pool (ONLY)** mints a Ticket NFT.

\- Every week a random number is generated, and the owner of the Ticket NFT with an ID matching the generated number receives a portion of the fees accumulated in the Uniswap position.

\- 100 Ticket NFTs per week are picked based on the random number and will receive a project NFT, ie an "IFT". The number of project IFTs distributed through this method halves every 5 weeks.&#x20;

\- There are 10,000 project IFTs in total, any user can lock 1/10,000 of the token supply to mint a project IFTs.

\- Every project IFT can be burned to redeem 1/10,000 of the token supply.

## ‼️ IMPORTANT ‼️&#x20;

* All swaps of $INT should occur through the Uniswap pool. <mark style="color:red;">**It is recommend that swaps occur are performed either by calling the uniswap contracts directly or through using SushiSwap.**</mark> If swaps are performed via an aggregator the corresponding $TKT NFTs will be transferred to the contract address of the aggregator and not the users wallet.
* Do not provide liquidity for this token. Protocol owned liquidity is provided. Any externally provided liquidity will be automatically transferred to the DAO Treasury.


---

# 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/overview.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.
