# Unibase DA Quick Start

Upload and verify data with the Unibase DA SDK in 5 minutes.

### 1. Clone SDK

```bash
git clone https://github.com/unibaseio/unibase-da-sdk.git
cd unibase-da-sdk
```

### 2. Set Environment

```bash
export CHAIN_TYPE=opbnb-testnet
```

### 3. Upload a File

```bash
go run upload.go --path=./your-file --sk=<your-secret-key>
```

### 4. Supported Networks

| Network       | Status |
| ------------- | ------ |
| OPBNB Testnet | ✅ Live |
| OP Sepolia    | ✅ Live |
| BNB Testnet   | ✅ Live |

### 5. Data Flow

```
Your file → Reed-Solomon encoding → Distributed storage nodes → On-chain verification
```

***

### Next Steps

* [Full Quick Start](/unibase-docs/unibase-da/quick-start.md)
* [Node Operations](/unibase-docs/unibase-da/nodes-bootstrap.md) — Run Storage, Validator, or Stream nodes
* [Docker](/unibase-docs/unibase-da/nodes-bootstrap/docker.md)


---

# 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/get-started/da-quickstart.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.
