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

# 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=base-sepolia
```

### 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)
