# MEV protection

## What is an MEV attack?

**MEV attacks** often target pending transactions in the **mempool**, a pool of unconfirmed transactions. Attackers monitor the mempool for opportunities, such as users buying or selling assets at favorable prices. They then strategically place their own transactions before and after the target transaction, creating a "sandwich" that can manipulate the price and profit the attacker at the expense of the user.

## What is MEV protection?

**MEV protection** can work by bypassing the mempool and submitting transactions directly to **block builders**. Block builders are entities that create blocks for inclusion in the blockchain. By submitting directly to a block builder, users can avoid the risk of their transactions being sandwiched by other transactions in the mempool.&#x20;

## How to turn on MEV protection on Nest Wallet

### Ethereum

Good news, there is nothing you need to do. Nest Wallet uses [Flashbots](https://www.flashbots.net/) to automatically provide MEV protection on all Ethereum based trades done within the app, at no cost to the users.

### Solana

We have partnered with [Jito](https://www.jito.wtf/) to hide user's trades from potential MEV attackers.

To turn on MEV protection:

* Find a token you want to trade and set the amount you want to buy and sell

<figure><img src="/files/cVt84z8zs1rLFb4n8gxo" alt="" width="188"><figcaption></figcaption></figure>

* Click on MEV Protection and set your Jito tip amount. The higher the tip the quicker the inclusion

<figure><img src="/files/PUR4PeVRhKE22HI42hsS" alt="" width="188"><figcaption></figcaption></figure>

* Click confirm and you're **all set!** Nest Wallet will remember your settings for all subsequent trades


---

# 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://faq.nestwallet.xyz/spot-trading-sol-evm-ton/mev-protection.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.
