# Creating Tokens

The Web App guides users through a three-step token creation process:

## **Select Token Type**

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

Select which token type would you link to create. For more information please read the [Custom Token Features section.](/deployr/custom-token-features/deployr-fees.md)

**Input Token Information & Review**

<figure><img src="/files/77ekJr8befTy7g5mSz7A" alt=""><figcaption></figcaption></figure>

Fill in all required fields—our Web App will guide you through this step by indicating any missing details. Once verified, you'll receive a Deployer Wallet and Fee Wallet to securely store.

{% hint style="warning" %}
Double check and verify your token details as some parts of this cannot be changed once launched.
{% endhint %}

{% hint style="warning" %}
Make sure to save your generated deployer and fee wallet.
{% endhint %}

**Fund & Deploy**

<figure><img src="/files/4XtJbOF1HimaCLFVDB4o" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
You need to fund the **Fee wallet** with at least 0.5 SOL in order for the automatic tax / rewards distribution system to run.
{% endhint %}

{% hint style="warning" %}
Ensure the Deployer Wallet is funded to proceed with token deployment. You can also deploy your created token under Manage Tokens page.
{% 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://deployr.gitbook.io/deployr/web-app/creating-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.
