# Deploy Token

## Introduction

DSTerminal integrated with [Clanker](https://x.com/clankeronbase) to deploy your token just in seconds.

Token can be managed and claim reward on DSTerminal after deployed. It can also be displayed on [clanker.world](https://www.clanker.world/).

## Example deploy commands

`"Deploy token Dackie Superchain, symbol DACKIE"`

`"Deploy token Dackie Superchain, symbol DACKIE, buy 1E at init"`

`"Deploy token DS Terminal, symbol CAP with initial buy 1E"`

You can specific initial buy (optional).

## Fee Structure

When deploy a token via DSTerminal, basically it will add LP 1% on [Uniswap](https://app.uniswap.org/). With 1% trading fee for this token the fee structure will be separated as below:

| #            | % separated in 1% Trading Fee | Example (if trading fee is $1000) |
| ------------ | ----------------------------- | --------------------------------- |
| Creator      | **60%**                       | Earn 600$                         |
| DSTerminal   | 20%                           | Earn 200$                         |
| Clanker Team | 20%                           | Earn 200$                         |

Trading fee reward of deployed token can be claim via DSTerminal

{% hint style="info" %}
**DSTerminal** offers the highest fee share for creators. If you deploy via clanker.world or clank.fun, you will only receive 40%.
{% endhint %}


---

# 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.dackieswap.xyz/dsterminal/product-features/deploy-token.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.
