> For the complete documentation index, see [llms.txt](https://docs.odinbot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.odinbot.io/faqs/7.-most-common-issues-with-odinbot-not-mirroring/odinbots-price-protection-prevented-execution-of-the-trade.md).

# 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
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.odinbot.io/faqs/7.-most-common-issues-with-odinbot-not-mirroring/odinbots-price-protection-prevented-execution-of-the-trade.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.
