> 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/tc/get-started.md).

# Get Started

- [總覽](https://docs.blockrazor.io/tc/get-started/overview.md): 面向訂單流、交易機器人、Searcher 與量化交易，覆蓋 BSC、Solana、Ethereum、Base 和 Robinhood Chain 的全球低延遲基礎設施。
- [我們支持哪些鏈](https://docs.blockrazor.io/tc/get-started/supported-chains.md): 目前BlockRazor支持Solana, BSC, Ethereum, Base和Robinhood
- [免費發送交易](https://docs.blockrazor.io/tc/get-started/start-for-free.md): BlockRazor面向新註冊用戶免费提供Solana, BSC, Etherem和Base上的多模式交易發送服務，包括RPC、Block Builder、Transaction Sending等模式。
- [價格](https://docs.blockrazor.io/tc/get-started/subscription-service.md): 訂閱BlockRazor服務，按需擴展，強化競爭優勢
- [如何獲取 Auth Token](https://docs.blockrazor.io/tc/get-started/authentication.md): 在對接BlockRazor服務的過程中，如需在請求中設置auth，請按如下步驟獲取
- [面向哪些用戶](https://docs.blockrazor.io/tc/get-started/use-cases.md): 從用戶視角分析痛點以及如何使用BlockRazor的服務，包括錢包/去中心化交易所、Trading Bot、Searcher、量化交易系統和個人交易者
- [錢包/去中心化交易所](https://docs.blockrazor.io/tc/get-started/use-cases/wallet-dex.md): 介紹錢包/去中心化交易所在交易發送場景下的痛點，以及如何通過使用Blockrazor的服務，包括RPC、Transaction Sending模式等來解決痛點
- [Trading Bot](https://docs.blockrazor.io/tc/get-started/use-cases/trading-bot.md): 介紹Trading Bot在信號監聽和交易發送場景下的痛點，以及如何使用Blockrazor的服務來擴展、加速信號監聽和交易發送
- [Searcher](https://docs.blockrazor.io/tc/get-started/use-cases/searcher.md): 介紹Searcher在處理bundle過程中的痛點以及如何使用Blockrazor的服務來提升競爭力
- [量化交易系统](https://docs.blockrazor.io/tc/get-started/use-cases/algorithmic-trading.md): 介紹量化交易系統的痛點以及如何使用Blockrazor的服務來提升上鏈確定性
- [個人交易者](https://docs.blockrazor.io/tc/get-started/use-cases/individual-trader.md): 介紹個人交易者的痛點以及如何添加BlockRazor RPC到錢包


---

# 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/tc/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.
