> For the complete documentation index, see [llms.txt](https://dannychain.gitbook.io/danny/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dannychain.gitbook.io/danny/service/create-token-oneclick.md).

# Create Token Oneclick

## Deploy Your Token Without Code

Create, verify, and launch your DAN20 token on any major blockchain in under 3 minutes. No Solidity required.

{% hint style="info" %}
Yes, you can easily create a cryptocurrency token (like ERC-20, SPL, or memecoin) with zero coding on several no-code platforms.
{% endhint %}

## 🔗 Choose Blockchain

* Select from supported networks. Each chain has its own gas fee and finality speed.

## ⚙️ Configure Token

* Set your name, symbol, supply, and advanced features like burn, pause, or minting rights.

## 🚀 Deploy & Verify

* Sign the transaction in your wallet. Your token is verified and live on-chain instantly.

## You can follow next step

{% content-ref url="/pages/fb922e107b31a3e9e9fcf81410029e993b0a9afc" %}
[Auto Contract](/danny/developer-guide/auto-contract.md)
{% endcontent-ref %}

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

{% embed url="<https://dannychain.com/token/>" %}

## Step by Step

* Buy DAN native token for fee create token on platform
* Go to token platform [https://dannychain.com/token](https://dannychain.com/token/)
* Connect wallet ([Danny chain](/danny/getting-started/quick-start.md))
* go to Configure Token area see Token Parameters section
* Enter Token Name. (E.g. Danny)
* Enter Token Symbol. (E.g. DAN)
* Enter Initial Supply. (E.g. 1000000)
* Enter Decimals. (18) (Default standard)
* Want Burnable function. Press the slider button to open.

{% hint style="warning" %}
**Burn** means permanently removing tokens or coins from circulation. When tokens are burned, they are sent to a special wallet address called a Burn Address that nobody can access, making the tokens unusable forever.
{% endhint %}

* Want Mintable function. Press the slider button to open. (Owner can mint additional tokens)

{% hint style="danger" %}
**Mint** means creating new tokens or coins and adding them into circulation. A token with a **Mint Function** allows the owner or smart contract to generate additional supply after deployment.
{% endhint %}

* Want Pausable function. Press the slider button to open. (Emergency pause all transfers)

{% hint style="info" %}
**Pausable** means the contract owner can temporarily stop certain functions of the token or platform during emergencies or maintenance. This security feature helps protect users and funds if suspicious activity, exploits, or attacks are detected.
{% endhint %}

* Want Blacklist function. Press the slider button to open. (Block any wallet from transacting)

{% hint style="danger" %}
**Blacklist** means the contract owner can restrict specific wallet addresses from using certain functions of the token.
{% endhint %}

* Press Review & Confirm button
* Confirm transaction
* Add token on wallet

#### ☎️Need Help? <a href="#need-help" id="need-help"></a>

Reach out to us for support, suggest improvements, or file a ticket using the [**Support**](mailto:admin@dannychain.com) on Telegram. Our team is here to assist you!

* [**Telegram**](https://t.me/dannytoken): Join our developer community
* [**Twitter**](https://x.com/Dan74668): information Danny Chain


---

# 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://dannychain.gitbook.io/danny/service/create-token-oneclick.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.
