# How to add the ONINO Network to your Wallet

To add the ONINO Testnet to your wallet you first have to add the custom network connection to your wallet. This is an example how it is done in metamask.

{% hint style="info" %}

* **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
  {% endhint %}

1. Go to your Network Page

<figure><img src="/files/OAlu16ksNjKqYcppIVK0" alt=""><figcaption></figcaption></figure>

2. Go to Add a new Network and add the Chain Name, Chain ID, RPC-URL and Currency name from above.


---

# 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-users/getting-started-with-onino/how-to-add-the-onino-network-to-your-wallet.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.
