We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This application will allow users to become voting members of a DAO by depositing XYZ token.
XYZ
XYZ token should be able to be any generic token, and should be defined when the application is initialised.
This app will allow a user holding XYZ or VOTE tokens to perform the following specific actions to manage their membership of the DAO:
VOTE
Join the DAO: the user deposits XYZ into the control of the DAO, and receives an equivalent number of VOTE Tokens.
Leave the DAO: the user frees their XYZ from the DAO, and burns their VOTE Tokens.
A user interface should exist, allowing users to perform the functions as above through Aragon's Web UI.
It should be possible to set the permissions for these functions to be:
This app could also allow a user holding XYZ tokens to perform the following specific actions to manage their membership of the DAO:
IOU
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
This application will allow users to become voting members of a DAO by depositing
XYZ
token.XYZ
token should be able to be any generic token, and should be defined when the application is initialised.Minimum Viable Implementation
Core Functionality
This app will allow a user holding
XYZ
orVOTE
tokens to perform the following specific actions to manage their membership of the DAO:Join the DAO: the user deposits
XYZ
into the control of the DAO, and receives an equivalent number ofVOTE
Tokens.Leave the DAO: the user frees their
XYZ
from the DAO, and burns theirVOTE
Tokens.Other Specific Requirements
A user interface should exist, allowing users to perform the functions as above through Aragon's Web UI.
It should be possible to set the permissions for these functions to be:
Advanced Implementation
This app could also allow a user holding
XYZ
tokens to perform the following specific actions to manage their membership of the DAO:XYZ
into the control of the DAO, and receives an equivalent number ofIOU
Tokens.IOU
Tokens are only redeemable forXYZ
tokens and confer no voting rights.The text was updated successfully, but these errors were encountered: