# How to Connect Your Wallet

You've made a wallet and gotten your tokens on ONUS Chain, now you just need to connect your wallet with MiaSwap and you're ready to go!

## Smartphone/Mobile

{% tabs %}
{% tab title="RICE Wallet" %}
To connect RICE Wallet follow the steps below:

1. Open RICE Wallet and tap the **DApps** button on the bottom of the screen.
2. Search for MiaSwap or go to <https://miaswap.io/>
3. A new page will open with the MiaSwap logo and some information.
4. Your wallet will be aumatically connected.

[**Download RICE Wallet**](https://ricewallet.io/apps) (Automatically detects device)
{% endtab %}

{% tab title="MetaMask" %}
To connect MetaMask to MiaSwap follow the steps below.

1. Open MetaMask and tap on the **burger icon** in the top-left.
2. Tap **Settings** in the menu.
3. In the Settings menu, tap on **Network**.
4. Tap on the **Add Network** button at the bottom.
5. On the page that opens, type in the following details:

**Network Name:** ONUS Chain\
**RPC Url:** <https://rpc.onuschain.io/>\
**Chain ID:** 1975\
**Symbol:** ONUS\
**Block Explorer URL:** <https://explorer.onuschain.io/>

1. Once you've confirmed entry into the new network, go back to the burger menu and tap **Browser**.
2. Type "miaswap.io" into the search field. Tap to enter it.
3. Your wallet will ask you to connect. Tap **Connect** to connect to MiaSwap.

###

[**Download MetaMask**](https://metamask.io/download.html) (Automatically detects device)
{% endtab %}
{% endtabs %}

### Desktop

#### First, let's connect your wallet to ONUS Chain

**Step 1.** Go to [**https://onuschain.io/**](https://onuschain.io/)

**Step 2.** Select **Add ONUS Network** in the top right corner

### How to connect your Metamask Wallet to MiaSwap

1. Visit the [`MiaSwap Swap Page`](https://miaswap.io/swap/). In the top right corner, you'll see the **Connect** button. Click it.

<figure><img src="/files/2dqsNykzA8ATHOYZTVWM" alt=""><figcaption></figcaption></figure>

2\. A window will appear asking you to choose a wallet to connect to. Click on your desired wallet.

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

Continue to our [Swap page](/features-and-tutorials/swap.md) to learn how to trade tokens on the MiaSwap DEX.


---

# 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.miaswap.io/features-and-tutorials/wallets-and-funds/how-to-connect-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.
