# Wallet Setup

To interact with Bool Network and manage tBOL on this network, setting up a MetaMask wallet is essential. Follow these steps to configure MetaMask for Bool Network:

#### Installing MetaMask <a href="#installing-metamask" id="installing-metamask"></a>

Install the [MetaMask](https://metamask.io/) browser extension or mobile app if you haven't already.

#### Wallet Import or Creation <a href="#wallet-import-or-creation" id="wallet-import-or-creation"></a>

Import existing Ethereum wallets into MetaMask or create new wallets specifically for managing tBOL on Bool Network.

#### Network Configuration <a href="#network-configuration" id="network-configuration"></a>

Configure MetaMask to interact with the Bool Network. Add the network [details](/user-guide/alpha-testnet/network-information.md), including the RPC endpoints and chain ID, to enable seamless communication.


---

# 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/user-guide/alpha-testnet/wallet-setup.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.
