# Own Wallets

'Own Wallets' is a default wallet group in the [Wallets](https://compass.art/wallets) tab that consists of the wallets you've connected to your Compass account.

To add wallets to this group:

1. Open your MetaMask.
2. Switch to the wallet you want to add.
3. Click on 'Connect to Compass'.
4. Choose 'Link wallet to existing account'.

When connecting a new wallet to Compass, you can either link it to your existing Compass account, which allows you to log in using that wallet as well, or you can set up a brand new Compass account with that wallet. Linking multiple wallets to Compass lets you easily log in from your phone using a wallet added to the MetaMask app on your phone.

{% hint style="info" %}
**Tip:** If you want to add more wallets to your 'Own' group, it's easier to simply create a standard wallet group and add wallets to that group. This way, you don't have to connect your wallets to Compass.
{% endhint %}

#### Collections

The wallet's 'Collections' page shows the historical profit and loss a wallet or wallet group made from a collection.

#### Wallet Tokens with Filtering

The 'Wallet Tokens' tab lets you browse the portfolio of a wallet or wallet group with powerful filtering capabilities.

{% hint style="success" %}
**Note:** The 'Hide Spam' option filters out tokens that are from 'Dead' collections and have been airdropped to the wallet.
{% endhint %}

{% hint style="info" %}
**Tip:** Hover over the 'Collection' name, above the image of the NFT, to see more info like floor price and top bid.
{% endhint %}


---

# 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.compass.art/wallets/own-wallets.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.
