# Speed Boost

The **Speed Boost Service** provides a fast and reliable way to submit transactions on the Base chain. Transactions are routed to the closest regional node and then relayed to the sequencer through a private connection, enabling faster and more consistent propagation.

Key characteristics:

* **Latency advantage from distant regions** – The routing mechanism reduces latency for users located far from the sequencer region. This can allow transactions to arrive **one Flashblock tick earlier**, providing a timing advantage over competitors submitting from the same region through standard infrastructure.
* **Fast and reliable submission** – Optimized routing ensures transactions reach the sequencer quickly.
* **Flashblocks-aware submission** – Aligns with Base’s \~200 ms Flashblocks cadence to improve preconfirmation landing speed.
* **BDN reliability** – Transactions are delivered through bloXroute’s Blockchain Distribution Network (BDN), providing redundancy and optimal routing.

The submission method is similar to regular private transaction submission. The performance improvement comes from the optimized routing mechanism used by the service. The Speed Boost Service can be purchased through the portal.

## Submission Endpoint

For submission details please refer to [Private Transactions submission.](/base/submit-transactions/submit-transactions.md)


---

# 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/base/submit-transactions/speed-boost.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.
