> For the complete documentation index, see [llms.txt](https://docs.bonkbot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bonkbot.io/bonkbot/safety-and-security/how-to-trade-safely/freeze-authority.md).

# Freeze Authority

### What is Freeze Authority in Memecoins?

When trading memecoins, it's essential to know about freeze authority. This can be a tricky concept, but here’s a simple breakdown:

**Definition:**

{% hint style="info" %}

* Freeze authority means the creator of a specific coin has the power to freeze any token at any time.
* This can make it look like the coin is still active because others are buying and selling, but you might be unable to do so.
  {% endhint %}

### How Does Freeze Authority Work?

Freeze authority allows the coin’s creator to restrict you from moving or selling the token. This can effectively steal your money and create a ‘honey pot’ where your funds are trapped.

**Example of Freeze Authority:**

* **Bad Actors:** Some developers might abuse this feature by freezing your token account. This means you can’t sell that specific token, even though you can still use other assets in your wallet.

### How to Prevent Getting Trapped by Frozen Tokens

To avoid getting caught in a freeze authority trap, follow these steps:

1. **Check for Freeze Authority:**
   * Before buying any coin, use a tool like [RugCheck](https://rugcheck.xyz/) to see if freeze authority is enabled.
   * If it is enabled, it means the creator can stop you from selling the coin, effectively stealing your money.
2. **Avoid Buying Coins with Freeze Authority:**
   * If you see that freeze authority is enabled, it’s a sign that you should NOT buy the coin.
   * The creator might use this feature to freeze your tokens and prevent you from selling them.

<figure><img src="/files/UMg4N2hyJT9i6LVdZFPA" alt=""><figcaption><p>Example of what you will see when searching a coin with Freeze Authority on Rugcheck!</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bonkbot.io/bonkbot/safety-and-security/how-to-trade-safely/freeze-authority.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
