# Odinbot's price protection prevented execution of the trade

Odinbot ensures that trades are not copied if your entry price would be significantly less favorable compared to the wallet being mirrored.

To confirm that the transaction was not executed due to the Odin's safety features, we can use tools like Solscan, where viewing the transaction signature reveals if slippage was the cause.

1. Go to [**solscan.io**](https://solscan.io) and search for your wallet.
2. Look for the failed transaction that occurred at the time of the trade. (*has a red sign next to it*)
3. Open the transaction and you will see one of the following errors:&#x20;

&#x20;***"*****Program Error: "Instruction #7 Failed - Unknown instruction error"" -** If you see this error, scroll down until you see the *Program Logs* and under it you should be able to find the description of the error: ***Program log: Error: exceeds desired slippage limit**.*

***"Program Error: "Instruction #7 Failed - custom program error: exceeds desired slippage limit""***&#x20;

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

Enabling the [**Degen Mode**](https://docs.odinbot.io/setup-and-initialization/4.-odinbots-controls#toggle-degen-mode) bypasses the safety feature. \
**Note:** Does not affect Pump.fun transactions.

{% content-ref url="/pages/ZGeGp78tOsqoWU2cE3xp" %}
[What are the safety features of OdinBot?](/faqs/6.-frequently-asked-questions/what-are-the-safety-features-of-odinbot.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/KSzIEauwQCi4vUcvk3tJ" %}
[7. Most common issues with OdinBot not mirroring](/faqs/7.-most-common-issues-with-odinbot-not-mirroring.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/7.-most-common-issues-with-odinbot-not-mirroring/odinbots-price-protection-prevented-execution-of-the-trade.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.
