cloudboxes and ...

This commit is contained in:
2024-04-25 11:22:51 +02:00
parent 8b6ff82538
commit 5e633c1df3
34 changed files with 702 additions and 87 deletions

View File

@@ -0,0 +1,56 @@
## High Level Tokenomics INCA
There can never be more than 4 Billion INCA
- 3 Billion for TFT holders (1 TFT buys 3 INCA)
- Will be sold uniquely to TFT Holders (the founders, creators and farmers of the current TFGrid)
- We expect to never fully get to this amount, each TFT converted to INCA gets burned (destroyed).
- Jan 1 2025, the price between INCA & TFT will be defined by the market by means of a liquidity pool.
- 0.5 Billion for expansion of farming capacity of the grid
- Farming rewards
- Can also be sold through partners e.g. SwissBorg (through INCA-G) and others...
- 0.3 Billion for community expansion
- promotion of the TFGrid
- creation of technology on top of the TF Grid
- peer2peer promotion program
- 0.2 Billion for Depin TF Team with 24 months accelerated vesting.
- 5 % of total
- is for people who help to expand the Grid (starting now)
- a lot of it is to reward our partners to help launch the INCA Tokens & the TF Grid
```echarts
option = {
title: {
text: 'INCA Token',
subtext: 'Distribution',
left: 'center'
},
tooltip: {
trigger: 'item'
},
series: [
{
name: 'Distribution',
type: 'pie',
radius: '70%',
data: [
{ value: 3, name: 'TF Original Farmers' },
{ value: 0.5, name: 'Farming Rewards' },
{ value: 0.3, name: 'Community Expansion' },
{ value: 0.2, name: 'Team' },
],
emphasis: {
itemStyle: {
shadowBlur: 10,
shadowOffsetX: 0,
shadowColor: 'rgba(0, 0, 0, 0.5)'
}
}
}
]
};
```
*Accelerated Vesting means: if INCA gets above 0.5 CHF per INCA the vesting accelerates 50%, if above 0.6 CHF 60%, ... if above 1 CHF 100% acceleration.*

View File

@@ -0,0 +1,104 @@
## 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)