info_tfgrid/collections/projectinca/tokens/tft.md

55 lines
1.5 KiB
Markdown
Raw Normal View History

2024-05-10 11:35:58 +00:00
## TFT Main Stats
2024-04-25 09:22:51 +00:00
2024-05-10 11:35:58 +00:00
TFT is the token on Stellar as was used on our previous grids (v 1,2,3).
2024-05-02 15:54:26 +00:00
- **The TFT is our Creator Token, it has established and proven the technology**
2024-05-10 11:35:58 +00:00
- Right now about 5 million TFT are farmed (mined) per month
- About 294,000,000 TFT have been farmed so far
2024-05-02 15:54:26 +00:00
- Farming of TFT will stop at 1 Billion TFT
2024-04-25 09:22:51 +00:00
```echarts
option = {
title: {
2024-05-02 15:54:26 +00:00
text: 'TFT Token Version 3.x',
2024-04-25 09:22:51 +00:00
subtext: 'Distribution',
left: 'center'
},
tooltip: {
trigger: 'item'
},
series: [
{
name: 'Distribution',
type: 'pie',
radius: '70%',
data: [
2024-05-02 15:54:26 +00:00
{ value: 700, name: 'Farming Done' },
{ value: 80, name: 'Liquidity' },
{ value: 360, name: 'Grants' },
{ value: 460, name: 'Technology Acquisition' },
{ value: 400, name: 'Advisors, Founders & Team' },
2024-04-25 09:22:51 +00:00
],
emphasis: {
itemStyle: {
shadowBlur: 10,
shadowOffsetX: 0,
shadowColor: 'rgba(0, 0, 0, 0.5)'
}
}
}
]
};
```
2024-04-26 17:17:16 +00:00
- Rivine-minted TFT: 112,862,249
- Stellar-minted TFT: 181,262,054
2024-04-25 09:22:51 +00:00
2024-05-10 11:35:58 +00:00
### On v3.x of our Grid TFT Farming is limited to 1 Billion
2024-04-25 09:22:51 +00:00
2024-05-10 11:35:58 +00:00
- 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)
2024-04-25 09:22:51 +00:00
2024-04-26 17:17:16 +00:00
*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.*
2024-04-25 09:22:51 +00:00
2024-04-26 17:17:16 +00:00
For the Grants, see [the Grants Document](grants.md).