# 💡 Wallet and network

### Install a wallet

To interact with Seer, you need to install a crypto wallet. Metamask is a widely used one. Head to <https://metamask.io/download/> to download and install it.

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

### **Connect your wallet to Seer**

On the right side of the navigation bar, you can see a **Connect** button. Click it to connect your wallet to Seer. In addition to Metamask, you can use other wallets of your choice.

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

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

After you have connected, the **Connect** button will be replaced by a button showing the current network and your wallet address.

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

### Switch network

Users can choose to interact with Seer on either [Ethereum Mainnet](https://etherscan.io/) or [Gnosis](https://gnosisscan.io/). Each network features its own set of prediction markets and utilizes different tokens.

To switch to a different network, click on the network icon.

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

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


---

# 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://seer-3.gitbook.io/seer-documentation/getting-started/wallet-and-network.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.
