tfgrid
This commit is contained in:
4
collections/projectinca/grants/grant_versions.md
Normal file
4
collections/projectinca/grants/grant_versions.md
Normal file
@@ -0,0 +1,4 @@
|
||||
We believe in the power of grants to together with the community build the necessary components or reward the community to further develop the project.
|
||||
|
||||
- 1,2,3.X series are called TFGrid and can be followed on www.threefold.io
|
||||
- 4.x series called INCA (INternet CApacity), tbd website
|
17
collections/projectinca/grants/grant_voting_process.md
Normal file
17
collections/projectinca/grants/grant_voting_process.md
Normal file
@@ -0,0 +1,17 @@
|
||||
## Voting Process
|
||||
|
||||
The voting process is as follows:
|
||||
|
||||
- Go to INCA Connect
|
||||
- See the projects
|
||||
- Vote + or -
|
||||
- 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
|
||||
- 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
|
||||
- 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
|
||||
- Supported chains
|
||||
- We start by supporting Stellar
|
||||
- Then we will also support Solana
|
@@ -1,85 +1,3 @@
|
||||
# TFT Grants
|
||||
|
||||
|
||||
```echarts
|
||||
option = {
|
||||
title: {
|
||||
text: 'Grants',
|
||||
subtext: 'Distribution',
|
||||
left: 'center'
|
||||
},
|
||||
tooltip: {
|
||||
trigger: 'item'
|
||||
},
|
||||
series: [
|
||||
{
|
||||
name: 'Distribution',
|
||||
type: 'pie',
|
||||
radius: '70%',
|
||||
data: [
|
||||
{ value: 10, name: 'AI Boxes' },
|
||||
{ value: 15, name: 'Cloud Boxes' },
|
||||
{ value: 5, name: 'Storage Boxes' },
|
||||
{ value: 5, name: '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: 'TFGrid 3.13' },
|
||||
{ value: 5, name: 'TFGrid 3.14' },
|
||||
{ value: 5, name: 'Thorchain DEX Launch' },
|
||||
],
|
||||
emphasis: {
|
||||
itemStyle: {
|
||||
shadowBlur: 10,
|
||||
shadowOffsetX: 0,
|
||||
shadowColor: 'rgba(0, 0, 0, 0.5)'
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
```
|
||||
|
||||
## TFT Grants Treasury
|
||||
|
||||
- At least 180,000,000 TFT is available for Grants
|
||||
- projects defined below
|
||||
- in future on https://projectinca.info/projects (To Be Done, link not working yet)
|
||||
- voting through INCA Connect
|
||||
- <10m in locked pool (dead wallets)
|
||||
|
||||
## Voting Process
|
||||
|
||||
The voting process is as follows:
|
||||
|
||||
- Go to INCA Connect
|
||||
- See the projects
|
||||
- Vote + or -
|
||||
- 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
|
||||
- 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
|
||||
- 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
|
||||
- Supported chains
|
||||
- We start by supporting Stellar
|
||||
- Then we will also support Solana
|
||||
|
||||
## Reward Projects
|
||||
|
||||
Initial projects are listed below.
|
||||
|
||||
> Remark: all TFT are with vesting and have min execution price 0.1 USD per TFT or higher !
|
||||
|
||||
- [AIBoxes](aiboxes.md) : 10m TFT
|
||||
- [CloudBoxes](cloudboxes.md) : 15m TFT
|
||||
- [StorageBoxes](storageboxes.md) : 5m TFT
|
||||
- [INCA Marketplace](marketplace_grant.md) : 5m 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
|
||||
- [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.14](projectinca/grant_tf_3_14.md): 5m TFT
|
||||
- [Thorchain DEX Launch](projectinca/grant_thorchain.md): 5m TFT
|
||||
# Grants
|
||||
|
||||
!!wiki.include page:'projectinca:grant_versions.md'
|
||||
|
48
collections/projectinca/grants/grants_inca.md
Normal file
48
collections/projectinca/grants/grants_inca.md
Normal file
@@ -0,0 +1,48 @@
|
||||
# Project INCA Grants
|
||||
|
||||
!!wiki.include page:'projectinca:grant_versions.md'
|
||||
|
||||
There are no grants defined yet for our INCA release.
|
||||
|
||||
Please contact us to let us know on which projects you would like to work, below you can see a suggested Distrubution of grants.
|
||||
|
||||
```echarts
|
||||
option = {
|
||||
title: {
|
||||
text: 'Grants',
|
||||
subtext: 'Distribution',
|
||||
left: 'center'
|
||||
},
|
||||
tooltip: {
|
||||
trigger: 'item'
|
||||
},
|
||||
series: [
|
||||
{
|
||||
name: 'Distribution',
|
||||
type: 'pie',
|
||||
radius: '70%',
|
||||
data: [
|
||||
{ value: 20, name: 'Community Expansion Projects' },
|
||||
{ value: 20, name: 'Development of Hardware for INCA' },
|
||||
{ value: 10, name: 'Organization of Rewards for Hackathlons' },
|
||||
{ value: 15, name: 'Organization of Localized Chapters' },
|
||||
{ value: 30, name: 'Development of Code' },
|
||||
{ value: 5, name: 'Training, Product Marketing' },
|
||||
],
|
||||
emphasis: {
|
||||
itemStyle: {
|
||||
shadowBlur: 10,
|
||||
shadowOffsetX: 0,
|
||||
shadowColor: 'rgba(0, 0, 0, 0.5)'
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
```
|
||||
|
||||
## TFT Grants Treasury
|
||||
|
||||
- **660,000,000 INCA is available for Grants (over all releases)**
|
||||
|
||||
!!wiki.include page:'projectinca:grant_voting_process.md'
|
73
collections/projectinca/grants/grants_tft.md
Normal file
73
collections/projectinca/grants/grants_tft.md
Normal file
@@ -0,0 +1,73 @@
|
||||
# TFGrid 3.x Grants
|
||||
|
||||
!!wiki.include page:'projectinca:grant_versions.md'
|
||||
|
||||
Below you can find the grants as are open and being executed on for the 3.x version of our project.
|
||||
|
||||
```echarts
|
||||
option = {
|
||||
title: {
|
||||
text: 'Grants',
|
||||
subtext: 'Distribution',
|
||||
left: 'center'
|
||||
},
|
||||
tooltip: {
|
||||
trigger: 'item'
|
||||
},
|
||||
series: [
|
||||
{
|
||||
name: 'Distribution',
|
||||
type: 'pie',
|
||||
radius: '70%',
|
||||
data: [
|
||||
{ value: 10, name: 'Deploy AI Blocks' },
|
||||
{ value: 15, name: 'Deploy Cloud Blocks' },
|
||||
{ value: 5, name: 'Deploy Storage Blocks' },
|
||||
{ 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
|
||||
|
||||
- At least 180,000,000 TFT (which si 360,000,000 INCA) is available for Grants
|
||||
- projects defined below
|
||||
- in future on https://projectinca.info/projects (To Be Done, link not working yet)
|
||||
- voting through INCA Connect
|
||||
- <10m in locked pool (dead wallets)
|
||||
|
||||
## Reward Projects
|
||||
|
||||
Initial projects are listed below.
|
||||
|
||||
> Remark: all TFT are with vesting and have min execution price 0.1 USD per TFT or higher !
|
||||
|
||||
- [Deploy AI Blocks](projectinca/grant_aiblock.md) : 10m TFT
|
||||
- [Deploy Cloud Blocks](projectinca/grant_cloudblock.md) : 15m TFT
|
||||
- [Deploy Storage Blocks](projectinca/grant_storageblock.md) : 5m TFT
|
||||
- [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
|
||||
- [Establish Thorchain DEX](projectinca/grant_thorchain.md) : 5m TFT
|
||||
|
||||
!!wiki.include page:'projectinca:grant_voting_process.md'
|
@@ -1,6 +1,6 @@
|
||||
# AI Boxes Grants
|
||||
# AI Blocks Grants
|
||||
|
||||
The aim is to reward the creation of capacity for 1,000 AI Boxes, each available AI Box is rewarded as in the table below.
|
||||
The aim is to reward the creation of capacity for 1,000 AI Blocks, each available AI Block is rewarded as in the table below.
|
||||
|
||||
The total size of the grant is 10m TFT but can be expended later.
|
||||
|
||||
@@ -19,7 +19,7 @@ The total size of the grant is 10m TFT but can be expended later.
|
||||
- company info which manages the servers
|
||||
- Hosting agreement signed with TF DMCC
|
||||
- Utilization of INCA Marketplace
|
||||
- hoster provisions and makes [Ai Boxes](tfgrid4:aibox.md) available
|
||||
- hoster provisions and makes [Ai Blocks](tfgrid4:aiblock.md) available
|
||||
- Approved location, we are trying to expand good capacity in the world
|
||||
|
||||
!!wiki.include page:'projectinca:box_vesting_include.md'
|
||||
@@ -30,4 +30,4 @@ We believe the current minimal real price of TFT is at least 0.1 or 0.2, not the
|
||||
|
||||

|
||||
|
||||
!!wiki.include page:'tfgrid4:cloudbox'
|
||||
!!wiki.include page:'tfgrid4:cloudblock'
|
@@ -1,6 +1,6 @@
|
||||
# Cloud Boxes Grants
|
||||
# Cloud Blocks Grants
|
||||
|
||||
The aim is to reward the creation of capacity for 100,000 Storage Blockes, each available cloudbox is rewarded as in the table below.
|
||||
The aim is to reward the creation of capacity for 100,000 Storage Blocks, each available cloudblock is rewarded as in the table below.
|
||||
|
||||
- terms
|
||||
- 15m TFT for aggregated capacity
|
||||
@@ -29,4 +29,4 @@ We believe the minimal real price of TFT is at least 0.1 or 0.2, not the current
|
||||
|
||||

|
||||
|
||||
!!wiki.include page:'tfgrid4:cloudbox'
|
||||
!!wiki.include page:'tfgrid4:cloudblock'
|
@@ -1,6 +1,6 @@
|
||||
# Storage Boxes Grant
|
||||
# Storage Blocks Grant
|
||||
|
||||
The aim is to reward the creation of capacity for 100,000 Storage Blockes, each available storagebox is rewarded as in the table below.
|
||||
The aim is to reward the creation of capacity for 100,000 Storage Blocks, each available storageblock is rewarded as in the table below.
|
||||
|
||||
- terms
|
||||
- 5m TFT for aggregated capacity
|
||||
@@ -18,7 +18,7 @@ The aim is to reward the creation of capacity for 100,000 Storage Blockes, each
|
||||
- company info which manages the servers
|
||||
- Hosting agreement signed with TF DMCC
|
||||
- Utilization of INCA Marketplace
|
||||
- hoster provisions and makes [StorageBoxes](tfgrid4:storagebox.md) available
|
||||
- hoster provisions and makes [StorageBlocks](tfgrid4:storageblock.md) available
|
||||
- Approved location, we are trying to expand good capacity in the world
|
||||
|
||||
!!wiki.include page:'projectinca:box_vesting_include.md'
|
||||
@@ -29,4 +29,4 @@ We believe the minimal real price of TFT is at least 0.1 or 0.2, not the current
|
||||
|
||||

|
||||
|
||||
!!wiki.include page:'tfgrid4:storagebox'
|
||||
!!wiki.include page:'tfgrid4:storageblock'
|
@@ -6,8 +6,8 @@ ThreeFold DMCC and TF COOP will host such a market place.
|
||||
|
||||
The marketplace will intitially be used to sell
|
||||
|
||||
- [CloudBoxes](cloudboxes.md)
|
||||
- [StorageBoxes](storageboxes.md)
|
||||
- [CloudBlocks](cloudblock.md)
|
||||
- [StorageBlocks](storageblock.md)
|
||||
|
||||
But many more services will be added.
|
||||
|
@@ -9,8 +9,8 @@
|
||||
- There needs to be a python SDK
|
||||
- The marketplace needs to accept credit cards as well as major crypto currencies
|
||||
- The marketplace needs to do KYC for users doing more than 1k USD per month
|
||||
- The marketplace needs to run a monitoring stack to independently verify the SLA of the cloud and Storage Blockes
|
||||
- The marketplace needs to run a monitoring stack to independently verify the SLA of the cloud and Storage Blocks
|
||||
- The UI needs to be made in Reflex or Flet and be opensource
|
||||
- Customers need to see their deployed CloudBoxes or Storage Blocks
|
||||
- Customers can cancel their workloads: CloudBoxes or Storage Blocks
|
||||
- Customers can see monitoring info of their workloads: CloudBoxes or Storage Blocks
|
||||
- Customers need to see their deployed CloudBlocks or Storage Blocks
|
||||
- Customers can cancel their workloads: CloudBlocks or Storage Blocks
|
||||
- Customers can see monitoring info of their workloads: CloudBlocks or Storage Blocks
|
Reference in New Issue
Block a user