This commit is contained in:
2024-07-08 06:19:57 +02:00
parent 97854b5b8f
commit 253724e273
28 changed files with 579 additions and 69 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

View File

@@ -0,0 +1,69 @@
## High Level Tokenomics INCA (Plan B)
> This is the plan if we don't find enough funding for Project INCA and need to grow organically.
There can never be more than 4 Billion INCA.
- 50% of supply for Farming
- People expanding the network with Router & Node capacity over the multiple releases
- 14% Million for community grants
- We want to expand and build our project in first place together with the community
- 1.5% Million for community expansion specifically for INCA
- Promotion of the TFGrid
- 5.5% for liquidity providing (DEX, marketmakers, ...)
- 11.5% originating from "Original Technology Acquisition"
- ThreeFold and INCA is the result of technology developed in a tech 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
```echarts
option = {
title: {
text: 'INCA Token',
subtext: 'Distribution',
left: 'center'
},
tooltip: {
trigger: 'item'
},
series: [
{
name: 'Distribution',
type: 'pie',
radius: '70%',
data: [
{ value: 2000, name: 'Farming Rewards' },
{ value: 229, name: 'Liquidity' },
{ value: 560, name: 'Community Grants' },
{ value: 460, name: 'Original Technology Acquisition' },
{ value: 60, name: 'Community Expansion' },
{ value: 700, name: 'Team' },
],
emphasis: {
itemStyle: {
shadowBlur: 10,
shadowOffsetX: 0,
shadowColor: 'rgba(0, 0, 0, 0.5)'
}
}
}
]
};
```
## Release Schedule
![alt text](img/tokens_release.png)
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 USD 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](tft.md).
<!-- https://docs.google.com/spreadsheets/d/1c1eR7oGcRdDkPnqOrERqLwY46V7PbVgKB8Vt-OUvj60/edit#gid=575798760 -->

View File

@@ -0,0 +1,55 @@
## TFT Main Stats
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 Version 3.x',
subtext: 'Distribution',
left: 'center'
},
tooltip: {
trigger: 'item'
},
series: [
{
name: 'Distribution',
type: 'pie',
radius: '70%',
data: [
{ 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: {
shadowBlur: 10,
shadowOffsetX: 0,
shadowColor: 'rgba(0, 0, 0, 0.5)'
}
}
}
]
};
```
- Rivine-minted TFT: 112,862,249
- Stellar-minted TFT: 181,262,054
### On v3.x of our Grid TFT Farming is limited to 1 Billion
- 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.*
For the Grants, see [the Grants Document](grants.md).

View File

@@ -0,0 +1,50 @@
# Tokens Distribution (Plan B)
> This is the plan if we don't find enough funding for Project INCA and need to grow organically.
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:
- +70% of all tokens over both generation net's is for the community (farming, grants, liquidity providing ...)
- 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)'
}
}
}
]
};
```