# Wallet Management

The Alphabot Discord bot provides some slash-commands that make wallet management simple for users.

* `/set-wallet` can be used to setup their account if they have not done so already on the [alphabot.app](https://www.alphabot.app) website. Note: this cannot be used to change their wallet, as that is a basic piece to alphabot authentication. To change this, they will need sign into the website with their new wallet and connect their Discord/Twitter accounts to the new wallet account
* `/set-mint-wallet` allows the user to specify a separate mint wallet that will be submitted to raffle creators when they win a raffle.  This can be changed at any time.
* `/set-mint-wallet-server` allows the user to specify a specific wallet to be used for all raffles within the current server. *Note: Teams must have set up their discord server connection for this to work!*
* `/check-wallet` will simply inform the user of what wallet they have connected to their account, and if they have a mint wallet specified that is different from their main wallet, it will inform them of that wallet address as well.


---

# 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://alphabot-docs.gitbook.io/alphabot/the-bot/discord-bot/discord-bot-commands/wallet-management.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.
