# Add Qubetics Network

Qubetics has Testnet and Mainnet networks available. You can use the test network to experiment with the smart contracts and your application on that network.&#x20;

To perform transactions on the Qubetics network, you would require TICS Coins to pay for the transaction fee. Follow the instructions given to add the Qubetics network to your EVM-compatible wallet, such as [MetaMask](https://metamask.io/).&#x20;

{% hint style="info" %}
Qubetics makes it super-easy for you to add the Qubetics Network on MetaMask. All you have to do is click the **Add Qubetics Network** button on the Explorer Dashboard [Mainnet](https://ticsscan.com/dashboard) and similar on the [Testnet](https://testnet.qubetics.work/dashboard) as well.&#x20;
{% endhint %}

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

### How to add Qubetics Network Manually

Go to MetaMask or any other EVM-compatible wallet, click on **Add Network,** and enter the following details:

<table><thead><tr><th width="155.415771484375">Properties</th><th width="281.07470703125">Network Details- Mainnet</th><th>Network Details-Testnet</th></tr></thead><tbody><tr><td>Network Name</td><td>Qubetics Mainnet</td><td>Qubetics Testnet</td></tr><tr><td>New RPC Url</td><td>https://rpc.qubetics.com</td><td>https://rpc-testnet.qubetics.work</td></tr><tr><td>Chain ID</td><td>9030</td><td>9029</td></tr><tr><td>Currency Symbol</td><td>TICS</td><td>TICS</td></tr><tr><td>Explorer URL</td><td>https://ticsscan.com</td><td>https://testnet.qubetics.work</td></tr></tbody></table>

<br>


---

# 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://qubetics.gitbook.io/qubetics-docs/getting-started/publish-your-docs-2.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.
