> For the complete documentation index, see [llms.txt](https://faq.tezos-homebase.io/a/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.tezos-homebase.io/a/how-to-configure-your-dao-in-homebase/token-configuration.md).

# Token Configuration

**Contract Name** - what you're naming this contract. This is the name that will be seen in wallets and on DApps.

**Description** - what the token is used for

**Supply** - the total number of tokens you want to create. Plan carefully on this, because currently in Homebase even if you increase the supply, the total available in your DAO for proposal voting is not changeable.

**Decimals** - The number of decimals determines the smallest quantity of your token that can be transacted. For example, Bitcoin has 8 decimals and the smallest amount of bitcoin you can transact with is 0.00000001 BTC.

**Symbol** - The symbol for your token. For example, XTZ is used for Tezos and BTC is used for Bitcoin. It doesn't necessarily have to be a unique set of letters - after you deploy your token contract, you will have an address for it that is use in combination with the symbol.

**Icon** - The image for the token. You'll need to upload your image to an image storage site (or IPFS) and then post the link to the image in this field.

Next screen, **Initial Token Distribution -** the wallet address and amount of the intial token holders to receive tokens.&#x20;

**Review** - It's a good idea to take a screenshot of your token settings so you have them handy.

**Make sure to copy your token address on the success screen.**


---

# 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://faq.tezos-homebase.io/a/how-to-configure-your-dao-in-homebase/token-configuration.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.
