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

# Get Started

- [Overview](https://docs.blockrazor.io/get-started/overview.md): Global low-latency infrastructure for orderflow projects, trading bots, searchers, and quant trading on BSC, Solana, Ethereum, Base, and Robinhood Chain.
- [Which Chains Do We Support](https://docs.blockrazor.io/get-started/supported-chains.md): From a blockchain perspective, BlockRazor offers services that currently support Solana, BSC, Ethereum, Base, and Robinhood.
- [Start for Free](https://docs.blockrazor.io/get-started/start-for-free.md): BlockRazor offers new registered users multi-mode transaction sending modes on Solana, BSC, Robinhood Chain, Etherem, and Base for free.
- [Pricing](https://docs.blockrazor.io/get-started/pricing.md): Subscribe to BlockRazor services, scale on demand, and strengthen your competitive edge.
- [How to Obtain Auth Token](https://docs.blockrazor.io/get-started/authentication.md): When integrating with BlockRazor services, if "auth" is required in the request, please follow the steps below to obtain it
- [Who Do We Serve](https://docs.blockrazor.io/get-started/use-cases.md): This analysis examines pain points from a user perspective and explains how to use BlockRazor's services, including wallets/DEXs, trading bots, searchers, quantitative trading systems
- [Wallet / DEX](https://docs.blockrazor.io/get-started/use-cases/wallet-dex.md): This section introduces the pain points of wallets/dexs in transaction sending scenarios and how to solve these pain points by using Blockrazor services, including RPC and Fast mode
- [Trading Bot](https://docs.blockrazor.io/get-started/use-cases/trading-bot.md): This section introduces the pain points of Trading Bots in signal listening and transaction sending scenarios, and how to use Blockrazor to extend and accelerate signal listening and transactions
- [Searcher](https://docs.blockrazor.io/get-started/use-cases/searcher.md): This section discusses the pain points of Searcher in handling bundles and how to use Blockrazor services to enhance competitiveness.
- [Quant Trading](https://docs.blockrazor.io/get-started/use-cases/quant-trading.md): This section introduces the pain points of quantitative trading systems and explains how to use Blockrazor services to improve on-chain certainty.
- [Individual Trader](https://docs.blockrazor.io/get-started/use-cases/individual-trader.md): This section addresses the pain points of individual traders and explains how to add BlockRazor RPC to your wallet.


---

# 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.blockrazor.io/get-started.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.
