# Networks

### Supported Networks Summary

| Module               | Networks                                            | Status      |
| -------------------- | --------------------------------------------------- | ----------- |
| Membase              | BNB Mainnet, BNB Testnet, OPBNB Testnet, OP Sepolia | ✅ Live      |
| AIP                  | BNB Mainnet, BNB Testnet, OPBNB Testnet, OP Sepolia | ✅ Live      |
| Unibase Pay          | BSC Mainnet, BSC Testnet                            | ✅ Live      |
| Unibase DA           | OPBNB Testnet, OP Sepolia, BNB Testnet              | ✅ Live      |
| Unibase DA (Mainnet) | Ethereum, BSC, Base                                 | 🔄 In Audit |

### Explorers

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

### RPC Endpoints (Examples)

| Network           | RPC                                              |
| ----------------- | ------------------------------------------------ |
| BNB Chain Mainnet | <https://bsc-dataseed.binance.org>               |
| BNB Chain Testnet | <https://data-seed-prebsc-1-s1.binance.org:8545> |
| OPBNB Testnet     | <https://opbnb-testnet-rpc.bnbchain.org>         |

### Faucets

* **BNB Testnet**: [bnbchain.org/testnet-faucet](https://www.bnbchain.org/en/testnet-faucet)


---

# 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/reference/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.
