# How to Stake and Unstake

**Stake SUI**

Before you start Ensure the following:

* You are using a Chrome Browser, or one that supports Chrome extensions like Brave.&#x20;
* You have a supported SUI Wallet installed and set up in your browser.&#x20;
  * For a list of supported SUI wallet: [Supported Wallets](/volo/liquid-staking/supported-wallets.md)

Get SUI and send it to your SUI Wallet. Follow these steps to get and send SUI tokens to your SUI Wallet:

1. Create an SUI address using the SUI Wallet.
2. Purchase SUI tokens from a supported exchange such as [Binance](https://www.binance.com/) or a decentralized exchange like on SUI such as: [Cetus](https://app.cetus.zone/), [Turbos](https://app.turbos.finance/), or [Momentum](https://app.mmt.finance/).&#x20;
3. If you bought SUI tokens from Binance, send the acquired SUI tokens to your SUI network address from the SUI Wallet. If you bought SUI tokens from a decentralized exchange like Sui Swap, there's no need to transfer the tokens to your SUI Wallet as they are already in your possession.

### Connect your Wallet

Visit Volo Staking Dashboard [here](https://www.volosui.com/stake).

<figure><img src="/files/1C7fHxwfEQk6LpGQU3sU" alt=""><figcaption></figcaption></figure>

Click connect Wallet either on top-right corner of the page or on the dashboard button. then pick your wallet or safe that you want to use. A pop-up window will appear with a list of[ supported wallets](/volo/liquid-staking/supported-wallets.md). Choose the wallet that you want to use for the connection.

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

To stake your SUI tokens you will have insert the desired amount of SUI tokens you wish to stake, once you have entered the quantity, click on the "Stake" button.

{% hint style="info" %}
By clicking the "Stake" button, you will initiate the staking process for your SUI tokens. Make sure to review the transaction details and confirm the transaction using your wallet or safe. After the transaction is confirmed, your SUI tokens will be staked, and you will start earning rewards based on the staking program.
{% endhint %}

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

Click Approve to complete the stake transaction after reviewing it.<br>

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

You are now staked and you should be able to your balance of vSui in your wallet.

## **Unstake SUI**

\
If you wish to unstake, all you have to do is follow these steps:

* Go to the "Unstake" tab.
* Enter the amount of vSUI you wish to unstake.&#x20;
* Click the "Unstake" button.
* Approve the transaction in your wallet.

Then the unstaked Sui should arrive in your wallet **instantly**.

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


---

# 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://volosui.gitbook.io/volo/liquid-staking/how-to-stake-and-unstake.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.
