# Solana Token Permission Renouncement Guide

{% hint style="success" %}
One-click renouncement of token control permissions on Solana. SlerfTools helps you increase project transparency, enhance trust, and attract more investors.
{% endhint %}

#### How to Use the Solana Token Permission Renouncement Tool:

1. **Connect Wallet**
2. **Copy the Token Contract** for which you want to renounce permissions
3. **Check the Current Token Permissions**
4. **Select the Types of Permissions** you want to renounce
5. **Submit to the Blockchain** to complete the renouncement of permissions

#### 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 Permission Renouncement**: [Revoke Authority on SlerfTools](https://slerf.tools/en-us/revoke-authority/solana)

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

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

2. 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="/files/q33zOIvhhcQHs8jYOFzH" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/5zAy8nMvAbrh0IWjEAi7" alt=""><figcaption></figcaption></figure>

3. On the "Revoke Authority" feature page, paste the token contract to view the relevant permission information.

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

3. Select the types of permissions you want to renounce. For example, to renounce "Token Update Authority" and "Freeze Authority," it would look like the image below.

<figure><img src="/files/44F9bZh1nCvUAC43JB5H" alt=""><figcaption></figcaption></figure>

3. Submit the signed transaction to the blockchain to complete the renouncement of permissions.

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

3. This feature can also be used to view the relevant permission information of other tokens in addition to renouncing permissions.

{% hint style="warning" %}
**Friendly Reminder**:&#x20;

Once permissions are renounced, they cannot be restored. Please proceed with caution.
{% 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/revoke-authority-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.
