> For the complete documentation index, see [llms.txt](https://docs.pocketprotector.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pocketprotector.xyz/trade-solana-memes/manage-your-memes-wallet.md).

# Manage your Memes wallet

## View Memes wallet balance&#x20;

* Run the command `/wallets`&#x20;
* Select Memes wallet
* View your current portfolio and wallet balance

*Note that you can only manage wallets in a 1:1 chat with the Pocket Pro Bot.*&#x20;

## Set a 6 digit code&#x20;

* To access the **Manage Wallet** feature, you’ll first be asked to create a **6-digit passcode**
* If you forget your passcode, please reach out for assistance via our [Telegram support channel](https://t.me/pp_discussion)

## Export your Mnemonic key&#x20;

* Click on the "Manage" button
* Click on the "Export Private Key" button&#x20;
* Reply with your 6 digit passcode
* Select "Accept & Proceed"&#x20;
* View your Solana wallet mnemonic phrase (the message will disappear in 30 seconds)&#x20;

## Rename your wallet&#x20;

* If you have multiple wallets, select the one you want to rename. Ensure the ✅ green check mark is on the wallet you wish to rename.
* Click on the "Rename Wallet"&#x20;
* Reply with a new name for your wallet&#x20;

## Create a new wallet&#x20;

* Click on "Create Wallet" and this will automatically create a new Solana wallet for you&#x20;

## Import your wallet&#x20;

* Make sure you are toggled to the " ✅ Memes" wallet&#x20;
* Click on "Wallets"&#x20;
* Click on "Import Wallet"&#x20;
* Enter your private key to import your wallet&#x20;
* Once you receive a confirmation message, click on "Refresh" to see your imported wallet

<figure><img src="/files/6JzHxhCoiyIZp3oNhVCT" alt=""><figcaption></figcaption></figure>


---

# 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.pocketprotector.xyz/trade-solana-memes/manage-your-memes-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.
