# Network Configuration

To start building on Bool Network, 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 Bool chain.

## Testnet

#### Bool Beta Testnet:

| Variable                      | Value                                         |
| ----------------------------- | --------------------------------------------- |
| Network name                  | Bool Beta Testnet                             |
| RPC URL (http)                | <https://betatest-rpc-node-http.bool.network> |
| RPC URL (wss)                 | wss\://betatest-rpc-node-ws.bool.network      |
| Chain ID                      | `481`                                         |
| Currency symbol               | `tBOL`                                        |
| Block explorer URL (optional) | <https://beta-testnet.boolscan.com>           |

#### Bool Alpha Testnet:

| Variable        | Value                                     |
| --------------- | ----------------------------------------- |
| Network name    | Bool Alpha Testnet                        |
| RPC URL (http)  | <https://test-rpc-node-http.bool.network> |
| RPC URL (wss)   | wss\://test-rpc-node-ws.bool.network      |
| Chain ID        | `47`                                      |
| Currency symbol | `tBOL`                                    |

## Mainnet

#### Bool Alpha Mainnet:

| Variable        | Value                                      |
| --------------- | ------------------------------------------ |
| Network name    | Bool Alpha Mainnet                         |
| RPC URL (http)  | <https://alpha-rpc-node-http.bool.network> |
| RPC URL (wss)   | wss\://alpha-rpc-node-ws.bool.network      |
| Chain ID        | `479`                                      |
| Currency symbol | `tBOL`                                     |


---

# 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.bool.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.
