# MetaMask

#### Please note! Hardware wallets are not compatible with MetaMask on Ubiq due to a difference in HD paths between the two networks.&#x20;

#### To use hardware wallets, install Ubiq’s [Sparrow](https://ubiqsmart.com/sparrow) in a different browser / browser profile.&#x20;

## Adding the Ubiq network to MetaMask

A full guide including how to make transactions can be found [HERE](https://blog.ubiqsmart.com/adding-ubiq-to-metamask-96ae40aa95cf#:~:text=Once%20MetaMask%20is%20installed%2C%20click,and%20select%20%E2%80%9CCustom%20RPC%E2%80%9D.\&text=Once%20that's%20complete%2C%20you%20should,in%20the%20dropdown%20for%20networks.).

If you are a MetaMask user, you can add the Ubiq network to your wallet.

* Open the MetaMask extension in your browser
* Click the top / middle dropdown menu that reads "Ethereum Mainnet"
* Select the bottom option that reads "Custom RPC"
* Fill in the form with the following details;

`Network Name:       Ubiq`\
`New RPC URL:        https://rpc.octano.dev`\
`ChainID:            8`\
`Symbol:             UBQ`\
`Block Explorer URL: https://ubiqscan.io`

Click "Save"

Once that’s complete, you should see Ubiq in the dropdown for networks.


---

# 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://odin.ubiqsmart.com/user-guides/metamask.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.
