# MEV Protect

{% hint style="info" %}
Turn MEV Protect on in order to prevent MEV attacks on your transactions.
{% endhint %}

## What is MEV attacks? <a href="#what-is-mev-attacks" id="what-is-mev-attacks"></a>

A **MEV attack** on Solana happens when validators manipulate the order of transactions in a block to make extra profits. This could involve front-running trades (placing their transaction first) or back-running (placing it right after). This means you might lose out on potential profits and have to purchase the same token for much higher than you originally intended for.

## How can I protect myself from MEV attacks? <a href="#how-can-i-protect-myself-from-mev-attacks" id="how-can-i-protect-myself-from-mev-attacks"></a>

Enabling MEV Protect will mean that your processor is changed to Jito instead of Ultra exclusively which will mean you wait a little longer for a MEV protected slot insuring your transaction will be sent safely.

## How do you turn MEV Protect on? <a href="#how-do-you-turn-mev-protect-on" id="how-do-you-turn-mev-protect-on"></a>

{% stepper %}
{% step %}

### Click on ⚙️ `Settings` <a href="#click-on-settings" id="click-on-settings"></a>

{% endstep %}

{% step %}

### Click on 🔴 `MEV Protect` <a href="#click-on-mev-protect" id="click-on-mev-protect"></a>

The button should toggle on : 🟢 MEV Protect. Your [processor](https://docs.tradeonnova.io/configuration/settings/processor) will also change to Jito - as this protects your transaction.
{% endstep %}
{% endstepper %}


---

# 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.tradeonnova.net/configuration/settings/mev-protect.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.
