# Generate Token

The first thing to keep in mind is that if you want to deploy the token on Ethereum Blockchain, you need to select that chain on the top bar on Pinky Finance.

![](/files/uqffDY4FvcmsRw4mjKSW)

Then once the correct chain has been set, you can head to the menu: "Tokens -> and select which token you want to generate".

Currently, we are offering 5 types of tokens:

1. **Basic Token:** [Read more about the token functionality.](/token-types/standard-token.md)
2. **Meme Coin:** [Read more about the token functionality.](/token-types/meme-coin.md)
3. **Burnable Token:** [Read more about the token functionality.](/token-types/burnable-token.md)
4. **Mintable Token:** [Read more about the token functionality.](/token-types/mintable-token.md)
5. **Mintable + Burnable Token:** [Read more about the token functionality.](/token-types/mintable-+-burnable-token.md)

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

* **Name:** For example, on the Ethereum blockchain, token names are limited to **32 characters**. This includes letters, numbers, and any special characters you might use. It's generally a good practice to keep token names reasonably short and meaningful to avoid confusion.
* **Symbol:** On the Ethereum blockchain, token symbols are limited to 10 characters. But in reality, we would recommend using a maximum of **5 symbols.**
* **Decimals:** 18 decimal places is the common standard, some tokens might use fewer decimal places (for example, 6 or 8) depending on their specific use case. It's important to consider the intended use of the token and how finely it needs to be divided when deciding on the number of decimal places to use.
* **Total Supply:** You need to enter total supply without the decimals!

### Payment for the token deployment

This payment includes: Gas fees for the token contract deployment on the blockchain (gas fees are constantly changing and are different on each network) + Platform fee (View all platform fees)

<figure><img src="/files/2Y4qexe7Mtdgi8hmNmDN" alt="" width="375"><figcaption></figcaption></figure>

### Successfully Generated Token

<figure><img src="/files/375Z2aih5iXctpaagfVK" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The address is your unique token smart contract address, you can use this address to import your tokens in your wallet.
{% 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.pinky.finance/pinky-finance/tutorials/generate-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.
