> For the complete documentation index, see [llms.txt](https://docs.common.xyz/commonwealth/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.common.xyz/commonwealth/community-overview-1/common-wallet/funding-your-magic-wallet/adding-funds-on-the-wallet-page.md).

# Adding Funds On The Wallet Page

You can add funds anytime directly from the **Wallet page** in your profile (<https://common.xyz/wallet>)

***

### 🪙 How to Add Funds from the Wallet Page

#### Step 1: Select the Correct Address

{% columns %}
{% column %}

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

{% endcolumn %}

{% column %}
Within the Wallet Section, select the address that you'd like to fund

*Please Note: only Magic addresses can be funded on the wallet page. If an "add funds" button does not appear after selecting an address that means the address is likely an existing non-custodial wallet (i.e.: Metamask).*

{% endcolumn %}
{% endcolumns %}

#### Step 2: Click **"Add Funds"**

This will launch the **Add Funds** flow in a modal window, where you can choose your preferred method of adding ETH (or other supported assets).

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

***

### 🚀 Funding Methods Available

Choose one of the following ways to add funds:

#### 🔁 **Coinbase OnRamp**

Buy ETH directly with your credit/debit card or bank account via Coinbase.

#### 🛰️ **MoonPay**

Another fiat-to-crypto provider that supports a wide range of payment methods.

#### 🔐 **Transfer from Wallet**

Already have ETH in another wallet? Select this option and choose which one of your exiting wallets you'd like to transfer from.

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

You’ll be guided to confirm the transaction using your selected wallet (e.g., MetaMask).

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

***

### 🔎 Confirm the Transaction

* You'll see a summary screen showing:
  * **Total Amount**
  * **Destination Wallet** (your Magic Wallet address)
  * **Network Info**
  * **Estimated Gas Fees**

Click **"Next"** to proceed with the transaction.

***

### ✅ Success!

{% columns %}
{% column %}

<figure><img src="/files/ifRKaBVORoHf19fSe17C" alt="" width="270"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}
Once your funds are confirmed:

* You’ll see a **success message**:

  > “You’ve successfully added 0.05 ETH to your Common wallet. It may take a minute before the funds are available to use.”
* Click **“Let’s go!”** to continue using your wallet.

{% endcolumn %}
{% endcolumns %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.common.xyz/commonwealth/community-overview-1/common-wallet/funding-your-magic-wallet/adding-funds-on-the-wallet-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
