info_tfgrid/collections/projectinca/tokens/tft.md

104 lines
2.9 KiB
Markdown
Raw Normal View History

2024-04-25 09:22:51 +00:00
## TFT main stats
2024-04-26 17:17:16 +00:00
Right now about 5 million TFT are farmed (mined) per month. This number wil increase as more nodes are being added. About 294,000,000 TFT have been farmed so far.
2024-04-25 09:22:51 +00:00
```echarts
option = {
title: {
text: 'TFT Token',
subtext: 'Distribution',
left: 'center'
},
tooltip: {
trigger: 'item'
},
series: [
{
name: 'Distribution',
type: 'pie',
radius: '70%',
data: [
{ value: 294, name: 'Farming Done' },
{ value: 180, name: 'Grants' },
{ value: 40, name: 'Liquidity' },
{ value: 230, name: 'Technology Acquisition' },
{ value: 200, name: 'Advisors, Founders & Team' },
{ value: 60, name: 'Planned Farming 2024' },
{ value: 2915, name: 'Future Farming 2025+' },
],
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-04-26 17:17:16 +00:00
### TFT Supply Over 1 Billion Changes!!!
2024-04-25 09:22:51 +00:00
From 1 Billion TFT the farming rules will change to make sure that each farming capacity is used by real users in the field, we don't just want to burn energy.
2024-04-26 17:17:16 +00:00
The rules from Jan 1 2025 or 1 billion TFT whatever is first will be as follows:
2024-04-25 09:22:51 +00:00
- 2 year lockup of farmed tokens
- after 6 months, accelerated vesting (means tokens unlock) once utilization is 30% for more than 3 months
2024-04-26 17:17:16 +00:00
- Utilization is done on INCA Portal, so we know they are real customers with real needs
- The farming reward will be expressed in chosen stable coin e.g. EUR or Gold, but rewarded in TFT
- SLA's and uptime will be monitored carefully, if not achieved, there will be no farming
- Farmer is part of farming pool or is a certified farmer themselves (with SAL, T&C signed, etc.)
2024-04-25 09:22:51 +00:00
2024-04-26 17:17:16 +00:00
This will make sure that:
2024-04-25 09:22:51 +00:00
2024-04-26 17:17:16 +00:00
- There is no fake capacity and the quality is good
- The nodes are used properly by real customers
- There is minimal sales pressure on the TFT
2024-04-25 09:22:51 +00:00
### Active tokens
2024-04-26 17:17:16 +00:00
View is as planned for end 2024:
2024-04-25 09:22:51 +00:00
```echarts
option = {
title: {
text: 'TFT Token',
subtext: 'Existing Supply',
left: 'center'
},
tooltip: {
trigger: 'item'
},
series: [
{
name: 'Distribution',
type: 'pie',
radius: '70%',
data: [
{ value: 294, name: 'Farming Done' },
{ value: 180, name: 'Grants' },
{ value: 40, name: 'Liquidity' },
{ value: 230, name: 'Technology Acquisition' },
{ value: 200, name: 'Advisors, Founders & Team' },
{ value: 60, name: 'Planned Farming 2024' },
],
emphasis: {
itemStyle: {
shadowBlur: 10,
shadowOffsetX: 0,
shadowColor: 'rgba(0, 0, 0, 0.5)'
}
}
}
]
};
```
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).