# Solana Token Burning Guide

{% hint style="success" %}
Conveniently and permanently remove tokens from circulation to increase token scarcity or as part of a project commitment, thereby enhancing your project's economic model.
{% endhint %}

#### How to Use the Solana Token Burning Tool:

1. **Connect Wallet**
2. **Select the Token** you want to burn
3. **Retrieve Token Information**
4. **Enter the Number of Tokens** you want to burn
5. **Submit to the Blockchain** to complete the token burning

#### Preparation:

* A computer or a mobile phone
* Solana wallet (Phantom Wallet installation tutorial)
* At least 0.03 SOL in your wallet
* Token contract information and the account address to be frozen

#### 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 Burning**: [Burn Token on SlerfTools](https://slerf.tools/en-us/token-burner/solana)

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

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

2. Select the token you want to burn.

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

2. Retrieve the token information.

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

2. Enter the number of tokens you want to burn. After entering the amount, the estimated total circulation after burning will be displayed for verification.

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

2. Submit the transaction to the blockchain to complete the token burning.

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

{% hint style="warning" %}
Before proceeding with token burning, please ensure you fully understand the purpose of burning and its potential impact on the project's economic model. Burning tokens is an irreversible operation; once executed, the burned tokens will be permanently removed from circulation. Carefully verify the number of tokens to be burned before submitting the burning operation. An incorrect amount could lead to unintended economic loss.
{% 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-burner-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.
