2024-05-02 15:54:26 +00:00
|
|
|
# TFGrid 3.x Grants
|
|
|
|
|
|
|
|
Below you can find the grants as are open and being executed on for the 3.x version of our project.
|
|
|
|
|
2024-07-08 04:19:57 +00:00
|
|
|
> It is possible that these grants will move to our Project INCA and be unified as one set of grants.
|
|
|
|
|
2024-05-02 15:54:26 +00:00
|
|
|
```echarts
|
|
|
|
option = {
|
|
|
|
title: {
|
|
|
|
text: 'Grants',
|
|
|
|
subtext: 'Distribution',
|
|
|
|
left: 'center'
|
|
|
|
},
|
|
|
|
tooltip: {
|
|
|
|
trigger: 'item'
|
|
|
|
},
|
|
|
|
series: [
|
|
|
|
{
|
|
|
|
name: 'Distribution',
|
|
|
|
type: 'pie',
|
|
|
|
radius: '70%',
|
|
|
|
data: [
|
2024-05-23 08:09:37 +00:00
|
|
|
{ value: 10, name: 'Deploy AISlices' },
|
|
|
|
{ value: 15, name: 'Deploy CloudSlices' },
|
|
|
|
{ value: 5, name: 'Deploy StorageSlices' },
|
2024-05-02 15:54:26 +00:00
|
|
|
{ value: 5, name: 'Code INCA Marketplace' },
|
|
|
|
{ value: 20, name: 'Contributor Rewards' },
|
|
|
|
{ value: 5, name: 'Chapter Tanzania' },
|
|
|
|
{ value: 5, name: 'Chapter Brazil' },
|
|
|
|
{ value: 10, name: 'Biz dev rewards' },
|
|
|
|
{ value: 10, name: 'Code TFGrid 3.13' },
|
|
|
|
{ value: 5, name: 'Code TFGrid 3.14' },
|
|
|
|
{ value: 5, name: 'Deploy Thorchain DEX Launch' },
|
|
|
|
],
|
|
|
|
emphasis: {
|
|
|
|
itemStyle: {
|
|
|
|
shadowBlur: 10,
|
|
|
|
shadowOffsetX: 0,
|
|
|
|
shadowColor: 'rgba(0, 0, 0, 0.5)'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
};
|
|
|
|
```
|
|
|
|
|
|
|
|
## TFT Grants Treasury
|
|
|
|
|
2024-05-10 11:48:26 +00:00
|
|
|
- At least 180,000,000 TFT (which could be converted to 360,000,000 INCA) is available for grants
|
|
|
|
- Projects defined below
|
|
|
|
- Will be available in the future on https://projectinca.info/projects
|
|
|
|
- Voting through INCA Connect
|
|
|
|
- <10m in locked pool (dead wallets)
|
2024-05-02 15:54:26 +00:00
|
|
|
|
|
|
|
## Reward Projects
|
|
|
|
|
|
|
|
Initial projects are listed below.
|
|
|
|
|
2024-05-10 11:48:26 +00:00
|
|
|
> Remark: all TFT are with vesting and have min execution price 0.1 USD per TFT or higher!
|
2024-05-02 15:54:26 +00:00
|
|
|
|
2024-05-23 08:09:37 +00:00
|
|
|
- [Deploy AISlices](projectinca/grant_aislice.md) : 10m TFT
|
|
|
|
- [Deploy CloudSlices](projectinca/grant_cloudslice.md) : 15m TFT
|
|
|
|
- [Deploy StorageSlices](projectinca/grant_storageslice.md) : 5m TFT
|
2024-05-02 15:54:26 +00:00
|
|
|
- [Develop INCA Marketplace](projectinca/marketplace_grant.md) : 5m TFT
|
|
|
|
- [Contributor Rewards](projectinca/contributor_rewards.md) : rewards for contributors (10-25m TFT)
|
|
|
|
- [Chapter Tanzania](projectinca/chapter_tanzania.md) : 4,000 per 3Node, 10,000 TFT per hackathon
|
|
|
|
- [Chapter Brazil](projectinca/chapter_brazil.md) : 4,000 per 3Node, 10,000 TFT per hackathon
|
|
|
|
- [Biz dev rewards](projectinca/biz_dev_rewards.md) : 5% of raised token sales or other investments in TFT at 0.1 USD per TFT or higher.
|
|
|
|
- [Code TFGrid 3.13](projectinca/grant_tf_3_13.md) : 10m TFT
|
|
|
|
- [Code TFGrid 3.14](projectinca/grant_tf_3_14.md) : 5m TFT
|
2024-05-10 11:48:26 +00:00
|
|
|
- [Establish Thorchain DEX](projectinca/grant_thorchain.md) : 5m TFT
|