1. Token request procedure

Toke request approval for new (incoming) community members

The section below describes the process of adding new (or existing) members to your DAO by accepting the funds allocated to your DAO.

CT (Community Token) are tokens that are used to manage assets within your DAO.

Every new contribution to your DAO will require to assign new CT Tokens to the member according to the current ratio of the DAO CT / Stable Coin price. Each time after the incoming member presses the "Deposit" button - a new transaction is created for the procedure of minting new tokens to be sent to the member. Hereby the member becomes a Community token holder without the voting rights.

At this event the assets are transferred from the Participants wallets to one of the Aragon smart contracts and are held there on escrow before the CT tokens are minted and sent to the Participants’ wallets.

Approving a token request

IMPORTANT: Check the Token Request section in Aragon regularly to approve new Participants.

Step 0 - Log in to your Weezi.io and Frame Wallet accounts

Log in to your Frame Wallet account with the data used when creating your DAO.

Step 1 - Navigate to "Token Request"

After you are logged in to Weezi navigate to the "Token Request" Section at the left side panel.

Step 2 - Check the pending token request

  • Check the list of the pending transactions for the required Token Request. Use the member's wallet address as the identifier to select the correct one. The incoming member wallet address is shown on the "Requester" column.

  • After locating a correct line - click on the arrow at the right side of the line and select “Submit”.

Step 3 - Process the transaction and voting prodecure

After the "Submit" button is pressed a transaction pop-up will be triggered. Proceed with the voting procedure as described in the guide available HERE.

Approving a token request through Etherscan

Step 0 - Getting the voting details through Weezi

IMPORTANT: Please note that the details you are collecting through this step must be forwarded to the other DAO GT holders for them to proceed with the voting directly. Since this method requires more technical approach compared to the voting done through Aragon - make sure that other DAO GT holders have the needed knowledge regarding the voting procedure via Etherscan.

Navigate to Weezi, open the voting section and select the GT category. Copy the smart contract address from the Voting section (starting with 0x.....) and note down the vote ID (ex: Vote #727 as shown on the screenshot).

Step 1 - Navigating to the Etherscan contract page

Make sure you have smart contract address and voting id from step 0:

  • Navigate to https://etherscan.io/dapp/%votingaddress% (replacing the %votingaddress% with the one you copied at step 0)

  • Authorize into the system via the Web3

  • Navigate to Contracts >> Write contract

  • Scroll down until the section 27.Vote

  • Fill in the form:

    • voteID >> ID of the voting you copied from Aragon (727 for the screenshot example)

    • supports >> 1 for "Yes" / 0 for "No"

    • executesIfDecided >> 1 to execute the procedure after the voting is complete or 0 to give the passive voice without procedure execution

  • Press "Write" to cast your vote

Step 2 - Transaction approval

Navigate to your wallet and sign the transaction. After the signature is accepted your vote is cast.

Last updated