> 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/japanese/tordingutsru/trading-tools-faq/mev-guard-faq.md).

# MEV Guard よくある質問 (FAQ)

## MEVとサンドイッチ攻撃とは何ですか？

MEV（Maximal Extractable Value）とは、ブロック内のトランザクションを並び替えたり含めることで得られる追加の利益のことです。

サンドイッチ攻撃はMEV攻撃の特定の種類で、攻撃者が対象のトランザクションの前後にトランザクションを配置して資産の価格を操作し、利益を得るものです。これにより被害者にとってコストが増加したり、不利な結果をもたらします。

## MEV保護RPCエンドポイントとは何ですか？

これは、ブロックチェーンとやり取りするための特殊なゲートウェイで、サンドイッチ攻撃のようなMEV（Maximal Extractable Value）の悪用からユーザーを保護します。

## MEV Guardはどのように攻撃から守ってくれますか？

エンドポイントはプライベートリレーを通じてトランザクションをルーティングし、他の保護メカニズムと組み合わせて、ユーザーのトランザクションが安全に処理されることを保証し、スリッページ、価格操作、価値の損失リスクを軽減します。

## MEV Guardをインストールするにはどうすればいいですか？

ページの手順に従って、ウォレットをMEV保護エンドポイントに切り替えるか追加してください。

MetaMaskを使用している場合は、ボタンをクリックすることで設定できます。他のウォレットを使用している場合は、詳細ガイドを参照して手動でネットワークを追加してください。

## MEV Guardを無効化または削除するにはどうすればいいですか？

MetaMaskを使用している場合は、RPCエンドポイントを通常のパブリックノードに戻すだけです。他のウォレットを使用している場合は、詳細ガイドを参照して手動でネットワークをパブリックノードに切り替えてください。


---

# 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/japanese/tordingutsru/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.
