# Gas Protect RPC

**Gas Protect RPC** offers advanced protection for Ethereum transactions by combining frontrunning prevention with gas efficiency. It converts each transaction into a **Flashbots single-transaction bundle**, ensuring that the transaction stays private and won’t consume gas if it would revert.

#### **Key Features**

* **Frontrunning protection** – Transactions are not broadcast to the public mempool.
* **Gas protection** – Reverting transactions are not included, avoiding wasted gas fees.
* **Flashbots integration** – Transactions are bundled and sent to block proposers privately.

#### **How It Works**

When a transaction is sent to the Gas Protect RPC:

1. It’s immediately wrapped into a one-transaction Flashbots bundle.
2. It’s **simulated** off-chain — if it’s likely to revert, it is not sent.
3. If valid, it is sent privately to Ethereum block proposers for inclusion.
4. It remains hidden from the public mempool until mined.

This protects against:

* **Wasting gas** on failed or reverted transactions.
* **Frontrunning and sandwich attacks** by MEV bots.

#### **Supported Chains & Endpoints**

<table><thead><tr><th>Network</th><th width="108.801513671875">Chain ID</th><th>RPC URL</th></tr></thead><tbody><tr><td>ETH</td><td>1</td><td><code>https://eth.rpc.blxrbdn.com</code></td></tr></tbody></table>


---

# 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.bloxroute.com/core-solutions/rpc-service/gas-protect-rpc.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.
