# Supported Networks

### Membase & AIP

| Network           | Status | Explorer                                                                    |
| ----------------- | ------ | --------------------------------------------------------------------------- |
| BNB Chain Mainnet | ✅ Live | [bscscan.com](https://bscscan.com/)                                         |
| BNB Chain Testnet | ✅ Live | [testnet.bscscan.com](https://testnet.bscscan.com/)                         |
| OPBNB Testnet     | ✅ Live | [opbnb-testnet.bscscan.com](https://opbnb-testnet.bscscan.com/)             |
| OP Sepolia        | ✅ Live | [sepolia-optimistic.etherscan.io](https://sepolia-optimistic.etherscan.io/) |

### Unibase Pay

| Network     | Status | API                                                        |
| ----------- | ------ | ---------------------------------------------------------- |
| BSC Mainnet | ✅ Live | [api.x402.unibase.com/v2](https://api.x402.unibase.com/v2) |
| BSC Testnet | ✅ Live | [api.x402.unibase.com/v2](https://api.x402.unibase.com/v2) |

### Unibase DA

| Network                       | Status      | Notes                     |
| ----------------------------- | ----------- | ------------------------- |
| OPBNB Testnet                 | ✅ Live      | Go SDK                    |
| OP Sepolia                    | ✅ Live      | Go SDK                    |
| BNB Testnet                   | ✅ Live      | Go SDK                    |
| Ethereum / BSC / Base Mainnet | 🔄 In Audit | ZK verification contracts |

### Getting Tokens

* **Mainnet**: Use BNB on BNBChain Mainnet for production. [bscscan.com](https://bscscan.com/)
* **Testnet Faucet**: <https://www.bnbchain.org/en/testnet-faucet>
* Ensure your wallet has BNB for gas before running agents.


---

# 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/readme/supported-networks.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.
