> For the complete documentation index, see [llms.txt](https://docs.novarpc.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novarpc.xyz/nova-rpc.md).

# Nova RPC

- [Overview](https://docs.novarpc.xyz/nova-rpc/overview.md)
- [Key Features](https://docs.novarpc.xyz/nova-rpc/key-features.md): Best Inclusion: Nova optimizes for latency, fee precision, and MEV protection to reduce inclusion uncertainty and deliver the strongest possible outcome for every transaction
- [Why Use a Private Mempool](https://docs.novarpc.xyz/nova-rpc/why-use-a-private-mempool.md)
- [Understanding MEV](https://docs.novarpc.xyz/nova-rpc/why-use-a-private-mempool/understanding-mev.md): Blockspace as an Ordinal Commodity
- [Private Auctions](https://docs.novarpc.xyz/nova-rpc/why-use-a-private-mempool/understanding-mev/private-auctions.md): A very brief history of MEV on Ethereum
- [Fee Markets](https://docs.novarpc.xyz/nova-rpc/why-use-a-private-mempool/understanding-mev/fee-markets.md)
- [Do I Qualify](https://docs.novarpc.xyz/nova-rpc/why-use-a-private-mempool/do-i-qualify.md)
- [How it Works](https://docs.novarpc.xyz/nova-rpc/how-it-works.md)
- [SOC 2 Compliance](https://docs.novarpc.xyz/nova-rpc/soc-2-compliance.md): Sending transactions to a private mempool introduces additional counterparty risk and trust assumptions, making it vitally important to choose a trusted partner
- [Where is Nova Available](https://docs.novarpc.xyz/nova-rpc/where-is-nova-available.md)
- [How it Works on L2](https://docs.novarpc.xyz/nova-rpc/where-is-nova-available/how-it-works-on-l2.md)
- [Nova on Arbitrum](https://docs.novarpc.xyz/nova-rpc/where-is-nova-available/how-it-works-on-l2/nova-on-arbitrum.md): Nova will route transactions through the Timeboost lane when Kairos is the Timeboost leader


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.novarpc.xyz/nova-rpc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
