# Solana Token Minting Guide

#### How to Use the Solana Token Minting Tool

1. **Connect Your Solana Wallet**
2. **Select or Enter the Token Contract** for which you want to mint additional tokens
3. **Check the Token Minting Permissions**
4. **Enter the Number of Tokens** you want to mint
5. **Verify the Current Circulating Supply and the Estimated Total Supply** after minting
6. **Sign the Transaction and Wait for the Minting** to complete

#### Preparation:

* A computer or a mobile phone
* Solana wallet (Phantom Wallet installation tutorial)
* At least 0.1 SOL in your wallet
* Token contract information

#### Specific Steps:

1. **Connect Wallet**

   SlerfTools currently supports various popular Solana wallets, such as Solflare, Phantom, OK Wallet, etc. This guide uses Phantom Wallet as an example.

**Solana Token Minting**: [Mint Token on SlerfTools](https://slerf.tools/en-us/token-mint/solana)

Go to the SlerfTools token minting page, where you can switch the language in the top right corner.

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

2. **Select the Token to Mint**
   * You can quickly choose from the tokens currently held in your connected wallet.
   * Copy the token contract for which you want to renounce permissions (you can click on the corresponding token in your wallet to view the contract address in the browser).

<figure><img src="https://docs.slerf.tools/~gitbook/image?url=https%3A%2F%2F4224157678-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F4xjUClsdH3VznI0Aws3J%252Fuploads%252F2NcRFfrvXPjYk5yVJ76M%252Fimage.png%3Falt%3Dmedia%26token%3Db41a2628-043c-4a2d-8043-42f3e30047f9&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=4c60d219352ead3ebeaed5e9cced057ffae96b6b249abe67952c871f12f6f0c5" alt=""><figcaption></figcaption></figure>

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

3. Check the token minting permissions.\
   If the token minting permissions have been renounced, or if the currently connected wallet does not have minting permissions for the selected token, a message stating "Permission Renounced" will be displayed, and minting will not be possible.

   If the currently connected wallet has minting permissions for the selected token and the minting permissions have not been renounced, you can proceed with minting as shown in the image below.

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

3. Enter the number of tokens you want to mint and verify the data.

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

3. Confirm the minting, sign the transaction, and wait for the minting process to complete.

<figure><img src="/files/1OicHmALspC67Qa693pz" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Please note that minting additional tokens requires you to retain minting permissions. Once you renounce this permission, you will not be able to mint additional tokens in the future.
{% 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.slerf.tools/en/token-management/token-mint-solana.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.
