52 lines
1.4 KiB
Markdown
52 lines
1.4 KiB
Markdown
# Tokenomics INCA
|
|
|
|
> this is a suggestion, the DePIN advisor team will probably come up with improvements and other requirements.
|
|
|
|
The following is the chart suggesting how the INCA might be distributed.
|
|
|
|
```echarts
|
|
option = {
|
|
title: {
|
|
text: 'INCA Token',z
|
|
subtext: 'Distribution',
|
|
left: 'center'
|
|
},
|
|
tooltip: {
|
|
trigger: 'item'
|
|
},
|
|
series: [
|
|
{
|
|
name: 'Distribution',
|
|
type: 'pie',
|
|
radius: '70%',
|
|
data: [
|
|
{ value: 50000, name: 'TFT Conversion' },
|
|
{ value: 25000, name: 'INCA Cloud' },
|
|
{ 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)'
|
|
}
|
|
}
|
|
}
|
|
]
|
|
};
|
|
```
|
|
|
|
- 0-50% allows ThreeFold Token (TFT) holders to swap into INCA Cloud Tokens if they would like to switch Cloud.
|
|
- 25% of 1 Billion INCA is sold as a pre-sale for people who are buying cloud capacity from INCA Cloud.
|
|
|
|
- The 50% 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) |