# Quick Start

Out of all the components of SBB, only two are likely to be run by most users:

1. **Tx\_Orderer** – This component is responsible for ordering transactions, providing order commitments for users, block commitments for block validation, and delivering blocks(raw transaction lists) to rollup operators.
2. **Secure RPC** – This component receives raw transactions from clients/wallets and formats them in a way that is acceptable to the tx\_orderers.

Radius provides a Secure RPC service, but since it involves trust, clients should have the option to run their own.

You can run both the tx\_orderer and Secure RPC by following the instructions on the next two pages. For more details, please refer to the relevant section.


---

# 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.theradius.xyz/overview/secure-block-building-sbb-1/quick-start.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.
