> For the complete documentation index, see [llms.txt](https://docs.dexe.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexe.io/creating-a-dao.-getting-started/3.-create-dao.-create-own-token.md).

# 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="/files/0JeTjIQNSWSxHf8YsFW3" 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="/files/zlBnXAwEGle5NBvUgcWN" 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="/files/bjK6kEkwrs3eXrGa0F9r" 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dexe.io/creating-a-dao.-getting-started/3.-create-dao.-create-own-token.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
