How to mint and assign DAO tokens to others
Go to https://govern.aragon.org/#/daos/<DAO name>/ where <DAO name> is the name of your DAO.
The token can be minted and assigned to other wallets in the Actions section:

"Action" section on the left side menu
- Click Actions on the left side menu - New action
Insert the following fields:
- Title = a title to identify the transaction
- Justification = a text or a file to tell DAO members why you schedule this transaction.-
- Click on the ** _Add new transaction**_** ** button.

- Click on Select Action - Mint tokens to mint more DAO tokens.

- Select Other address to enable the option to insert the address of a DAO member.
Recipient address - insert the address where the new to mint DAO tokens should be transferred to.
Amount - quantity of token to deposit. The correct format is <number>.<number> (ex. 5.0)
- Click Add transaction

- Back on the **New transaction** page fill the fields in the mint box.
To - insert the address where the new to mint DAO tokens should be transferred.
Amount - needs to be in wei (not in Ether), you can use a converter such as https://eth-converter.com/ (for example: so instead of 200.0 for your amount you need to input 200000000000000000000).
Context - should be 0x (without " ") or any other hex byte you wish.
- Click Schedule to execute the transaction.

Last modified 4mo ago