diff --git a/content/vac/sc/g/status/community-contracts-vault-token-airdrop.md b/content/vac/sc/g/status/community-contracts-vault-token-airdrop.md new file mode 100644 index 000000000..7d64c042e --- /dev/null +++ b/content/vac/sc/g/status/community-contracts-vault-token-airdrop.md @@ -0,0 +1,53 @@ +--- +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 + + + + diff --git a/content/vac/sc/index.md b/content/vac/sc/index.md index 5ed3049ca..cbce5174c 100644 --- a/content/vac/sc/index.md +++ b/content/vac/sc/index.md @@ -17,6 +17,7 @@ lastmod: 2023-09-21 * [[ vac/sc/g/status/community-contracts-token-import | community-contracts-token-import ]] * [[ vac/sc/g/status/community-contracts-maintenance | community-contracts-maintenance ]] * [x] [[ vac/sc/g/status/community-contracts-curation-dapp-contracts | community-contracts-curation-dapp-contracts ]] +* [[ vac/sc/g/status/community-contracts-vault-token-airdrop | community-contracts-vault-token-airdrop ]] * [x] [[ vac/sc/g/status/snt-optimism-bridge | SNT-optimism-bridge ]] * [x] [[ vac/sc/g/status/mimime-token-enhancement | mimime-token-enhancement ]] * [[ vac/sc/g/status/mimime-token-maintenance | mimime-token-maintenance ]]