# Solana Burn Token Tutorial

Solana Burn Token refers to the destruction of a portion of Solana (SOL) tokens through a specific mechanism or transaction, thereby reducing the total number of tokens in circulation. The purpose is to reduce the supply to increase the scarcity of tokens, which may in turn increase their value.

## Preparation:

1. Solana Wallet
2. The minimum amount of money required in a wallet is 0.03 SOL
3. The token contract to be frozen and the account address information to be frozen

## Solana Burn Token Tutorial

### 1.  Connect your wallet

Enter the GTokenTool burn token page, connect your wallet in the upper right corner, and select Phantom wallet. Then, select <mark style="color:purple;">Main</mark> node. Here is a demonstration using the test network.&#x20;

Solana Burn Token: <https://sol.gtokentool.com/en/liquidityManagement/burnToken>

<figure><img src="https://303994609-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjvjuVZbKY9RY73UABdWK%2Fuploads%2FEJE8IdZOp2MadEegFZWm%2FSnipaste_2025-08-27_11-19-56.png?alt=media&#x26;token=6f144505-4bd5-4721-b6cc-f9d0adbe30b2" alt=""><figcaption></figcaption></figure>

### 2.  Select the tokens to burn

After selecting a token, you can see the token information below.

<figure><img src="https://303994609-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjvjuVZbKY9RY73UABdWK%2Fuploads%2FLC7xu2IdywwVGWcBuj9k%2FSnipaste_2025-08-27_11-21-05.png?alt=media&#x26;token=f32504cd-00db-408f-bd77-29bb6ffe8196" alt=""><figcaption></figcaption></figure>

### 3.  Enter token quantity you want to burn

<figure><img src="https://303994609-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjvjuVZbKY9RY73UABdWK%2Fuploads%2FiuNvwHHIcJapDyPJgYRy%2FSnipaste_2025-08-27_11-22-01.png?alt=media&#x26;token=f78e65b5-073c-483a-b8d6-49601c8d17c4" alt=""><figcaption></figcaption></figure>

### 4.  Click "Burn Token" and click "Confirm" when the wallet pops up

<figure><img src="https://303994609-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjvjuVZbKY9RY73UABdWK%2Fuploads%2Fpuwil577iuAmDaHEbNX7%2FSnipaste_2025-08-27_11-25-21.png?alt=media&#x26;token=c849661a-d5bb-4e95-868b-0ec5033e2c77" alt=""><figcaption></figcaption></figure>

<figure><img src="https://303994609-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjvjuVZbKY9RY73UABdWK%2Fuploads%2FBL9XODmoSZRwZl3du3Al%2FSnipaste_2025-08-27_11-26-02.png?alt=media&#x26;token=651faa78-cbe3-46ba-ac40-4df5da705cf8" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
Before performing a token burn, please make sure you fully understand the purpose of the burn and the 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. Before submitting a burn operation, be sure to carefully check the number of tokens to be burned. The wrong amount may lead to unexpected financial losses.
{% endhint %}

## Q\&A:

### 1.  What does it mean to close an account?

A: Every time you receive a new token, the Solana system will automatically open a token storage account in your address. The so-called "closing an account" means that all tokens are destroyed and the account is closed. Closing an account does not affect your own wallet, so don't worry.

### 2.  Can NFT be destroyed?

A: You get NFT by adding to the Orca pool, which does not support destruction or pool burning for the time being. Currently, you can destroy LPs of Ryadium and Meteora.

### 3.  Can I withdraw liquidity after burning the pool?

A: After burning the pool, you will never be able to withdraw liquidity.

If you have any questions or are unclear, please join the official Telegram group: <https://t.me/GToken_EN>


---

# 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.gtokentool.com/en/solana/burn-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.
