> For the complete documentation index, see [llms.txt](https://docs.metaproprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metaproprotocol.com/metapro-one/settings/wallet-name.md).

# Wallet name

In the metapro wallet, you can easily assign custom names to each of your cryptocurrency wallets for better organization and ease of use. This feature allows you to personalize your wallets, making it simpler to identify them based on their purpose, such as separating wallets for personal use, investments, or business transactions. To set or change a wallet name, navigate to the **Settings** section, where you can rename each wallet according to your preferences. This functionality ensures that managing multiple wallets is more intuitive and user-friendly.

In order to edit wallet name, you will need to follow a few steps.

**Step 1**

Click on **settings** button inside your wallet

<figure><img src="/files/AgVIPUN9bwlIRBvEMe9W" alt="" width="249"><figcaption></figcaption></figure>

**Step 2**

Click **arrow** next to your wallet address

<figure><img src="/files/Y5e4OP8HzyxhwdHr2Wfl" alt="" width="249"><figcaption></figcaption></figure>

**Step 3**

Click **3 dots** next to your wallet address

<figure><img src="/files/G7EWwWq0tsCn5rAXN7LZ" alt="" width="247"><figcaption></figcaption></figure>

**Step 4**&#x20;

Select **Change name**

<figure><img src="/files/BAo2taPatzTfHLYEL802" alt="" width="249"><figcaption></figcaption></figure>

**Step 5**

Enter wallet name and click **Confirm**

{% hint style="info" %}
Name can be edited any time
{% endhint %}

<figure><img src="/files/ModksJuhlD8wx8QcvUkv" alt="" width="248"><figcaption></figcaption></figure>

**Step 6**&#x20;

Name of the wallet has been changed accordingly

<figure><img src="/files/C64pEIgQword9N3NXZwU" alt="" width="248"><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.metaproprotocol.com/metapro-one/settings/wallet-name.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.
