info_tfgrid/collections/solana/tokenomics.md

48 lines
1.2 KiB
Markdown
Raw Normal View History

2024-04-05 05:43:18 +00:00
# Tokenomics
The following is the chart suggesting how the INCA will be distributed.
```echarts
option = {
title: {
text: 'INCA Token',
subtext: 'Distribution',
left: 'center'
},
tooltip: {
trigger: 'item'
},
series: [
{
name: 'Distribution',
type: 'pie',
radius: '70%',
data: [
{ value: 75000, name: 'TFT Conversion' },
{ value: 10000, name: 'Farming Rewards' },
{ value: 2500, name: 'Liquidity' },
{ value: 2500, name: 'Airdrops' },
{ value: 2500, name: '3Node Rewards' },
{ value: 2500, name: 'Developer Grants' },
{ value: 5000, name: 'Community Grants' }
],
emphasis: {
itemStyle: {
shadowBlur: 10,
shadowOffsetX: 0,
shadowColor: 'rgba(0, 0, 0, 0.5)'
}
}
}
]
};
```
No INCA tokens are used for funding or reward of existing team, this all comes out of the historical TFT Tokens.
- The 75% is the big one and is for conversion of TFT to INCA (1 TFT becomes 3 INCA)
- The other 25% is all for rewarding the ecosystem to make INCA succesfull.
## Distribution Detail
![alt text](tokenomics.png)