> For the complete documentation index, see [llms.txt](https://docs.vitruveo.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vitruveo.xyz/building-on-vitruveo/network-information.md).

# Network Information

{% embed url="<https://chainlist.org/chain/1490>" fullWidth="false" %}

## Mainnet:&#x20;

To add Vitruveo Network Mainnet as a custom network to MetaMask:

1. Open the MetaMask browser extension.
2. Open the network selection dropdown menu by clicking the dropdown button at the top of the extension.
3. Click the **Add network** button.
4. Click **Add a network manually**.
5. In the Add a network manually dialog that appears, enter the information below.&#x20;
6. Tap the Save button to save the network.

|                         |                                                                      |
| ----------------------- | -------------------------------------------------------------------- |
| **Network Name**        | **Vitruveo MainNet**                                                 |
| **RPC URL**             | [**https://rpc.vitruveo.xyz**	](<https://rpc.vitruveo.xyz	>)         |
| **Chain ID**            | **1490**                                                             |
| **Currency Symbol**     | VTRU                                                                 |
| **VTRU Block Explorer** | [**https://explorer.vitruveo.xyz/**](https://explorer.vitruveo.xyz/) |

You should now be able to connect to the Vitruveo Network by selecting it from the network selection dropdown menu.

***

## Testnet:

To add Vitruveo Network Testnet as a custom network to MetaMask:

1. Open the MetaMask browser extension.
2. Open the network selection dropdown menu by clicking the dropdown button at the top of the extension.
3. Click the **Add network** button.
4. Click **Add a network manually**.
5. In the Add a network manually dialog that appears, enter the information below.
6. Tap the Save button to save the network.

|                 |                                       |
| --------------- | ------------------------------------- |
| Network Name    | **Vitruveo Testnet**                  |
| Endpoint        | <https://test-rpc.vitruveo.xyz/>      |
| Chain ID        | 14333                                 |
| Currency Symbol | **VTRU**                              |
| Explorer        | <https://test-explorer.vitruveo.xyz/> |

You should now be able to connect to the Vitruveo Testnet by selecting it from the network selection dropdown menu.


---

# 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:

```
GET https://docs.vitruveo.xyz/building-on-vitruveo/network-information.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.
