# Wallet

<div align="left"><figure><img src="/files/SRBLcbz1F73FlQEQrrSQ" alt="" width="375"><figcaption><p>Wallet</p></figcaption></figure></div>

* **Reveal Private Key:** Access your private key (save it securely).
* **Positions:** View active token positions.
* **Home:** Return to the main menu.

### Withdraw ETH / SOL

{% stepper %}
{% step %}

### Choose Amount

Choose an amount to withdraw or select 100% to withdraw all ETH/SOL.
{% endstep %}

{% step %}

### Enter Wallet Address

Enter the destination wallet address.
{% endstep %}
{% endstepper %}

### Transfer Tokens

{% stepper %}
{% step %}

### Select Token

Select a token to transfer.
{% endstep %}

{% step %}

### Choose Amount

Choose an amount or select 100% to transfer all holdings.
{% endstep %}

{% step %}

### Enter Wallet Address

Enter the destination wallet address.
{% endstep %}
{% endstepper %}


---

# 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://juicebot.gitbook.io/juicebot/features/wallet.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.
