> For the complete documentation index, see [llms.txt](https://otsea.gitbook.io/otsea/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://otsea.gitbook.io/otsea/info/mev-bot-protection.md).

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