...
This commit is contained in:
0
collections/projectinca/.collection
Normal file
0
collections/projectinca/.collection
Normal file
4
collections/projectinca/.done
Normal file
4
collections/projectinca/.done
Normal file
@@ -0,0 +1,4 @@
|
||||
intro.png
|
||||
p2ppromotion.png
|
||||
theplan.png
|
||||
remuneration.png
|
1
collections/projectinca/SUMMARY.md
Symbolic link
1
collections/projectinca/SUMMARY.md
Symbolic link
@@ -0,0 +1 @@
|
||||
../../books/projectinca/SUMMARY.md
|
2
collections/projectinca/appendix.md
Normal file
2
collections/projectinca/appendix.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# Appendix
|
||||
|
8
collections/projectinca/collab.md
Normal file
8
collections/projectinca/collab.md
Normal file
@@ -0,0 +1,8 @@
|
||||

|
||||
|
||||
# Collaboration for Solana Launch
|
||||
|
||||
Lets all together work together on this document as well as on the stories which make up our planning.
|
||||
|
||||
- [info_tfgrid = markdown docs for this wiki](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections)
|
||||
- [stories, contributors only, ask access](https://git.ourworld.tf/tfgrid/depin_circle/issues)
|
52
collections/projectinca/inca_reward.md
Normal file
52
collections/projectinca/inca_reward.md
Normal file
@@ -0,0 +1,52 @@
|
||||
# Inca Reward Certificate
|
||||
|
||||
Owning such a Certificate allows the owner to receive INCA over time and has the optional possibility to attach other conditions to it like price.
|
||||
|
||||
INCA Reward Certificates (INCA-RC) are transferable, and can be used to redeem INCA by the owner.
|
||||
|
||||
An INCA-RC is using metadata to describe how the INCA-RC can be exchanged to INCA, as INCA released for the benefit of the current owner of an INCA-RC the metadata will be updated in the INCA-RC to reflect the state of the rewards (future INCA to be released)
|
||||
|
||||
Is implemented on Solana and accompagning smart contract system.
|
||||
|
||||
|
||||
## Technical info about Inca Reward Certificate
|
||||
|
||||
|
||||
all prices are expressed in milligram which is 0.001 gram of gold, at current price of $70k per kg, its 0.07 USD per milligram
|
||||
|
||||
```go
|
||||
|
||||
struct INCAReward {
|
||||
unique_id string // Unique Identifier
|
||||
amount f32 //amount of INCA remaining
|
||||
releases []Release // Array of Releases
|
||||
}
|
||||
|
||||
struct Release {
|
||||
month u8
|
||||
amount i32
|
||||
min_price f32 //in Gold milligram (=0.001gram)
|
||||
}
|
||||
|
||||
reward := INCAReward{
|
||||
amount_inca = 210000
|
||||
unique_id: "..."
|
||||
releases: [
|
||||
Release{
|
||||
month: 0
|
||||
amount: 10000 // 1,000 USD if INCA is at value of 0.1 USD
|
||||
min_price: 1.4 //about 0.1 USD (milligram gold to USD)
|
||||
},
|
||||
Release{
|
||||
month: 12
|
||||
amount: 200000 // +- 20,000 USD if INCA is at value of 0.1 USD
|
||||
min_price: 2.8 // about 0.2 USD
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
**Alternative more simple implementation could be based on:**
|
||||
|
||||
- vesting contracts on Solana [https://docs.streamflow.finance/](https://docs.streamflow.finance/)
|
13
collections/projectinca/intro.md
Normal file
13
collections/projectinca/intro.md
Normal file
@@ -0,0 +1,13 @@
|
||||

|
||||
|
||||
# ThreeFold Grid Solana Launch
|
||||
|
||||
> CONFIDENDIAL INFORMATION
|
||||
|
||||
Our aim is to create a decentralized future for ThreeFold by means of a launch in the DePIN ecosystem on top of Solana.
|
||||
|
||||
### Why now
|
||||
|
||||
- current marketcap < 40m USD
|
||||
- marketcaps of other DePIN projects on Solana are > 1b USD
|
||||
- we are ready, the tech is rock solid and now we have the necessary support from a lot of parties
|
BIN
collections/projectinca/intro.png
Normal file
BIN
collections/projectinca/intro.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
1
collections/projectinca/liquidity/.done
Normal file
1
collections/projectinca/liquidity/.done
Normal file
@@ -0,0 +1 @@
|
||||
cloud_computing_with_liquidity_of_water_flow_aspect_19_12.png
|
Binary file not shown.
After Width: | Height: | Size: 925 KiB |
26
collections/projectinca/liquidity/liquidity.md
Normal file
26
collections/projectinca/liquidity/liquidity.md
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||

|
||||
|
||||
|
||||
# Liquidity
|
||||
|
||||
## Solana
|
||||
|
||||
- our INCA will be released on Solana blockchain and we are relying on their ecosystem to provide liquidity
|
||||
|
||||
## liquidcrypto
|
||||
|
||||
see [https://liquidcrypto.finance/](https://liquidcrypto.finance/)
|
||||
|
||||
- a very nice platform, we can even whitelabel if that would be required.
|
||||
- works on many blockchain platforms and is very well integrated with many DEXes
|
||||
- there will be an INCA liquidity pool, which can have parameters as defined by us.
|
||||
- this liquidity pool can be accessed from multiple blockchains e.g. Solana, Stellar, Ethereum based chains
|
||||
|
||||
## Swissborg.com
|
||||
|
||||
- We are looking with Swissborh how to use their platform best, this can be a private sale of support for our INCA new token.
|
||||
|
||||
## Stellar (history)
|
||||
|
||||
Existing mechanism is the stellar dex, is low liquidity and not very useful today.
|
BIN
collections/projectinca/p2ppromotion.png
Normal file
BIN
collections/projectinca/p2ppromotion.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
23
collections/projectinca/peer2peer_promotion.md
Normal file
23
collections/projectinca/peer2peer_promotion.md
Normal file
@@ -0,0 +1,23 @@
|
||||

|
||||
|
||||
# Peer2Peer Promotion (P2PP)
|
||||
|
||||
We believe we need to make our roll out quite viral.
|
||||
|
||||
## Some ideas:
|
||||
|
||||
### Airdrop Rewards:
|
||||
|
||||
- TF Connect Installed -> 50 USD worth of INCA
|
||||
- Referral to other person -> 5 USD worth of INCA (after installing the TFConnect)
|
||||
- Stories as executed by P2PP Team
|
||||
- can be regional
|
||||
- hit the forums
|
||||
- organize events
|
||||
- Influencers
|
||||
|
||||
## requirements
|
||||
|
||||
- new TFConnect
|
||||
- new backend for TFConnect (can be run by TF DMCC)
|
||||
- referral system
|
6
collections/projectinca/proj_info.md
Normal file
6
collections/projectinca/proj_info.md
Normal file
@@ -0,0 +1,6 @@
|
||||

|
||||
|
||||
# project info
|
||||
|
||||
|
||||
This section lists lots of info in relation to the why, what, ...
|
16
collections/projectinca/remuneration.md
Normal file
16
collections/projectinca/remuneration.md
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||

|
||||
|
||||
# Remuneration
|
||||
|
||||
Our aim is to get the marketcap to billions of USD which means we expect the INCA to reach potentially 1 USD, looking at what competition is doing this should be possible.
|
||||
|
||||
We believe the best way to remunerate our virtual teams is by rewarding [INCA Reward Certificates](inca_reward.md) which are physically implemented as NFT's on the Solana blockchain.
|
||||
|
||||
Very soon we will be able to hand out these certificates.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
BIN
collections/projectinca/remuneration.png
Normal file
BIN
collections/projectinca/remuneration.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
16
collections/projectinca/stories/tfconnect.md
Normal file
16
collections/projectinca/stories/tfconnect.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# TFConnect 3.14 Specs
|
||||
|
||||
A new version of TFConnect
|
||||
|
||||
- Civic identification
|
||||
- SSO for websites (like we did with previous version, but now based on Solana Account)
|
||||
- Support for more than 1 Solana Account, can switch accounts
|
||||
- Referral support, see who invited, see who installed, see reward...
|
||||
- Support Stellar to Solana Swap (one way bridge)
|
||||
- Buy 3Node (through NFT), see the 3Node NFT's owned
|
||||
- Sign T&C when starting
|
||||
|
||||
## Technical Remarks
|
||||
|
||||
- Flutter based
|
||||
- Supabase + Solana + Stellar backend
|
29
collections/projectinca/teams.md
Normal file
29
collections/projectinca/teams.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# Teams
|
||||
|
||||
|
||||
## Direct Promotion: PP2P teams
|
||||
|
||||
- hit the forums
|
||||
- use the referral based system for the P2PP
|
||||
- multiple teams, per region, can split to more regions e.g. Europe becomes 3 groups who become...
|
||||
|
||||
## Marketing & Communication Coordination...
|
||||
|
||||
- Georges, Michael, ...
|
||||
- Find influencers...
|
||||
- Find members for teams...
|
||||
|
||||
## Strategy, Funding
|
||||
|
||||
- find funding for liquidity pools
|
||||
|
||||
## token team
|
||||
|
||||
- David (Holochain)
|
||||
- Kristof (will also do the tech)
|
||||
- Florian
|
||||
- ?
|
||||
|
||||
what
|
||||
|
||||
- marketmaking
|
BIN
collections/projectinca/theplan.png
Normal file
BIN
collections/projectinca/theplan.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 983 KiB |
134
collections/projectinca/theplan_a.md
Normal file
134
collections/projectinca/theplan_a.md
Normal file
@@ -0,0 +1,134 @@
|
||||

|
||||
|
||||
# The plan with INCA and INCA Generator
|
||||
|
||||
> INCA = INternet CApacity (is the token of buying/selling Internet/Cloud Capacity)
|
||||
<br>
|
||||
> INCA-G = INCA Generator (is a token generating INCA typically over 48 months)
|
||||
|
||||
An INCA-G token generates INCA over a certain period. INCA stands for Internet Capacity token, enabling individuals to buy/sell Internet & Cloud Capacity.
|
||||
|
||||
We can analogize the generation of Cloud/Internet capacity to the generation of electricity. In this analogy, INCA is akin to the KWH token, while INCA-G is comparable to the KW token (representing capacity to generate electricity).
|
||||
|
||||
INCA-G tokens are unique and come with metadata specifying how INCA will be generated. This metadata outlines the generation schedule of INCA over the next X months.
|
||||
|
||||
## How can people acquire an INCA-G token?
|
||||
|
||||
### Round 1: SwissBorg & TF Cooperative
|
||||
|
||||
1 INCA-G token generates 15,000 INCA over 48 months
|
||||
|
||||
1 INCA-G can be bought:
|
||||
|
||||
- from SwissBorg for 500 CHF
|
||||
- crypto enabled bank in Switserland
|
||||
- Maximum sold is 5,000 INCA-G tokens
|
||||
- with TFT which is the founder creator currency of the current grid
|
||||
- there will never be more than 1 billion TFT
|
||||
- 1 INCA-G token costs 10,000 TFT (\*)
|
||||
|
||||
> (\*) The pricing will depend on price of TFT at that moment.
|
||||
|
||||
### Round 2: **A**frica and latin **A**merica INCA-G Tokens (AA)
|
||||
|
||||
1 INCA-G AA Token, generates 10,000 INCA over 48 months
|
||||
|
||||
AA stands for Africa and latin America
|
||||
|
||||
- from SwissBorg for TBD CHF.
|
||||
|
||||
The incoming funds will be used to generate Cloud & Internet capacity in these regions, <br>which are serious growth regions in the world.
|
||||
|
||||
## High Level Tokenomics INCA
|
||||
|
||||
There can never be more than 4 Billion INCA
|
||||
|
||||
- 2 Billion for TFT holders
|
||||
- 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).
|
||||
- 0.8 Billion for community expansion
|
||||
- promotion of the TFGrid
|
||||
- farming
|
||||
- creation of technology on top of the TF Grid
|
||||
- reward for farmers and other contributors
|
||||
- peer2peer promotion program
|
||||
- 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.
|
||||
- 10 % 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: 2, name: 'TF Original Farmers' },
|
||||
{ value: 0.8, name: 'Farming Rewards' },
|
||||
{ value: 0.8, name: 'Community Expansion' },
|
||||
{ value: 0.4, 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.*
|
||||
|
||||
## INCA-G governance
|
||||
|
||||
A Wisdom Council approves budgets in line to tokenomics above.
|
||||
|
||||
- ThreeFold Wisdom Council, to be created, 9 people, 6 need to agree.
|
||||
- 1 OurWorld (MWW)
|
||||
- 1 ThreeFold DMCC (Adnan)
|
||||
- 1 TF9 (Kristof)
|
||||
- 1 Sikana (Greg)
|
||||
- **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.
|
||||
|
||||
## How does TFT related to INCA
|
||||
|
||||
- TFT is the original creator farming token and can be used to buy/sell IT capacity (compute, storage, network).
|
||||
- INCA-G is the new genertor token which produces INCA over 48 months.
|
||||
|
||||
TFT Holders can get into INCA and INCA-G in 2 ways
|
||||
|
||||
- buy INCA-G tokens: generates INCA over 4 year
|
||||
- buy INCA tokens: 1 TFT buys 2 INCA tokens.
|
||||
|
||||
> note TFT will keep its original purpose, as well as getting a new purpose thanks to INCA-G.
|
||||
|
||||
## Technical TFT, INCA & INCA-G
|
||||
|
||||
#### Implementation
|
||||
|
||||
- TFT is a token on Stellar blockchain (the original farming token)
|
||||
- INCA is a token on Solana Blockchain (as digital currency for Internet Capacity)
|
||||
- INCA-G Implemented as an NFT on the Solana Blockchain.
|
||||
|
||||
#### Metadata for INCA-G
|
||||
|
||||
- release date
|
||||
- list of values, each value is nr of INCA's to be released in a month
|
88
collections/projectinca/theplan_b.md
Normal file
88
collections/projectinca/theplan_b.md
Normal file
@@ -0,0 +1,88 @@
|
||||

|
||||
|
||||
# Plan B
|
||||
|
||||
Simple model where TFT can convert into INCA.
|
||||
|
||||
## Tokens
|
||||
|
||||
- 1 TFT -> 3 INCA
|
||||
- the mechanism in which this happens needs to be defined
|
||||
- max 4 billion INCA
|
||||
|
||||
## How to go from TFT to INCA
|
||||
|
||||
> please note TFT will keep its own purpose, TFT can be used to buy/sell IT capacity (compute, storage, network). INCA is a new token made for the DePIN space, TFT holders can voluntary choose to go from TFT to INCA.
|
||||
|
||||
- mechanism hasn't been defined yet
|
||||
- there might be conditions to conversion
|
||||
- vesting?
|
||||
- requirement to put some cash in a liquidity pool?
|
||||
- others?
|
||||
|
||||
## the 1 billion INCA expansion for the Ecosystem
|
||||
|
||||
- promotion through grants
|
||||
- technical achievements (develop tech)
|
||||
- reward for farmers and other contributors (expansion)
|
||||
- peer2peer promotion program
|
||||
|
||||
Governance
|
||||
|
||||
- ThreeFold Wisdom Council, to be created, 9 people, 6 need to agree.
|
||||
- 1 OurWorld (MWW)
|
||||
- 1 ThreeFold DMCC (Adnan)
|
||||
- 1 TF9 (Kristof)
|
||||
- 1 Sikana (Greg)
|
||||
- **5 people with name in community**
|
||||
- Budgets get allocated to projects on http://git.threefold.info, clear stories with clear budget allocations and cashflow tracking or time tracking.
|
||||
|
||||
|
||||
# Tokenomics
|
||||
|
||||
> this is only a suggestion, the DePIN advisor team will probably come up with improvements and other requirements.
|
||||
|
||||
The following is the chart suggesting how the INCA might be distributed.
|
||||
|
||||
```echarts
|
||||
option = {
|
||||
title: {
|
||||
text: 'INCA Token',
|
||||
subtext: 'Distribution',
|
||||
left: 'center'
|
||||
},
|
||||
tooltip: {
|
||||
trigger: 'item'
|
||||
},
|
||||
series: [
|
||||
{
|
||||
name: 'Distribution',
|
||||
type: 'pie',
|
||||
radius: '70%',
|
||||
data: [
|
||||
{ value: 75000, name: 'TFT Conversion' },
|
||||
{ value: 10000, name: 'Farming Rewards' },
|
||||
{ value: 5000, name: 'Community Expansion (Grants)' },
|
||||
{ value: 4000, name: 'Team'}
|
||||
{ value: 2000, name: 'Liquidity' },
|
||||
{ value: 2000, name: '3Node Rewards' },
|
||||
{ value: 2000, name: 'Developer Grants' },
|
||||
|
||||
],
|
||||
emphasis: {
|
||||
itemStyle: {
|
||||
shadowBlur: 10,
|
||||
shadowOffsetX: 0,
|
||||
shadowColor: 'rgba(0, 0, 0, 0.5)'
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
```
|
||||
|
||||
No INCA tokens are used for funding or reward of existing team, this all comes out of the historical TFT Tokens.
|
||||
|
||||
- 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.
|
||||
|
134
collections/projectinca/theplan_c.md
Normal file
134
collections/projectinca/theplan_c.md
Normal file
@@ -0,0 +1,134 @@
|
||||

|
||||
|
||||
# The plan with INCA and INCA Generator
|
||||
|
||||
> INCA = INternet CApacity (is the token of buying/selling Internet/Cloud Capacity)
|
||||
<br>
|
||||
> INCA-G = INCA Generator (is a token generating INCA typically over 48 months)
|
||||
|
||||
An INCA-G token generates INCA over a certain period. INCA stands for Internet Capacity token, enabling individuals to buy/sell Internet & Cloud Capacity.
|
||||
|
||||
We can analogize the generation of Cloud/Internet capacity to the generation of electricity. In this analogy, INCA is akin to the KWH token, while INCA-G is comparable to the KW token (representing capacity to generate electricity).
|
||||
|
||||
INCA-G tokens are unique and come with metadata specifying how INCA will be generated. This metadata outlines the generation schedule of INCA over the next X months.
|
||||
|
||||
## How can people acquire an INCA-G token?
|
||||
|
||||
### Round 1: SwissBorg & TF Cooperative
|
||||
|
||||
1 INCA-G token generates 15,000 INCA over 48 months
|
||||
|
||||
1 INCA-G can be bought:
|
||||
|
||||
- from SwissBorg for 500 CHF
|
||||
- crypto enabled bank in Switserland
|
||||
- Maximum sold is 5,000 INCA-G tokens
|
||||
- with TFT which is the founder creator currency of the current grid
|
||||
- there will never be more than 1 billion TFT
|
||||
- 1 INCA-G token costs 10,000 TFT (\*)
|
||||
|
||||
> (\*) The pricing will depend on price of TFT at that moment.
|
||||
|
||||
### Round 2: **A**frica and latin **A**merica INCA-G Tokens (AA)
|
||||
|
||||
1 INCA-G AA Token, generates 10,000 INCA over 48 months
|
||||
|
||||
AA stands for Africa and latin America
|
||||
|
||||
- from SwissBorg for TBD CHF.
|
||||
|
||||
The incoming funds will be used to generate Cloud & Internet capacity in these regions, <br>which are serious growth regions in the world.
|
||||
|
||||
## High Level Tokenomics INCA
|
||||
|
||||
There can never be more than 4 Billion INCA
|
||||
|
||||
- 2 Billion for TFT holders
|
||||
- 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).
|
||||
- 0.8 Billion for community expansion
|
||||
- promotion of the TFGrid
|
||||
- farming
|
||||
- creation of technology on top of the TF Grid
|
||||
- reward for farmers and other contributors
|
||||
- peer2peer promotion program
|
||||
- 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.
|
||||
- 10 % 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: 2, name: 'TF Original Farmers' },
|
||||
{ value: 0.8, name: 'Farming Rewards' },
|
||||
{ value: 0.8, name: 'Community Expansion' },
|
||||
{ value: 0.4, 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.*
|
||||
|
||||
## INCA-G governance
|
||||
|
||||
A Wisdom Council approves budgets in line to tokenomics above.
|
||||
|
||||
- ThreeFold Wisdom Council, to be created, 9 people, 6 need to agree.
|
||||
- 1 OurWorld (MWW)
|
||||
- 1 ThreeFold DMCC (Adnan)
|
||||
- 1 TF9 (Kristof)
|
||||
- 1 Sikana (Greg)
|
||||
- **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.
|
||||
|
||||
## How does TFT related to INCA
|
||||
|
||||
- TFT is the original creator farming token and can be used to buy/sell IT capacity (compute, storage, network).
|
||||
- INCA-G is the new genertor token which produces INCA over 48 months.
|
||||
|
||||
TFT Holders can get into INCA and INCA-G in 2 ways
|
||||
|
||||
- buy INCA-G tokens: generates INCA over 4 year
|
||||
- buy INCA tokens: 1 TFT buys 2 INCA tokens.
|
||||
|
||||
> note TFT will keep its original purpose, as well as getting a new purpose thanks to INCA-G.
|
||||
|
||||
## Technical TFT, INCA & INCA-G
|
||||
|
||||
#### Implementation
|
||||
|
||||
- TFT is a token on Stellar blockchain (the original farming token)
|
||||
- INCA is a token on Solana Blockchain (as digital currency for Internet Capacity)
|
||||
- INCA-G Implemented as an NFT on the Solana Blockchain.
|
||||
|
||||
#### Metadata for INCA-G
|
||||
|
||||
- release date
|
||||
- list of values, each value is nr of INCA's to be released in a month
|
BIN
collections/projectinca/tokenomics.png
Normal file
BIN
collections/projectinca/tokenomics.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 198 KiB |
52
collections/projectinca/tokenomics_a.md
Normal file
52
collections/projectinca/tokenomics_a.md
Normal file
@@ -0,0 +1,52 @@
|
||||
# Tokenomics INCA
|
||||
|
||||
> this is a suggestion, the DePIN advisor team will probably come up with improvements and other requirements.
|
||||
|
||||
The following is the chart suggesting how the INCA might be distributed.
|
||||
|
||||
```echarts
|
||||
option = {
|
||||
title: {
|
||||
text: 'INCA Token',z
|
||||
subtext: 'Distribution',
|
||||
left: 'center'
|
||||
},
|
||||
tooltip: {
|
||||
trigger: 'item'
|
||||
},
|
||||
series: [
|
||||
{
|
||||
name: 'Distribution',
|
||||
type: 'pie',
|
||||
radius: '70%',
|
||||
data: [
|
||||
{ value: 50000, name: 'TFT Conversion' },
|
||||
{ value: 25000, name: 'INCA Cloud' },
|
||||
{ value: 10000, name: 'Farming Rewards' },
|
||||
{ value: 2500, name: 'Liquidity' },
|
||||
{ value: 2500, name: 'Airdrops' },
|
||||
{ value: 2500, name: '3Node Rewards' },
|
||||
{ value: 2500, name: 'Developer Grants' },
|
||||
{ value: 5000, name: 'Community Grants' }
|
||||
],
|
||||
emphasis: {
|
||||
itemStyle: {
|
||||
shadowBlur: 10,
|
||||
shadowOffsetX: 0,
|
||||
shadowColor: 'rgba(0, 0, 0, 0.5)'
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
```
|
||||
|
||||
- 0-50% allows ThreeFold Token (TFT) holders to swap into INCA Cloud Tokens if they would like to switch Cloud.
|
||||
- 25% of 1 Billion INCA is sold as a pre-sale for people who are buying cloud capacity from INCA Cloud.
|
||||
|
||||
- The 50% 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.
|
||||
|
||||
## Distribution Detail
|
||||
|
||||

|
50
collections/projectinca/tokenomics_b.md
Normal file
50
collections/projectinca/tokenomics_b.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# Tokenomics B
|
||||
|
||||
> this is only a suggestion, the DePIN advisor team will probably come up with improvements and other requirements.
|
||||
|
||||
The following is the chart suggesting how the INCA might be distributed.
|
||||
|
||||
```echarts
|
||||
option = {
|
||||
title: {
|
||||
text: 'INCA Token',
|
||||
subtext: 'Distribution',
|
||||
left: 'center'
|
||||
},
|
||||
tooltip: {
|
||||
trigger: 'item'
|
||||
},
|
||||
series: [
|
||||
{
|
||||
name: 'Distribution',
|
||||
type: 'pie',
|
||||
radius: '70%',
|
||||
data: [
|
||||
{ value: 75000, name: 'TFT Conversion' },
|
||||
{ value: 10000, name: 'Farming Rewards' },
|
||||
{ value: 2500, name: 'Liquidity' },
|
||||
{ value: 2500, name: 'Airdrops' },
|
||||
{ value: 2500, name: '3Node Rewards' },
|
||||
{ value: 2500, name: 'Developer Grants' },
|
||||
{ value: 5000, name: 'Community Grants' }
|
||||
],
|
||||
emphasis: {
|
||||
itemStyle: {
|
||||
shadowBlur: 10,
|
||||
shadowOffsetX: 0,
|
||||
shadowColor: 'rgba(0, 0, 0, 0.5)'
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
```
|
||||
|
||||
No INCA tokens are used for funding or reward of existing team, this all comes out of the historical TFT Tokens.
|
||||
|
||||
- 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.
|
||||
|
||||
## Distribution Detail
|
||||
|
||||

|
Reference in New Issue
Block a user