# Nodes Bootstrap

Run Unibase DA nodes: **Stream** (encode), **Storage** (store + prove), **Validator** (watch + challenge).

### Node Types

| Type          | Role                              | Reward                       |
| ------------- | --------------------------------- | ---------------------------- |
| **Stream**    | Encode data as configured         | Submit encode proof to chain |
| **Storage**   | Store encoded data; submit proofs | Epoch proof rewards          |
| **Validator** | Watch proofs; challenge if wrong  | Challenge rewards            |

### Download

[Unibase DA SDK](https://github.com/unibaseio/unibase-da-sdk)

### Environment

```bash
export CHAIN_TYPE=opbnb-testnet  # or op-sepolia, bnb-testnet
```

### Quick Links

* [Storage Node](/unibase-docs/unibase-da/nodes-bootstrap/storage-node.md)
* [Validator Node](/unibase-docs/unibase-da/nodes-bootstrap/validator-node.md)
* [Stream Node](/unibase-docs/unibase-da/nodes-bootstrap/stream-node.md)
* [Docker](/unibase-docs/unibase-da/nodes-bootstrap/docker.md)

### Gateway Server

* <https://gateway.membase.unibase.com/>

### Explorer

[testnet.explorer.unibase.com](https://www.testnet.explorer.unibase.com)


---

# 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://unibaseio.gitbook.io/unibase-docs/unibase-da/nodes-bootstrap.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.
