# Solana Token Account Freezing Guide

The "Blacklist" feature prevents certain accounts from performing specific actions such as sending transactions. This helps prevent malicious bot behavior from damaging assets and provides users with more control to develop more effective market strategies.

#### How to Use the Solana Account Freezing Tool:

1. **Connect Wallet**
2. **Select or Enter the Token Contract Address** you want to freeze
3. **Retrieve Token Permission Information**
4. **Paste or Enter the Account Address** you want to freeze
5. **Submit to the Blockchain** to complete the account freezing

#### Preparation:

* A computer or a mobile phone
* Solana wallet (Phantom Wallet installation tutorial)
* At least 0.03 SOL in your wallet
* Token contract and account address information 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 Account Freezing**: [Freeze Account on SlerfTools](https://slerf.tools/en-us/freeze-account/solana)

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

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

2. **Select or enter the token contract address you want to freeze.**

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

2. **Retrieve the token permission information to determine if freezing is possible.**&#x20;

<mark style="color:green;">If the freezing permission has not been renounced and the currently connected wallet is the manager of the selected token, you can proceed with freezing, as shown in the image below:</mark>

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

If the freezing permission has been renounced and the currently connected wallet is not the manager, freezing is not possible.

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

4. Paste or enter the account address you want to freeze.&#x20;

After entering, the token balance and current freezing status of the corresponding address will be displayed.

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

5. Query Token Holding Addresses You can check recent transaction records and purchase addresses of the token on third-party market platforms, or view the token holding addresses on the blockchain.

AVE（<https://ave.ai/>）

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

View on-chain.（<https://solscan.io/>）

<figure><img src="/files/7hkQXB7P3HwjDt0y3QcR" alt=""><figcaption></figcaption></figure>

6. Enable advanced options and activate Jito tips to increase the speed of freezing transactions on-chain.

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

6. Submit the transaction to the blockchain to complete the account freezing.

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

{% hint style="warning" %}
**Friendly Reminder**: Freezing an account is an important security feature, but please use it cautiously. Before freezing an account, be sure to verify the account address to avoid any unnecessary losses.
{% 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/freeze-account-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.
