# Mainnet Configuration

**ONINO Mainnet** is the primary network where real ONI tokens and live applications run. Developers can deploy production contracts here once they are tested. To connect to ONINO Mainnet, use the following network parameters in your wallet or dApp configuration:

* **Chain Name:** ONINO Mainnet
* **Chain ID:** 1425
* **RPC URL:** `https://rpc.onino.io`
* **Block Explorer:** <https://explorer.onino.io> (for viewing transactions, contracts, etc.)
* **Native Currency:** `ONI` (used for gas fees), Decimals: 18

**Additional Notes:** The ONINO Mainnet is in its early stages of decentralization. Initially it is secured by a **limited validator set** operated by the ONINO team and partners to ensure stability, with plans to onboard more validators over time. Also, note that there are **no two-way bridges** available yet for ONINO. This means you currently cannot directly bridge assets to/from other chains. ONI tokens primarily exist on the ONINO network itself (and as an ERC-20 on BSC for exchange/trading purposes). Until official bridges are introduced, exercise caution and rely on official guidance for moving assets.


---

# 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://docs.onino.io/for-developers/mainnet-configuration.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.
