This commit is contained in:
kristof de spiegeleer 2024-04-16 07:26:11 -03:00
parent 7b58aa625e
commit f0bcef7880
4 changed files with 23 additions and 17 deletions

View File

@ -36,6 +36,14 @@ Once Hero is set on your machine, you can run the following commands to preview
## Install and Use Hero ## Install and Use Hero
install hero as follows
```bash
curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh | bash /tmp/hero_install.sh
```
you can also do it on a VM (experts only)
To install and use Hero on a full VM running on the grid, read the [full VM guide](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/docs/hero_mdbook_fullvm.md). To install and use Hero on a full VM running on the grid, read the [full VM guide](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/docs/hero_mdbook_fullvm.md).
## Create a New mdBook ## Create a New mdBook

View File

@ -1,10 +1,10 @@
- [Intro](solana/intro.md) - [Intro](solana/intro.md)
- [Plan A preferred](solana/theplan_a.md) - [Plan A](solana/theplan_b.md)
- [P2P Promotion](solana/peer2peer_promotion.md) - [P2P Promotion](solana/peer2peer_promotion.md)
- [Liquidity](solana/liquidity.md) - [Liquidity](solana/liquidity.md)
- [Teams](solana/teams.md) - [Teams](solana/teams.md)
- [Plan B](solana/theplan_b.md) - [Plan B](solana/theplan_a.md)
- [Collaboration INCA Launch](solana/collab.md) - [Collaboration INCA Launch](solana/collab.md)
- [Remuneration](solana/remuneration.md) - [Remuneration](solana/remuneration.md)
- [INCA Reward Certificate](solana/inca_reward.md) - [INCA Reward Certificate](solana/inca_reward.md)

View File

@ -46,8 +46,6 @@ There can never be more than 4 Billion INCA
- 2 Billion for TFT holders - 2 Billion for TFT holders
- Will be sold uniquely to TFT Holders (mainly farmers of the current TFGrid) - Will be sold uniquely to TFT Holders (mainly farmers of the current TFGrid)
- We expect to never fully get to this amount, each TFT converted to INCA gets burned (destroyed). - We expect to never fully get to this amount, each TFT converted to INCA gets burned (destroyed).
- 0.8 Billion for expansion of farming capacity of the grid
- Will be sold through partners e.g. SwissBorg (through INCA-G)
- 0.8 Billion for community expansion - 0.8 Billion for community expansion
- promotion of the TFGrid - promotion of the TFGrid
- farming - farming
@ -55,6 +53,8 @@ There can never be more than 4 Billion INCA
- reward for farmers and other contributors - reward for farmers and other contributors
- peer2peer promotion program - peer2peer promotion program
- release schedule: max 40% year 1, 40% year 2, 20 % year 3 - release schedule: max 40% year 1, 40% year 2, 20 % year 3
- 0.8 Billion for expansion of farming capacity of the grid
- Will be sold through partners e.g. SwissBorg (through INCA-G) and others...
- 0.4 Billion for team with 24 months accelerated vesting. - 0.4 Billion for team with 24 months accelerated vesting.
- 10 % of total - 10 % of total
- is for people who help to expand the Grid (starting now) - is for people who help to expand the Grid (starting now)

View File

@ -20,11 +20,11 @@ Simple model where TFT can convert into INCA.
- requirement to put some cash in a liquidity pool? - requirement to put some cash in a liquidity pool?
- others? - others?
## the 1 billion INCA = airdrops/rewards for ## the 1 billion INCA expansion for the Ecosystem
- promotion - promotion through grants
- technical achievements - technical achievements (develop tech)
- reward for farmers and other contributors - reward for farmers and other contributors (expansion)
- peer2peer promotion program - peer2peer promotion program
Governance Governance
@ -35,7 +35,7 @@ Governance
- 1 TF9 (Kristof) - 1 TF9 (Kristof)
- 1 Sikana (Greg) - 1 Sikana (Greg)
- **5 people with name in community** - **5 people with name in community**
- Budgets get allocated to projects on git.threefold.info, clear stories with clear budget allocations and cashflow tracking or time tracking. - Budgets get allocated to projects on http://git.threefold.info, clear stories with clear budget allocations and cashflow tracking or time tracking.
# Tokenomics # Tokenomics
@ -62,11 +62,12 @@ option = {
data: [ data: [
{ value: 75000, name: 'TFT Conversion' }, { value: 75000, name: 'TFT Conversion' },
{ value: 10000, name: 'Farming Rewards' }, { value: 10000, name: 'Farming Rewards' },
{ value: 2500, name: 'Liquidity' }, { value: 5000, name: 'Community Expansion (Grants)' },
{ value: 2500, name: 'Airdrops' }, { value: 4000, name: 'Team'}
{ value: 2500, name: '3Node Rewards' }, { value: 2000, name: 'Liquidity' },
{ value: 2500, name: 'Developer Grants' }, { value: 2000, name: '3Node Rewards' },
{ value: 5000, name: 'Community Grants' } { value: 2000, name: 'Developer Grants' },
], ],
emphasis: { emphasis: {
itemStyle: { itemStyle: {
@ -85,6 +86,3 @@ No INCA tokens are used for funding or reward of existing team, this all comes o
- The 75% is the big one and is for conversion of TFT to INCA (1 TFT becomes 3 INCA) - The 75% is the big one and is for conversion of TFT to INCA (1 TFT becomes 3 INCA)
- The other 25% is all for rewarding the ecosystem to make INCA succesfull. - The other 25% is all for rewarding the ecosystem to make INCA succesfull.
## Distribution Detail
![alt text](tokenomics.png)