55 lines
1.5 KiB
Markdown
55 lines
1.5 KiB
Markdown
## TFT Main Stats
|
|
|
|
TFT is the token on Stellar as was used on our previous grids (v 1,2,3).
|
|
|
|
- **The TFT is our Creator Token, it has established and proven the technology**
|
|
- Right now about 5 million TFT are farmed (mined) per month
|
|
- About 294,000,000 TFT have been farmed so far
|
|
- Farming of TFT will stop at 1 Billion TFT
|
|
|
|
|
|
```echarts
|
|
option = {
|
|
title: {
|
|
text: 'TFT Token Version 3.x',
|
|
subtext: 'Distribution',
|
|
left: 'center'
|
|
},
|
|
tooltip: {
|
|
trigger: 'item'
|
|
},
|
|
series: [
|
|
{
|
|
name: 'Distribution',
|
|
type: 'pie',
|
|
radius: '70%',
|
|
data: [
|
|
{ value: 700, name: 'Farming Done' },
|
|
{ value: 80, name: 'Liquidity' },
|
|
{ value: 360, name: 'Grants' },
|
|
{ value: 460, name: 'Technology Acquisition' },
|
|
{ value: 400, name: 'Advisors, Founders & Team' },
|
|
],
|
|
emphasis: {
|
|
itemStyle: {
|
|
shadowBlur: 10,
|
|
shadowOffsetX: 0,
|
|
shadowColor: 'rgba(0, 0, 0, 0.5)'
|
|
}
|
|
}
|
|
}
|
|
]
|
|
};
|
|
```
|
|
|
|
- Rivine-minted TFT: 112,862,249
|
|
- Stellar-minted TFT: 181,262,054
|
|
|
|
### On v3.x of our Grid TFT Farming is limited to 1 Billion
|
|
|
|
- Farming on TFGrid (our v3 release) stops at 1 Billion.
|
|
- Farming continues (over v4 release) total will be 50% of the total supply (1,2,3 and 4 release)
|
|
|
|
*The values above are estimate in some cases as we don't have full visibility and details for all wallets, but of course the totals are correct.*
|
|
|
|
For the Grants, see [the Grants Document](grants.md). |