# Getting and Linking a Wallet

Aria Protocol can be used with any WalletConnect compatible wallet. If you don't have a wallet yet, we recommend using MetaMask. MetaMask has [instructions on their website](https://support.metamask.io/start/getting-started-with-metamask/) to help you set up your own wallet.

If you participated in the Aria Premiere Launch via StakeStone, you MUST connect the same wallet you used to deposit USDC in order to claim your tokens! If the wallet you used is not WalletConnect-compatible, then you may link it to a compatible wallet, through a process such as [this one](https://support.metamask.io/start/how-to-import-an-account/).

## Linking the Wallet

In the top right corner, there is a button that says **Connect Wallet**. Upon pressing it, you will be greeted with a screen like this:

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

In our example, since we are using MetaMask, we will click on MetaMask, and be greeted with a screen prompting for you to connect your wallet.

<figure><img src="/files/smhi64x7xVrNlmkZVg8r" alt=""><figcaption><p>The wallet connection prompt in MetaMask</p></figcaption></figure>

Simply press connect and approve the connection, then you will have a wallet connected to Aria!


---

# 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.ariaprotocol.xyz/about-aria/quickstart-guide/getting-and-linking-a-wallet.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.
