mirror of https://github.com/logos-co/roadmap.git
54 lines
1.2 KiB
Markdown
54 lines
1.2 KiB
Markdown
---
|
|
title: "Community Vaults - Token Airdrop"
|
|
description: "Community Vaults - Token Aidrop"
|
|
---
|
|
## `:sc:g:status:community-contracts-vault-token-airdrop`
|
|
---
|
|
|
|
```mermaid
|
|
%%{
|
|
init: {
|
|
'theme': 'base',
|
|
'themeVariables': {
|
|
'primaryColor': '#BB2528',
|
|
'primaryTextColor': '#fff',
|
|
'primaryBorderColor': '#7C0000',
|
|
'lineColor': '#F8B229',
|
|
'secondaryColor': '#006100',
|
|
'tertiaryColor': '#fff'
|
|
}
|
|
}
|
|
}%%
|
|
gantt
|
|
tickInterval 1month
|
|
dateFormat YYYY-MM-DD
|
|
section Status
|
|
Production Readiness:
|
|
```
|
|
|
|
- status: 0%
|
|
- CC: Andrea
|
|
|
|
**This milestone is updated on weekly basis. For a more up-to-date status head over to the [milestone on GitHub](https://github.com/status-im/communities-contracts/milestone/2).
|
|
|
|
### Description
|
|
|
|
This milestone focuses on the airdrop functionality of community vaults.
|
|
The general idea is that community owners and token masters can airdrop tokens that live in the community vault to other accounts and community members.
|
|
|
|
Part of this milestone is to figure out which airdrop strategy makes most sense and then implementing it.
|
|
|
|
### Justification
|
|
|
|
|
|
### Deliverables
|
|
|
|
* Airdrop functionality in existing vault contracts
|
|
* Documentation
|
|
* Tests
|
|
* Formal verification
|
|
|
|
|
|
|
|
|