# How to mint and assign DAO tokens to others

## Minting and assigning Tokens

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](/files/T3Gn81SucjWhAwO8xbCE)

{% hint style="info" %}

* 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.-
  {% endhint %}

* Click on the \*\* **\_**&#x41;dd new transaction\*\*\_\*\* \*\* button.

![](/files/9UAwhNHUt6iPYynWAT7f)

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

![](/files/rHs7VZU860PDkRK2JrrP)

* Select *Other address* to enable the option to insert the address of a DAO member.

{% hint style="info" %}
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)
{% endhint %}

* Click *Add transaction*

![](/files/wmLXuMYgLppEJkw7lcix)

* Back on the \*\****New transaction***\*\* page fill the fields in the ***mint*** box.

{% hint style="info" %}
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/](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.
{% endhint %}

* Click ***Schedule*** to execute the transaction.

![](/files/Iyu37MLEKq7MAZDFYZeV)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://legacy-docs.aragon.org/products/aragon-govern/navigate-into-your-govern-dao/how-to-assign-tokens-to-others.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
