# Fast RPC

**Fast RPC** is optimized for ultra-low latency and rapid transaction inclusion. It’s ideal for users who need their transactions to land in blocks as quickly as possible — such as traders, liquidators, bridge operators, or anyone running latency-sensitive applications.

#### **Key Features**

* **Fastest propagation path** to validators
* **Optimized for inclusion**, not just privacy
* **Available across multiple emerging chains**

#### **When to Use**

* Time-sensitive trading strategies
* Bridging, minting, or liquidation transactions
* Services that depend on rapid confirmation

#### **How It Works**

Fast RPC routes your transaction through bloXroute’s high-speed relay network. It prioritizes getting the transaction to block proposers as quickly as possible using regional infrastructure and direct connections with validators where available.

Unlike Protect RPC, it **does not hide the transaction** — it prioritizes **speed over privacy**.

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

<table><thead><tr><th>Blockchain</th><th width="108.549560546875">Chain ID</th><th>RPC URL</th></tr></thead><tbody><tr><td>Base</td><td>8453</td><td><code>https://base.rpc.blxrbdn.com</code></td></tr><tr><td>X Layer</td><td>196</td><td><code>https://xlayer.rpc.blxrbdn.com</code></td></tr><tr><td>HyperLiquid</td><td>999</td><td><code>https://hyperliquid.rpc.blxrbdn.com</code></td></tr><tr><td>Monad</td><td>143</td><td><code>https://monad.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/fast-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.
