> 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.md).

# Funding Your Magic Wallet

### Why You Should Fund Your Magic Wallet

There are a number of ways that you can participate onchain on Common including purchasing [Launchpad](/commonwealth/launch/launchpad.md) tokens, accessing gated areas, voting, and earning rewards In order to participate in any onchain activity on Common, users must have funds available on their connected address. Therefore, Common has built an onramp that allows users to add funds to their [Magic address](/commonwealth/account-overview/creating-your-account/sso-explained.md).&#x20;

*note: if you have logged into Common with a wallet using one of the "Wallet" options you can leverage the funds within that wallet to participate in all of Common's onchain activities.*

Funds can be added to a Magic address [during the account creation process](/commonwealth/community-overview-1/common-wallet/funding-your-magic-wallet/adding-funds-during-account-creation.md) or by adding funds later in the Wallet page.&#x20;


---

# 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.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.
