# Anti-FrontRun DEX

* **Protection Against MEV Bots:** By leveraging private RPCs (Remote Procedure Calls), the Anti-Front End DEX ensures that your transactions never enter the public Mempool. This invisibility prevents MEV bots from detecting and front-running your trades.
* **Private RPCs Implementation:** Users sign their transactions securely, which are then transmitted through private RPCs. This method keeps transactions hidden from the public network until they are confirmed, safeguarding them from malicious front-runners.
* **Technologies Used:** Fragon utilizes the inherent security and privacy of private RPCs to maintain transaction confidentiality. This approach eliminates the need for complex algorithms while providing robust protection against front-running.

**Use Case Example:** Suppose you're executing a FRAG trade on a DEX. Normally, MEV bots could detect your transaction in the Mempool and front-run it, causing you to receive a less favorable rate. With our DEX, your transaction remains hidden, ensuring you get the best possible rate without interference.


---

# 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://fragon.gitbook.io/docs/features/editor.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.
