fix typo's

This commit is contained in:
sabrinasadik 2024-04-25 14:17:30 +00:00
parent 022701a480
commit fb48d517c6

View File

@ -1,83 +1,83 @@
# Grants # Grants
```echarts ```echarts
option = { option = {
title: { title: {
text: 'Grants', text: 'Grants',
subtext: 'Distribution', subtext: 'Distribution',
left: 'center' left: 'center'
}, },
tooltip: { tooltip: {
trigger: 'item' trigger: 'item'
}, },
series: [ series: [
{ {
name: 'Distribution', name: 'Distribution',
type: 'pie', type: 'pie',
radius: '70%', radius: '70%',
data: [ data: [
{ value: 10, name: 'AI Boxes' }, { value: 10, name: 'AI Boxes' },
{ value: 15, name: 'Cloud Boxes' }, { value: 15, name: 'Cloud Boxes' },
{ value: 5, name: 'Storage Boxes' }, { value: 5, name: 'Storage Boxes' },
{ value: 5, name: 'INCA Marketplace' }, { value: 5, name: 'INCA Marketplace' },
{ value: 20, name: 'Contributor Rewards' }, { value: 20, name: 'Contributor Rewards' },
{ value: 5, name: 'Chapter Tanzania' }, { value: 5, name: 'Chapter Tanzania' },
{ value: 5, name: 'Chapter Brazil' }, { value: 5, name: 'Chapter Brazil' },
{ value: 10, name: 'Biz dev rewards' }, { value: 10, name: 'Biz dev rewards' },
{ value: 10, name: 'TFGrid 3.13' }, { value: 10, name: 'TFGrid 3.13' },
{ value: 5, name: 'TFGrid 3.14' }, { value: 5, name: 'TFGrid 3.14' },
{ value: 5, name: 'Thorchain DEX Launch' }, { value: 5, name: 'Thorchain DEX Launch' },
], ],
emphasis: { emphasis: {
itemStyle: { itemStyle: {
shadowBlur: 10, shadowBlur: 10,
shadowOffsetX: 0, shadowOffsetX: 0,
shadowColor: 'rgba(0, 0, 0, 0.5)' shadowColor: 'rgba(0, 0, 0, 0.5)'
} }
} }
} }
] ]
}; };
``` ```
## Grants Treasury ## Grants Treasury
- At least 180,000,000 TFT is available for Grants - At least 180,000,000 TFT is available for Grants
- projects defined below - projects defined below
- in future on https://projectinca.info/projects (To Be Done, link not working yet) - in future on https://projectinca.info/projects (To Be Done, link not working yet)
- voting through INCA Connect - voting through INCA Connect
- <10m in locked pool (dead wallets) - <10m in locked pool (dead wallets)
## voting process ## voting process
Initial projects are listed below. Initial projects are listed below.
- go to INCA Connect - go to INCA Connect
- see the projects - see the projects
- vote + or - - vote + or -
- vote requests for projects need minimal to be alive for 2 weeks - vote requests for projects need to be live for a minimum of 2 weeks
- votes are not free min 5 USD, but preferred 10 or more, the proceeds of votes go back to treasury - votes are not free min 5 USD, but preferred 10 or more, the proceeds of votes go back to treasury
- each project defines: min nr of votes, voting fee, if dedicated account, proper description, vesting scheme - each project defines: min nr of votes, voting fee, if dedicated account, proper description, vesting scheme
- everyone can see the projects on https://projectinca.info/projects and comment if logged in and accepted as commenter or moderator - everyone can see the projects on https://projectinca.info/projects and comment if logged in and accepted as commenter or moderator
- we need simple majority to have positive vote - we need simple majority to have positive vote
- once positive vote the money goes in account created per project, there can be vesting on it, with acceleration - once positive vote the money goes in account created per project, there can be vesting on it, with acceleration
- we start by supporting Stellar, will also support Solana - we start by supporting Stellar, will also support Solana
## Reward Projects ## Reward Projects
> Remark: all TFT are with vesting and have min execution price 0.1 USD per TFT or higher ! > Remark: all TFT are with vesting and have min execution price 0.1 USD per TFT or higher !
- [AIBoxes](aiboxes.md) : 10m TFT - [AIBoxes](aiboxes.md) : 10m TFT
- [CloudBoxes](cloudboxes.md) : 15m TFT - [CloudBoxes](cloudboxes.md) : 15m TFT
- [StorageBoxes](storageboxes.md) : 5m TFT - [StorageBoxes](storageboxes.md) : 5m TFT
- [INCA Marketplace](marketplace_grant.md) : 5m TFT - [INCA Marketplace](marketplace_grant.md) : 5m TFT
- [Contributor Rewards](contributor_rewards.md): rewards for contributors (10-25m TFT) - [Contributor Rewards](contributor_rewards.md): rewards for contributors (10-25m TFT)
- [Chapter Tanzania](chapter_tanzania.md) & [Chapter Brazil](chapter_brazil.md) : 4,000 per 3Node, 10,000 TFT per hackathon - [Chapter Tanzania](chapter_tanzania.md) & [Chapter Brazil](chapter_brazil.md) : 4,000 per 3Node, 10,000 TFT per hackathon
- [Biz dev rewards](biz_dev_rewards.md): 5% of raised token sales or other investments in TFT at 0.1 USD per TFT or higher. - [Biz dev rewards](biz_dev_rewards.md): 5% of raised token sales or other investments in TFT at 0.1 USD per TFT or higher.
- [TFGrid 3.13](projectinca/grant_tf_3_13.md): 10m TFT - [TFGrid 3.13](projectinca/grant_tf_3_13.md): 10m TFT
- [TFGrid 3.14](projectinca/grant_tf_3_14.md): 5m TFT - [TFGrid 3.14](projectinca/grant_tf_3_14.md): 5m TFT
- [Thorchain DEX Launch](projectinca/grant_thorchain.md): 5m TFT - [Thorchain DEX Launch](projectinca/grant_thorchain.md): 5m TFT