# Setting up your wallet

CAP currently runs on Arbitrum, an Ethereum L2 network.

### Set up Arbitrum on MetaMask

1. Go to [arbiscan.io](https://arbiscan.io/).
2. Scroll down and click on "Add Arbitrum Network".

![](/files/uLJ9fke6zWxlrRcalNQp)

This will add the Arbitrum network configuration to your MetaMask wallet, allowing you to connect to Arbitrum One (Arbitrum's main network).

Alternatively, you can configure the connection manually in MetaMask's network settings using these values:

* Network Name: **Arbitrum One**
* RPC URL: **<https://arb1.arbitrum.io/rpc>**
* Chain ID: **42161**
* Currency Symbol: **ETH**
* Block Explorer URL: **<https://arbiscan.io>**

### Bridge funds to Arbitrum

Next, you'll want to bridge some ETH, USDC, and/or CAP from Ethereum mainnet into Arbitrum.&#x20;

The quickest way to do this for ETH and USDC is to use [Hop](https://app.hop.exchange/). It allows you to move between Arbitrum and other chains without time delays.

There are also other bridges you can use, such as [Synapse](https://synapseprotocol.com/), [cBridge](https://cbridge.celer.network/#/transfer), and [Across](https://across.to/).

You can use Arbitrum's official bridge at [bridge.arbitrum.io](https://bridge.arbitrum.io/) to bridge CAP.

Once you have funds on Arbitrum, you're ready to trade, pool, or stake.


---

# 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.cap.finance/getting-started/setting-up-your-wallet.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.
