This commit is contained in:
2024-05-02 17:54:26 +02:00
parent 92b5e8ec3d
commit 86f346bde7
74 changed files with 589 additions and 516 deletions

View File

@@ -1,11 +1,17 @@
## TFT main stats
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.
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',
text: 'TFT Token Version 3.x',
subtext: 'Distribution',
left: 'center'
},
@@ -18,13 +24,11 @@ option = {
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+' },
{ 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: {
@@ -41,63 +45,10 @@ option = {
- Rivine-minted TFT: 112,862,249
- Stellar-minted TFT: 181,262,054
### TFT Supply Over 1 Billion Changes!!!
### On v3.x of our Grid TFT Farming limited to 1 Billion
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 will be as follows:
- 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 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.)
This will make sure that:
- 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
### 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)'
}
}
}
]
};
```
- 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.*