# Create Tokens

Click [here](https://testnet.seedx.app/token) to Create Tokens

<figure><img src="/files/YlK99YTFgfyficPPv5Y8" alt=""><figcaption><p>Token Creation</p></figcaption></figure>

### Function Description&#x20;

Token creation is one of the tools SEEDx provides to developers. Users can quickly create a token of their own through this tool.&#x20;

Click on the [link](https://testnet.seedx.app/token) and select token type as per your need and fill in the details to create the Tokens.

Currently, token creation supports configuration: token name, token symbol, total number of tokens, number of decimal places, and you can also add transaction destruction, transaction fee, and incremental issue functions. Among them:

Transaction destruction: each on-chain transfer will have a certain percentage of tokens transferred directly to the destruction address (0x000000000000000000000000000000000000000000000000)&#x20;

Transaction fee: A certain percentage of tokens will be transferred directly to the creator's address for each on-chain transfer&#x20;

Incremental issuance: allows the creator to issue additional tokens after creation&#x20;

### Creation Fee&#x20;

Token creation on <mark style="color:green;">**SEEDx**</mark> is a <mark style="color:yellow;">**FREE**</mark> service to promote and excite potential token creators.


---

# 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.seedx.app/earning-tools/create-tokens.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.
