# Simple Token Creator

The Simple creator has fields for adding

* Name
* Ticker
* Website
* Image URL
* Description
* Initial Supply
* Tags

There are no options for changing the token behaviour using the Simple creator. If there is a requirement to change the following settings then please use the Advanced creator

* Mintable - Can more tokens be minted? Default = NO
* Burnable - Can the supply be burned? Default = NO
* Freezable - Can tokens be frozen in accounts? Default = NO
* Recallable - Can tokens be recalled from accounts? Default = NO
* Withdrawable - Can tokens be withdrawn from an account? Default = YES
* Depositable - Can tokens be deposited to an account? Default = YES
* Divisibility - How many decimals is a single token divisible by? Default = 18

<figure><img src="/files/Y6kmnCsCOaTErYxm0s0R" alt=""><figcaption></figcaption></figure>

Note: The Simple token creator is FREE (excluding Radix network fees)


---

# 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.shardspace.app/developer/how-to-create-a-token/simple-token-creator.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.
