# 3. Create DAO. Create own token

If you've chosen to create a new token for your DAO's governance, this page will allow you to create a custom token from scratch.

Creating your own token on DeXe DAO Studio is quick and easy with an intuitive interface.

### Step 1: Name Your Token <a href="#docs-internal-guid-858cf4a7-7fff-c824-ccc9-5ef790a63583" id="docs-internal-guid-858cf4a7-7fff-c824-ccc9-5ef790a63583"></a>

<figure><img src="https://4219550707-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F08NGXc7uBTVU9daCNDNd%2Fuploads%2FYlbz4GfITnOMqotRy4Gt%2FCreate%20Token%20DeXe.png?alt=media&#x26;token=e35fdcd4-9b76-492f-b3e8-299c14b4c385" alt=""><figcaption></figcaption></figure>

First, enter a name and symbol for your new token. For example:

* Name: DEXE
* Symbol: DEXE

{% hint style="info" %}
The Token Name and Symbol cannot be changed later.
{% endhint %}

### Step 2: Configure Token Distribution <a href="#docs-internal-guid-eec3e795-7fff-5669-e22d-3e489036c455" id="docs-internal-guid-eec3e795-7fff-5669-e22d-3e489036c455"></a>

<figure><img src="https://4219550707-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F08NGXc7uBTVU9daCNDNd%2Fuploads%2F8bfkap2oYtxTbZo45yfG%2F03-02%20Token%20distribution.jpg?alt=media&#x26;token=32b1fdd9-1c05-44a9-b5a1-19cff1e65a9a" alt=""><figcaption></figcaption></figure>

Next, define the initial tokenomics:

* Total Supply: The number of tokens to be minted. This is the maximum supply.
* Treasury: The portion of tokens held by your DAO's treasury.
* Distributed to Members: Tokens that will go to your founding members.

{% hint style="danger" %}
Remember to reserve enough for core members to reach voting quorums when distributing tokens. Allocating all tokens to the treasury means losing governance control.
{% endhint %}

### Step 3: Allocate Tokens <a href="#docs-internal-guid-08be040a-7fff-b003-d760-f3df74da7502" id="docs-internal-guid-08be040a-7fff-b003-d760-f3df74da7502"></a>

<figure><img src="https://4219550707-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F08NGXc7uBTVU9daCNDNd%2Fuploads%2FrimWgTHjkzR1CoyyJvzr%2F03-03%20Token%20recipients.jpg?alt=media&#x26;token=c8c49eeb-f0ea-499a-8963-553956172565" alt=""><figcaption></figcaption></figure>

You can distribute tokens to specific wallet addresses immediately after creating the token.

Enter each recipient's address and amount of tokens they will receive. There is no need to type each one - you can upload a CSV list, too.

{% hint style="info" %}
Please note this distribution cannot be reversed. Double-check your allocations.
{% endhint %}

That's it - your custom governance token is now ready to deploy. Specified recipients will receive voting power immediately upon distribution, enabling prompt participation in governance.


---

# 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://docs.dexe.io/creating-a-dao.-getting-started/3.-create-dao.-create-own-token.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.
