# What are the safety features of OdinBot?

## **Token's Freeze Authority Isn't Revoked:**

OdinBot will not trade tokens that don't have their freeze authority revoked.&#x20;

## **Price Protection:**

Odinbot will not copy trades where your entry price would be significantly unfavorable compared to the mirror you are copying.

#### **Example**:&#x20;

If the price you get for the token is more than 50% of the wallet you are mirroring, OdinBot will not buy the token.

{% hint style="warning" %}
Degen Mode overrides the price impact.
{% endhint %}

{% content-ref url="/pages/iGLujvVraEBDhzQw4Se1" %}
[Odinbot's price protection prevented execution of the trade](/faqs/7.-most-common-issues-with-odinbot-not-mirroring/odinbots-price-protection-prevented-execution-of-the-trade.md)
{% endcontent-ref %}

{% embed url="<https://youtu.be/2enhG7ETfpQ>" %}

## MEV Protection:

On **Solana**, validators take turns being the leader. The leader builds blocks that are then validated by the network. When the leader sees your trade, they have the opportunity to sandwich it. This is often referred to as "bad MEV". They sandwich by buying before you and selling after you in the same block. Many validators do not participate in "bad MEV" and do not sandwich, but some do.

* **Fastest** - MEV protection will send your transaction straight to the leader through a staked connection, attempting to land your transaction as fast as possible.
* **Balanced -** MEV protection will only send your transaction to the leader if the leader has historically shown that they do not sandwich.
* **Protected** - Sends your transaction through Jito only, a protocol that does not allow for sandwiching.

**Note:** Fastest and Balanced also send to Jito in addition to other avenues to maximize speed.

{% embed url="<https://youtu.be/OpDUBj2fcVA>" %}

{% content-ref url="/pages/aBX2gVO7Edp5vxhCJJpf" %}
[6. Frequently Asked Questions](/faqs/6.-frequently-asked-questions.md)
{% endcontent-ref %}


---

# 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.odinbot.io/faqs/6.-frequently-asked-questions/what-are-the-safety-features-of-odinbot.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.
