# Network Configuration

To start building on DeepSafe, you need to add the corresponding network's configurations to your development environment, e.g. MetaMask, Hardhat configuration files, etc. In the following, we provide the default configurations for interacting with different environments regarding the chain.

## Mainnet

#### DeepSafe Beta Mainnet:

<table><thead><tr><th width="209">Variable</th><th>Value</th></tr></thead><tbody><tr><td>Network name</td><td>DeepSafe Beta Mainnet</td></tr><tr><td>RPC URL (http)</td><td>https://betamainnet-rpc-node-http.deepsafe.network</td></tr><tr><td>RPC URL (wss)</td><td>wss://betamainnet-rpc-node-http.deepsafe.network</td></tr><tr><td>Chain ID</td><td><code>10011</code></td></tr><tr><td>Currency symbol</td><td><code>DEF</code></td></tr></tbody></table>


---

# 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.deepsafe.network/develop-guide/network-configuration.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.
