104 lines
2.9 KiB
Markdown
104 lines
2.9 KiB
Markdown
|
## TFT main stats
|
||
|
|
||
|
Right now about 5 million TFT are farmed (mined) per month, this will become more as more nodes are being added, about 294,000,000 TFT have been farmed so far.
|
||
|
|
||
|
```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)'
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
};
|
||
|
```
|
||
|
|
||
|
- Rivine minted: 112,862,249
|
||
|
- Stellar: 181,262,054
|
||
|
|
||
|
### TFT supply over 1 Billion changes!!!
|
||
|
|
||
|
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.
|
||
|
|
||
|
The rules from jan 1 2025 or 1 billion TFT whatever is first
|
||
|
|
||
|
- 2 year lockup of farmed tokens
|
||
|
- after 6 months, accelerated vesting (means tokens unlock) once utilization is 30% for more than 3 months
|
||
|
- utilization is onde 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 no farming
|
||
|
- farmer is part of farming pool or is a certified farmer themselves (with SAL, T&C signed, ...)
|
||
|
|
||
|
This will make sure that
|
||
|
|
||
|
- there is no fake capacity and the quality good enough
|
||
|
- the nodes are used properly by real customers
|
||
|
- there is minimal sales pressure on the TFT
|
||
|
|
||
|
### Active tokens
|
||
|
|
||
|
View is as planned for end 2024
|
||
|
|
||
|
```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)'
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
};
|
||
|
```
|
||
|
|
||
|
*the values above are estimate but ofcourse the totals are correct, we don't have full visibility on all detail wallets*
|
||
|
|
||
|
For the Grants see [the Grants Document](grants.md)
|