# Front-run Protection

Our RPC operates in a privacy-centric mode. In other words, transactions sent to the mainnet RPC will be kept confidential within the confines of the 48 Club and its trusted partners, ensuring they are not broadcasted publicly. Consequently, these transactions will either be processed and packaged by the 48 Club and its trusted partners or may not be processed at all.

**Pros:**

1. **Front-Run Resistance:** Our system naturally guards against front-running attempts, as arbitrage bots are unable to preemptively detect your transaction before it is sealed within a block.
2. **Wallet Transparency:** No programming skills are required. All you need to do is insert this RPC URL into your wallet, making it accessible to a wide range of users.

**Cons:**

1. **Potential Delay:** Due to the exclusive involvement of the 48 Club and its partners in transaction sealing for Fonce, there might be a slight delay in the processing of transactions. This is completely normal and expected as part of the system's operation.


---

# 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://docs.48.club/privacy-rpc/front-run-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.
