> 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/mian-fei-kai-shi.md).

# 免費開始

{% hint style="info" %}
BlockRazor面向新註冊用戶免费提供Solana, BSC, Etherem和Base上的多模式交易發送服務，包括RPC、Fast、Bundle、Block Builder等模式。
{% endhint %}

### RPC

<table><thead><tr><th width="125.16015625">鏈</th><th>方法</th><th>限流</th></tr></thead><tbody><tr><td>BSC</td><td><ul><li><a href="/pages/iCdTVr8ovBOUJXMmOz2w"><code>eth_sendRawTransaction</code></a></li><li><a href="/pages/t4Q4zoeFBx0OGKwmkvrH"><code>eth_sendMevBundle</code></a></li><li>其他JSON RPC方法</li></ul></td><td>-</td></tr><tr><td>Ethereum</td><td><ul><li><a href="/pages/NHDsSwityv1qvrYkKNNH"><code>eth_sendRawTransaction</code></a></li><li><a href="/pages/dXn6bue4VmbGnFmTXnU4"><code>eth_sendBundle</code></a></li><li>其他JSON RPC方法</li></ul></td><td>-</td></tr><tr><td>Base</td><td><ul><li><a href="/pages/zgP9ZwKSfuOtYblv19zn"><code>eth_sendRawTransaction</code></a></li></ul></td><td>1 Tx / 5s</td></tr></tbody></table>

### Block Builder

<table><thead><tr><th width="125.484375">鏈</th><th width="288.10546875">方法</th><th>限流</th></tr></thead><tbody><tr><td>BSC</td><td><ul><li><a href="/pages/dXn6bue4VmbGnFmTXnU4"><code>eth_sendBundle</code></a></li><li><a href="/pages/ZmVPiO7XFKc9UfFdRFpV"><code>eth_sendPrivateTransaction</code></a></li></ul></td><td>-</td></tr></tbody></table>

### Fast

<table><thead><tr><th width="113.1328125">鏈</th><th>方法</th><th>限流</th></tr></thead><tbody><tr><td>Solana</td><td><ul><li><a href="/pages/XgSEefwjWPf8GlDOooWr"><code>Send Transaction</code></a></li><li><a href="/pages/RzElHTU6FbU8CnZcJies"><code>Send Bundle</code></a></li><li><a href="/pages/EtpzWa4viFGgzUbwFl3o"><code>Send Batch</code></a></li></ul></td><td>-</td></tr><tr><td>BSC</td><td><ul><li><a href="/pages/7Qbx1WyzdOgsJRcVH6H2"><code>Broadcast Tx</code></a></li></ul></td><td><ul><li>TPS：10 Txs / 5s</li><li>每日交易上限：10</li></ul></td></tr><tr><td>Base</td><td><ul><li><a href="/pages/zgP9ZwKSfuOtYblv19zn"><code>eth_sendRawTransaction</code></a></li></ul></td><td>默認為10 TPS</td></tr></tbody></table>


---

# 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/mian-fei-kai-shi.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.
