# Staking & Unstaking JUICE

## Staking JUICE

{% stepper %}
{% step %}

### Navigate to Staking page.

1. Visit [juicebot.app](https://juicebot.app/).
2. Click **Get Started** from the top right of the menu bar then select **Staking**.

<figure><img src="/files/lhCdxUtzBbvTCqKDpGck" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Connect Telegram

Select **Connect Telegram** and Login with your JuiceBot user Telegram.

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

{% hint style="info" %}
Telegram may ask you to confirm your phone number to verify your identity. Rest assured, JuiceBot does not collect or store your personal information during this process. The confirmation is solely handled by Telegram to authenticate your account.
{% endhint %}
{% endstep %}

{% step %}

### Connect ETH Wallet

Select **Connect ETH Wallet** and choose a suitable wallet connect option to connect to your wallet holding JUICE tokens. Follow the prompt to sign a transaction connecting your wallet.

<figure><img src="/files/7GFFhalLg7gIOsluuo3C" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose amount

Once your wallet is connected choose the amount of JUICE you’d like to stake under the **Stake Now!** section of the page.

<figure><img src="/files/rlxRSjS9H5vuYkoUz7Fq" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Approve

Click **Approve & Stake** and sign the transaction.

{% hint style="info" %}
You can stake JUICE from multiple wallets by selecting the profile button at the top right of the Staking Dashboard and clicking Switch Wallet, then following steps 3-5.
{% endhint %}

<figure><img src="/files/SzYl5MbW86cJI3q0i9df" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## Unstaking JUICE

{% stepper %}
{% step %}

### Initiate unstaking.

To unstake your JUICE, click **Unstake** from the **Staking Dashboard.**

<figure><img src="/files/MXTBdGyVgMmHVdHEjVMa" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose amount

Input the desired amount of **Staked Balance** you would like to unstake.

<figure><img src="/files/knHOisoiQn2O2FcvU4nx" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Confirm

Select **Unstake JUICE** and sign the transaction.
{% 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/token/staking-and-unstaking-juice.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.
