# MEV Bot Protection

## What are MEV bots?

When transactions are sent to the blockchain, they are distributed across the entire network. Transactions that have not been mined yet are classified as "pending" transactions in the mempool until they are picked up by miners. MEV (Miner Extractable Value) bots utilize this pending state by front-running the transaction to execute it first.

## How do I protect myself against MEV bots?

Private transactions that skip the mempool will protect against MEV bot attacks. To add this layer of protection, simply add a MEV resistant RPC url to your browser wallet which will handle this for you, then interact with OTSea normally. Below are a few options for MEV-resistant RPC endpoints:

[Mev Blocker](https://mevblocker.io/)

[Flash Bots RPC](https://medium.com/alchemistcoin/how-to-add-flashbots-protect-rpc-to-your-metamask-3f1412a16787)

{% hint style="info" %}
**User's Responsibility to Utilize MEV protection:** Users agree that it is their sole responsibility to utilize Flashbots, MEV Blocker, or another MEV-resistant RPC URL when using the OTSea platform.&#x20;
{% endhint %}


---

# 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://otsea.gitbook.io/otsea/info/mev-bot-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.
