> For the complete documentation index, see [llms.txt](https://guide.bocto.octopeeps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.bocto.octopeeps.com/plugins/utilities/user-wallet-storage.md).

# User Wallet Storage

## <mark style="color:$primary;">Use Case.</mark>

Almost every community has active users who constantly win prizes. And every time these users come to claim their reward, the manager has to ask for their wallet addresses again to ensure that nothing has changed since the last time. It makes the process longer, adding +1 step to the communication.

However, as far as <mark style="color:purple;">**Bocto**</mark> collects users' wallets across servers via [**Verify Roles**](/plugins/verify-roles.md), we can provide access to them to every server manager. All you need to do is use a special command, and if the user previously passed the NFT verification on one of the servers with <mark style="color:purple;">**Bocto**</mark>, you will see the list of all wallets they added:

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

You can find the detailed guide on [how to use](#how-to-use) this feature at the end of this page.

## <mark style="color:$primary;">User Wallet Storage Activation.</mark>

To activate the <mark style="color:$primary;">**User Wallet Storage**</mark>, go to the <mark style="color:$primary;">**Select a Plugin**</mark> page and click on the <mark style="background-color:purple;">`≡ Features`</mark> button on the <mark style="color:blue;">**Utilities**</mark> card.

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

Now, activate the <mark style="color:$primary;">**User Wallet Storage**</mark> by clicking on the switcher on the corresponding card, and confirm activation. That's all, now you can use the command on your server!

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

## <mark style="color:$primary;">Available Commands.</mark>

`/get-user-wallets`  Get all wallet addresses associated with a user across all Bocto guilds.&#x20;

{% hint style="success" %}
This command can be used only by roles with Administrator permissions, so you don't have to worry about other users running it and seeing someone else's wallets.
{% endhint %}

## <mark style="color:$primary;">How to Use.</mark>

Run the  `/get-user-wallets` command in the support ticket and select the user. You will only see the list of users who have access to this channel:

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

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

Then press Enter to confirm. If the user previously added at least one wallet to our system via any server with <mark style="color:purple;">**Bocto**</mark>, you will see the embed with their wallet list:

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

If the wallet is not in our system, you will see another embed:

<figure><img src="/files/lQWIGbZzCP8viNM3C6OE" 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://guide.bocto.octopeeps.com/plugins/utilities/user-wallet-storage.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.
