# Add Camp Network

### Wallets

**What is a Web3 Wallet?**

A Web3 wallet facilitates interactions with the blockchain by managing your private and public keys, allowing you to transact digital assets and monitor balances. ***Protecting your private key is crucial***, as losing it means losing access to your funds. Always download your wallet from official or reputable sources.

Since Camp is EVM compatible some common options are:

{% hint style="info" %}

* [MetaMask](https://metamask.io/)
* [Coinbase Wallet](https://wallet.coinbase.com/)
* [Trust Wallet](https://trustwallet.com/)
* [Rabby Wallet](https://rabby.io/)
* [Taho](https://taho.xyz/)
* [OKX Wallet](https://www.okx.com/web3)

You can read more about Ethereum wallets [here](https://ethereum.org/en/wallets/find-wallet).
{% endhint %}

### How to Connect to Camp Network?

To manually add the network to your wallet follow these steps (written for MetaMask - but generally applicable here as well):

1. Open 'Settings'
2. Click on 'Networks'. This will display a list of networks that you've added already.
3. Click 'Add network'
4. MetaMask will open in a new tab in fullscreen mode. From here, find the 'Add a network manually' button at the bottom of the network list.

![](https://campaign-1.gitbook.io/~gitbook/image?url=https%3A%2F%2F717020816-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fv8eWZlvgwaUEfSyZtuWN%252Fuploads%252FtZ8xqO6JYNea21ez0C8Q%252Fimage.png%3Falt%3Dmedia%26token%3D307a7aea-5d7d-4a18-a438-17943e084be0\&width=768\&dpr=4\&quality=100\&sign=9c3c8e1aeeb75099ecd3d6d68045ff151e9903847af7a1974ea63a66ef391db1)

Complete the fields with the information pasted below the screenshot and click 'Save' to add the network.

![](https://campaign-1.gitbook.io/~gitbook/image?url=https%3A%2F%2F717020816-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fv8eWZlvgwaUEfSyZtuWN%252Fuploads%252FX59gHyHlaSw1yqKxWERs%252Fimage.png%3Falt%3Dmedia%26token%3Dda125774-ba2d-4032-b419-8a055b161aa1\&width=768\&dpr=4\&quality=100\&sign=14b9e03b9264196ae0a407ee37738d0314abbe5804b31215eb39ca8aa7741b53)

Here are the details about the Camp Network Mainnet<br>

| **Environment**    | MAINNET                                                                   |
| ------------------ | ------------------------------------------------------------------------- |
| **Framework**      | ABC                                                                       |
| **DA Layer**       | CELESTIA                                                                  |
| **ChainID**        | 484                                                                       |
| **Block Explorer** | <https://camp.cloud.blockscout.com/>                                      |
| Currency symbol    | CAMP                                                                      |
| Public RPC         | [https://rpc.camp.raas.gelato.cloud](https://rpc.camp.raas.gelato.cloud/) |
| WS                 | wss\://ws.camp.raas.gelato.cloud                                          |


---

# 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.campnetwork.xyz/building-on-camp/add-camp-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.
