> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/italian/strumenti-di-trading/trading-tools-faq/mev-guard-faq.md).

# FAQ MEV Guard

## Cos'è il MEV e l'attacco sandwich?

Il MEV (Maximal Extractable Value) si riferisce al profitto aggiuntivo che può essere guadagnato riordinando o includendo transazioni all'interno di un blocco.

Un attacco sandwich è un tipo specifico di attacco MEV in cui un attaccante inserisce una transazione prima e una dopo una transazione target per manipolare il prezzo di un asset a proprio vantaggio. Ciò comporta costi più elevati o risultati peggiori per la vittima.

## Cos'è un endpoint RPC con protezione MEV?

È un gateway specializzato per interagire con una blockchain che aiuta a proteggere gli utenti dallo sfruttamento MEV (Maximal Extractable Value), come gli attacchi sandwich.

## Come mi protegge MEV Guard dagli attacchi?

L'endpoint instrada le transazioni attraverso relay privati, insieme ad altri meccanismi di protezione, per garantire che le transazioni degli utenti vengano elaborate in modo sicuro e senza interferenze, riducendo il rischio di slippage, manipolazione dei prezzi o perdita di valore.

## Come installo MEV Guard?

Segui le istruzioni della pagina per passare o aggiungere l'endpoint protetto da MEV al tuo portafoglio.

Se utilizzi MetaMask, puoi farlo cliccando il pulsante. Se utilizzi altri portafogli, consulta le guide dettagliate per aggiungere manualmente la rete.

## Come disabilito o rimuovo MEV Guard?

Se utilizzi MetaMask, passa semplicemente il tuo endpoint RPC ai nodi pubblici normali. Se utilizzi altri portafogli, consulta le guide dettagliate per passare manualmente la rete ai nodi pubblici.


---

# 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.pancakeswap.finance/italian/strumenti-di-trading/trading-tools-faq/mev-guard-faq.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.
