> 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/managing-your-wallet.md).

# Managing Your Wallet

To begin managing & funding your wallet addresses on Common, navigate to the <https://common.xyz/wallet> page which can be found on the top right corner of your screen

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

Once you've successfully navigated to the wallet page, your screen should look something like this

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

There are four sections on this page:&#x20;

#### Wallet Balance

{% columns %}
{% column %}

<div align="left"><figure><img src="/files/oOcpYIlhLDO8k5uiDTKS" alt="" width="326"><figcaption></figcaption></figure></div>

#### Referrals

{% endcolumn %}

{% column %}
Toggle between the addresses that you've connected to Common by selecting by using the dropdown.&#x20;

After selecting a wallet address and clicking the refresh button on the top left of the section, you'll be able to view Base token balances and [Community Stake holdings.](/commonwealth/community-overview-1/community-stake.md)&#x20;

To the address' community stake, click on the 'Stake'. tab at the center of the section. <br>

Please note that this is the Wallet Balance section is the only section on the page that changes based off of the selected address.&#x20;

{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

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

{% column %}
The Referrals section is the place where you can keep track of your account's referral rewards, and access your unique referral link.&#x20;

To view the amount of Aura that you've generated via referrals, click on the 'Aura' tab at the center of this section.&#x20;

To access your unique referral link, click 'Share Referral Link' and the below modal will pop-up.

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

#### Quests

{% columns %}
{% column %}

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

{% column %}
The quests section on the wallet page lists the Aura that you've generated via quests, active quests that you might be interested in, and any past quests that you've participated in.&#x20;

If you've like to view all active quests, click "see all" which will guide you to the 'Quests' tab in Common's Explore page. The Quests tab is the best place to keep up to date on all active quests.
{% endcolumn %}
{% endcolumns %}

#### Activity History

<div align="left" data-full-width="true"><figure><img src="/files/ebtUbiMGzX07GnrtnL7y" alt="" width="563"><figcaption></figcaption></figure></div>

The Activity History section at the bottom of the wallet page lists all token transaction history, successful referrals that you've made, and all aura generating actions that you've completed.

* *Token TX History:* Lists all token transactions that you've executed on Common. Transactions that appear in this section include any launchpad token purchases.&#x20;
* *Referrals:* The tab that lists all accounts that were created from your referral link & the reward that you received as a result
* *Your Aura:* Lists all aura generating tasks that you've completed and how much aura you received from completing that task


---

# 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/managing-your-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.
