> For the complete documentation index, see [llms.txt](https://docs.bio.xyz/bio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bio.xyz/bio/~/changes/216/descientists/quickstart-guides/bio-staking-guide.md).

# Stake BIO

This is a step by step guide on how to stake BIO on the Bio App.

{% hint style="info" %}
Learn more about [staking BIO and ecosystem tokens on Bio](/bio/~/changes/216/introduction/bio-protocol-v2/staking-and-vebio.md)
{% endhint %}

1. Navigate to the [Bio App](https://app.bio.xyz) and login to your wallet in the top right corner of the screen.&#x20;

Click the button “login”.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcpU2IEirEzYxFZcQuWj10fHjilYDHL05Z8U5-YehfW1JVMSs3HPbwEAcBUXVaOrD9oP0yYSU3mtxrOp6Ut0_TzAzIdxsQgS9r3Y-xdzYeoR1BODnl4Yq6ZC29xqI3brW9UpJbetw?key=FFQDlFz4jl81g4W5uEvypA" alt=""><figcaption></figcaption></figure>

2. Select your wallet provider to connect.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXckZEb_F3XuchZC5p9gy8OUph4LDgk6P4lUen4MFWSaZP9jeHfHCuO-k8RfkcAo4IyLb4-g2dqtHsvrKVYyfYOS2IVOvSj4s6WanOaOLbZcMh00VgnzLRFXT7zjjVAHDIqfDo7pvw?key=FFQDlFz4jl81g4W5uEvypA" alt=""><figcaption></figcaption></figure>

3. Navigate to the top menu bar and click "Portfolio".

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

4. Click “Stake”.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfXNQJ8CUcvBtPkPiPThE4b7Dpm84cHgX5Wr8c8ASrmIYOGj6vB1dvh5D2ybY126cGINfIwc5FGmeFM92yqdcdEIf6Kpd_cvGdskLFv1tvEpXtmqD35SYB_h-RyL1tD7rBjPPgpNg?key=FFQDlFz4jl81g4W5uEvypA" alt=""><figcaption></figcaption></figure>

5. Enter the amount you want to stake and choose lock duration. Click “Approve & Stake $BIO”.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdYYXu4LDmhrU1v8kTsJNRGnd4XuAI6sCBLe5ABoe0fxGJgCup7ca3pDiTSw7a3BHsAPc6cYccPyT7wqcYd-_wgCDfT0kG9YHmcXtnUhy7ovK6v2MgIXlb9AV5JrKUGVb4FtLMqaw?key=FFQDlFz4jl81g4W5uEvypA" alt=""><figcaption></figcaption></figure>

6. Confirm your transaction.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd2tCZT-XyJupOHNPg2iR3btrSjqN-jKUwxEEk1JgXYv528EzHcNTguVh25p1GdLwMqs2jyrduchImioOSddBvuu0EN_vXvz49ObIUiaNZqJbBJwmpH-803uO_swXtld2RQH5HoRA?key=FFQDlFz4jl81g4W5uEvypA" alt=""><figcaption></figcaption></figure>

7. You’ve successfully staked BIO.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfjLNwQhFLZkJz0-UH-wN0eBK80SxYoeIUMGY0zN1N3glWU1lCUDXMElT1OtKSaA2zO-9smOuGXKeLr_H6xg0Yr3a7LbG8e78X7jdfJgMj54otJiBPDu8CU8al3KXEj-pq8cNrllw?key=FFQDlFz4jl81g4W5uEvypA" alt=""><figcaption></figcaption></figure>

**How to Unstake BIO**

1. Navigate to the [Bio App](https://app.bio.xyz) and click "Portfolio".

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

2. Click the drop down arrow in the "Staked" column of the "BIO" row.

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

3. Once you're eligible to unlock, click "unstake" and the BIO will get claimed back to your wallet.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bio.xyz/bio/~/changes/216/descientists/quickstart-guides/bio-staking-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
