> For the complete documentation index, see [llms.txt](https://qubetics.gitbook.io/qubetics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qubetics.gitbook.io/qubetics-docs/getting-started/dvpn-node-setup-guide/wallet.md).

# Wallet

## Keplr Wallet

**Step 1:** Click on ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAjCAYAAAAaLGNkAAAA4UlEQVR4AeySXwqCQBCHh97sLTxPkgdow27iQ6ueQN0evEnSdgDDziMdoRCct2ZZGCmJEX7Mw/6Zz29nFQTr16+zggV8AoGPICbEBBrAKjMhJtAAVnIm+v4Bw/Bkpevu2MdZSYimaaCua1bGO5zdp0USom0vYEzFirXXqY27kBDuY/OuLhvCmDNYe2OlLCsvZcs2ofUJlNqzUhT5H5jw+oWZNpEzkSRH0DpnRamDFyYJkaYpZFnGyniHDwUJEUVbCMMNK3G882EAEsLr9EybBAJFionvm8COH6o8B0oRE2jiDQAA//+wTItKAAAABklEQVQDAESJ/MKBk4kmAAAAAElFTkSuQmCC) icon (in the top left), then hit Add/Remove Chains.

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

**Step 2:** Search for Qubetics and then enable “Qubetics-Mainnet”.

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

<figure><img src="/files/6Wj8CVmOCAgzNYIYVHRf" alt=""><figcaption></figcaption></figure>

## Metamask Wallet

Here are the Metamask details of the dev environment.

<table><thead><tr><th width="234.43829345703125">Title</th><th>Details</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>Qubetics Mainnet</td></tr><tr><td><strong>RPC</strong></td><td>https://rpc.qubetics.com</td></tr><tr><td><strong>Chain ID</strong></td><td>9030</td></tr><tr><td><strong>Symbol</strong></td><td>TICS</td></tr><tr><td><strong>Explorer</strong></td><td> <a href="https://ticsscan.com/dashboard">https://ticsscan.com/dashboard</a> </td></tr></tbody></table>

**Step 1:** In Metamask, open the Networks section.

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

**Step 2:** Click the Add a custom Network button.

<figure><img src="/files/4du1DBBIFag2i5qpze0J" alt=""><figcaption></figcaption></figure>

**Step 3:** Fill in the above-mentioned network details and save

<div align="left"><figure><img src="/files/QAyywVGGNA2xyXBnLKbr" alt="" width="375"><figcaption></figcaption></figure></div>

## Tutorial Video

{% embed url="<https://youtu.be/1aaavRdbsx0>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://qubetics.gitbook.io/qubetics-docs/getting-started/dvpn-node-setup-guide/wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
