# Wallet Menu

{% tabs %}
{% tab title="New User" %}
This is how it will look when you open the wallet menu for the first time.

<figure><img src="/files/SxAv7hFjiZuKibCtlwTt" alt="" width="375"><figcaption><p>Wallet Menu without a wallet</p></figcaption></figure>

{% hint style="info" %}
To generate a wallet, head to Wallet Generation page.
{% endhint %}

{% content-ref url="/pages/cMU4BPLVqyIZ4dEsF0Js" %}
[Wallet Generation](/seiyan-token/seiyan-tech/telegram-trading-bot/wallet-generation.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Regular User" %}
This is how the wallet menu will look if you have a wallet:

<figure><img src="/files/vt09prHZdiQv9gqKYVg4" alt="" width="375"><figcaption><p>Wallet Menu with a wallet</p></figcaption></figure>

Here’s a quick rundown of the available commands:

1. Return/Refresh: self-explanatory buttons, if you make a deposit and want to see your updated balance, click the ‘Refresh’ button.
2. Explorer: allows you to see your wallet activity on Seiscan.
3. Deposit SEI: opens the deposit panel which presents you with a QR code you can scan using your mobile wallet application to transfer funds and the public address.
4. Withdraw SEI: if you would like to move $SEI tokens from your wallet, this button allows you to transfer funds to an external wallet. You can just follow the simple instructions to do that.
5. Remove Wallet: if you would like to remove your current wallet (*warning: this action is irreversible and if you don’t have a copy of your seed phrase/private key, all funds on the wallet will be lost!*) then select this option.
6. View Private Key: if you want to make a copy of your current wallet, you can export its private key and use it elsewhere (for example, in a wallet app such as Compass).
   {% endtab %}
   {% endtabs %}


---

# 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://seiyan-token.gitbook.io/seiyan-token/seiyan-tech/telegram-trading-bot/wallet-menu.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.
