> For the complete documentation index, see [llms.txt](https://docs.kaze.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaze.fi/tigris/tig-and-governance.md).

# TIG and Governance

#### Tigris (TIG) is the protocol token that can be staked to receive trading fees and to vote on governance proposals.

TIG stakers earn 70% of market orders trading fees and 63% of limit and stop orders trading fees. The other 7% is used to incentivize their executions and is paid [to execution bots](/tigris/for-developers.md).

Profits from trading fees are paid out in real-time in TIGusd and tigETH and can be claimed through Tigris's website or by interacting with the staking contract directly. Stakers only earn the profits generated on the chain they are staking on.&#x20;

TIG is an Omnichain Fungible Token and can be bridged between chains Tigris is deployed on thanks to LayerZero.

Staking grants Governance power but is also possible to lock TIG from 1 to 365 days to receive even more, calculated as:

*amount + amount\*duration/maxduration*

Voting is currently done on [Snapshot ](https://gov.tigris.trade/#/)with on-chain governance coming in the future. Discussions around upcoming and existing proposals happen in the official [Discord server](https://discord.gg/9YqkK29Qx2) in the Governance channel.

The DAO is governed by both Gov NFTs and TIG holders (1 NFT has the voting power of 1300 TIG).

## Tokenomics

Tigris migrated from a Governance NFT model to a Token model. More details [here](https://docs.tigris.trade/protocol/tig-and-governance/governance-nft).\
Previous Gov NFT owners can convert one NFT for 1300 TIG tokens.

**TIG total supply is 2,000,000.**&#x20;

Distribution for the TGE (Token Generation Event) was:

<table><thead><tr><th width="234"> </th><th width="215.33333333333331">TIG tokens</th><th>% of total supply</th></tr></thead><tbody><tr><td>Gov NFTs </td><td>787,800</td><td>39.3%</td></tr><tr><td>Public Sale</td><td>400,000</td><td>20%</td></tr><tr><td>Whitelist Sale</td><td>300,000</td><td>15%</td></tr><tr><td>Team </td><td>218,300</td><td>10.915%</td></tr><tr><td>Treasury</td><td>193,900</td><td>9.695%</td></tr><tr><td>Airdrops</td><td>100,000</td><td>5%</td></tr><tr><td>Total</td><td>2,000,000</td><td>100%</td></tr></tbody></table>

Out of 700,000 tokens available, the sales amounted to:

<table><thead><tr><th width="162"> </th><th width="119">Price</th><th width="122.33333333333331">Sold</th><th width="125">Unsold</th><th>Raised USDT</th></tr></thead><tbody><tr><td>Whitelist Sale</td><td>0.85 USDT</td><td>269,672</td><td>30.328</td><td>229,221.2 </td></tr><tr><td>Public Sale</td><td>0.90 USDT</td><td>99,321.83</td><td>300.678.17</td><td>89,389.64 </td></tr><tr><td>Total</td><td></td><td>368,993.83</td><td>331,006.17</td><td>318,610.84 </td></tr></tbody></table>

Unsold tokens are currently in the Sale contract and will be sent to the Treasury.

102,948 TIG from the Treasury have been used for the first LP on Uniswap, paired with 100,000 USDT worth of ETH. \
The circulating supply can be  checked on [Dune](https://dune.com/Henrystats/tigris-token).

#### Final TIG distribution:

<table><thead><tr><th width="120"> </th><th width="174.66666666666666">From Gov NFTs</th><th width="138">From TGE</th><th width="121">Total</th><th>% of circ supply</th></tr></thead><tbody><tr><td>Investors</td><td>520,000 </td><td>368,993.83</td><td>888,993.83</td><td>44,45%</td></tr><tr><td>Team</td><td>141,700</td><td>218,300</td><td>360,000</td><td>18%</td></tr><tr><td>Treasury</td><td>126,100</td><td>524,906.17</td><td>651,006.17</td><td>32.55%</td></tr><tr><td>Airdrops</td><td>0</td><td>100,000</td><td>100,000</td><td>5%</td></tr></tbody></table>

### Vesting

Governance NFTs can be converted into TIG starting from July 1st. After the conversion they are linearly vested for 30 days.

Team tokens are linearly vested for 6 months starting from the TGE.\
They will be staked and used to vote on Governance proposals.&#x20;

Treasury tokens are liquid and will be staked but not used to vote on Governance proposals.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.kaze.fi/tigris/tig-and-governance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
