# How To: Create A Standard Token

## **Step 1: Access The Dashboard** <a href="#step-1-access-the-dashboard" id="step-1-access-the-dashboard"></a>

1\. From the homepage: <https://seile.xyz/> click on “Dashboard" and connect your wallet.

<figure><img src="/files/8QN5nzNkdjVahLKk1g3C" alt=""><figcaption></figcaption></figure>

## **Step 2: Navigate To The Create Token Tool** <a href="#step-2-navigate-to-the-create-token-tool" id="step-2-navigate-to-the-create-token-tool"></a>

1. Press/select the "Create Token" button and you'll be redirected to this link: <https://seile.xyz/create/token>.

<figure><img src="/files/6Zrja5NvFLmCcVOIDGCm" alt=""><figcaption></figcaption></figure>

## **Step 3: Select the Token Type Option** <a href="#step-3-select-token-type-option" id="step-3-select-token-type-option"></a>

1. To create a standard type token, in the \[Type] section, choose “Standard Token”. Different token types will be added soon.

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

2. Click on “Deploy token” after inputting all required fields.

**Notes:**

* Decimals must be greater than or equal to 2.
* All fields are required, they cannot be blank.
* Decimals and the total supply must be a positive number.
* Creation Fee: 20 $Sei.

## **Step 4: Confirming The Transaction** <a href="#step-4-confirming-the-transaction" id="step-4-confirming-the-transaction"></a>

MetaMask will now ask you to confirm the transaction. It will also show you the fee that you are required to pay for that transaction. If you agree, then click on the “Confirm” button to finish the process.

{% embed url="<https://www.seile.xyz/create/token>" %}


---

# 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.seile.xyz/token-factory/how-to-create-a-standard-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.
