tfgrid
This commit is contained in:
BIN
collections/projectinca/tokens/img/release_schedule.png
Normal file
BIN
collections/projectinca/tokens/img/release_schedule.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 87 KiB |
BIN
collections/projectinca/tokens/img/release_schedule2.png
Normal file
BIN
collections/projectinca/tokens/img/release_schedule2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
collections/projectinca/tokens/img/tokens_distr.png
Normal file
BIN
collections/projectinca/tokens/img/tokens_distr.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 219 KiB |
@@ -3,19 +3,16 @@
|
||||
|
||||
There can never be more than 4 Billion INCA.
|
||||
|
||||
- 2 Billion for TFT holders (1 TFT buys 2 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.
|
||||
- 1 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.6 Billion for community expansion
|
||||
- 50% of supply for Farming
|
||||
- People expanding the network with Router & Node capacity over the multiple releases
|
||||
- 16.5% Million for community grants
|
||||
- we want to expand and build our project in first place together with the community
|
||||
- 1.3% Million for community expansion specifically for INCA
|
||||
- Promotion of the TFGrid
|
||||
- Creation of technology on top of the TFGrid
|
||||
- Peer2peer promotion program
|
||||
- 0.4 Billion for Depin ThreeFold Team with 24 months accelerated vesting
|
||||
- 5 % of total
|
||||
- 3.3% For liquidity providing (DEX, marketmakers, ...)
|
||||
- 11.5% for the technology creators
|
||||
- ThreeFold and INCA is the result of technology developed in a teh company, which got acquired many years ago, this resulted in a token grant for the stakeholders of that company
|
||||
- 17.5% for team and contributor rewards
|
||||
- It's 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 TFGrid
|
||||
|
||||
@@ -36,10 +33,12 @@ option = {
|
||||
type: 'pie',
|
||||
radius: '70%',
|
||||
data: [
|
||||
{ value: 2, name: 'TF Original Farmers' },
|
||||
{ value: 1, name: 'Farming Rewards' },
|
||||
{ value: 0.6, name: 'Community Expansion' },
|
||||
{ value: 0.4, name: 'Team' },
|
||||
{ value: 2000, name: 'Farming Rewards' },
|
||||
{ value: 130, name: 'Liquidity' },
|
||||
{ value: 660, name: 'Community Grants' },
|
||||
{ value: 460, name: 'Original Technology Acquisition' },
|
||||
{ value: 50, name: 'Community Expansion' },
|
||||
{ value: 700, name: 'Team' },
|
||||
],
|
||||
emphasis: {
|
||||
itemStyle: {
|
||||
@@ -53,4 +52,19 @@ option = {
|
||||
};
|
||||
```
|
||||
|
||||
*Accelerated Vesting means: if INCA gets above 0.5 CHF per INCA (50%), the vesting accelerates in proportion to the percentage (e.g. 0.6 CHF per INCA = 60$ acceleration). At 1 CHF per INCA (100%) and more, the acceleration is 100%.*
|
||||
## Release Schedule
|
||||
|
||||
|
||||

|
||||
|
||||
<br>
|
||||
|
||||

|
||||
|
||||
|
||||
The following table shows planned release, some of the mechanisms and details are still being worked on.
|
||||
|
||||
<!-- *Accelerated Vesting means: if INCA gets above 0.5 CHF per INCA (50%), the vesting accelerates in proportion to the percentage (e.g. 0.6 CHF per INCA = 60$ acceleration). At 1 CHF per INCA (100%) and more, the acceleration is 100%.* -->
|
||||
|
||||
|
||||
For more information about our gen3 token see [here called TFT](tft.md)
|
@@ -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.*
|
||||
|
||||
|
48
collections/projectinca/tokens/tokens.md
Normal file
48
collections/projectinca/tokens/tokens.md
Normal file
@@ -0,0 +1,48 @@
|
||||
# Tokens Distribution
|
||||
|
||||
The INCA token is the result of our 4 generations of product releases.
|
||||
|
||||
- v 1,2,3 goes under the name of TFT and was minted on Stellar (max 2 Billion)
|
||||
- INCA supercedes and integrates TFT, and is our v4 Token on Solana
|
||||
- INCA will be on many DEXes
|
||||
- The INCA will be bridged to other major blockchains and we aim to have INCA available on Exchanges.
|
||||
|
||||
We are a community driven project and that shows in our tokenomics, over the both generations:
|
||||
|
||||
- 67,7% of all tokens over both generation net's is for the community (farming, grants, ...)
|
||||
- 11.5% was for the original technology acquisition
|
||||
- 17.5% is for the team and contributors
|
||||
|
||||
```echarts
|
||||
option = {
|
||||
title: {
|
||||
text: 'INCA Token',
|
||||
subtext: 'Distribution',
|
||||
left: 'center'
|
||||
},
|
||||
tooltip: {
|
||||
trigger: 'item'
|
||||
},
|
||||
series: [
|
||||
{
|
||||
name: 'Distribution',
|
||||
type: 'pie',
|
||||
radius: '70%',
|
||||
data: [
|
||||
{ value: 2710, name: 'Community Rewards: Farming + grants' },
|
||||
{ value: 130, name: 'Liquidity' },
|
||||
{ value: 460, name: 'Original Technology Acquisition' },
|
||||
{ value: 700, name: 'Team' },
|
||||
],
|
||||
emphasis: {
|
||||
itemStyle: {
|
||||
shadowBlur: 10,
|
||||
shadowOffsetX: 0,
|
||||
shadowColor: 'rgba(0, 0, 0, 0.5)'
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
```
|
||||
|
Reference in New Issue
Block a user