> 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-during-account-creation.md).

# Adding Funds During Account Creation

Your wallet is created instantly when you sign up with a Social Login. Once your wallet is created, you’ll be guided through a simple flow to add ETH (or supported tokens) so you can fully participate on Common.

#### 🧭 Step-by-Step Guide

**1. Welcome to Your Wallet**

{% columns %}
{% column %}

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

{% endcolumn %}

{% column %}
The option to fund and view the balance of your newly minted wallet (image below) is one of the last steps in the onboarding process. You can fund your wallet once you've signed up with a social login, selected your interests, and communities that you'd like to join.&#x20;

{% endcolumn %}
{% endcolumns %}

**2. Choose a Funding Method**

You can add funds using one of these convenient methods:

* **Coinbase OnRamp** – Buy crypto directly with fiat.
* **MoonPay** – Pay with card or bank transfer (availability varies by region).
* **Transfer from Wallet** – Send ETH from another wallet you own.

> 🔐 Tip: You can always skip this step and add funds later.

**3. Manual Transfers (Optional)**

{% columns %}
{% column %}

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

{% endcolumn %}

{% column %}
Want to transfer manually from another wallet? Just click "Transfer from Wallet" and select which of your wallets you'd like to fund your Magic address with.&#x20;

*Please note: to take advantage of all onchain activities that Common has to offer, send all funds on Base.*

{% endcolumn %}
{% endcolumns %}

**4. Confirmation**

{% columns %}
{% column %}

<figure><img src="/files/y77faCU5J69YlsaWrjFC" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}
Once your funds are detected:

* You'll see a success screen:\
  \&#xNAN;*“You’ve successfully added 0.05 ETH to your Common wallet.”*
* Your balance will update, usually within a minute.
* Click **“Let’s Go”** to continue your onboarding experience.

{% endcolumn %}
{% endcolumns %}

***

### ✅ Whats Next?

* Explore communities tailored to your interests.
* Participate in discussions, vote on proposals, or create your own community.
* You're now fully Web3-enabled


---

# 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-during-account-creation.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.
