> 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/about-bio-assets.md).

# About BIO, veBIO and BioXP

This section provides guides on the core assets of the Bio Protocol ecosystem.

## At a Glance

| Asset     | Type                   | How to Get                            | Primary Use                                              |
| --------- | ---------------------- | ------------------------------------- | -------------------------------------------------------- |
| **BIO**   | Transferable Token     | Acquire from exchanges.               | Staking, participating in launches, paying for services. |
| **veBIO** | Non-Transferable Token | Stake `BIO` in the governance module. | Voting on protocol governance.                           |
| **BioXP** | Points System          | Stake assets, engage on social media. | Gaining access to project launch allocations.            |

***

This section provides guides on how to obtain the core assets of the Bio Protocol ecosystem:

* [**$BIO**](/bio/~/changes/216/descientists/about-bio-assets/bio.md)**:** The primary token for transacting and participating in the ecosystem.
* [**veBIO**](/bio/~/changes/216/descientists/about-bio-assets/vebio.md)**:** The governance token for voting on proposals and shaping the future of the protocol.
* [**BioXP**](/bio/~/changes/216/descientists/about-bio-assets/bioxp.md)**:** The points system that rewards users for their contributions and activity within the ecosystem.

Learn more about each asset and how to acquire them in the respective subpages.

## Related Information

**Staking & Earning:**

* [**Staking & veBIO Overview**](/bio/~/changes/216/introduction/bio-protocol-v2/staking-and-vebio.md) - Complete staking system guide
* [**Staking BIO**](/bio/~/changes/216/introduction/bio-protocol-v2/staking-and-vebio/staking-bio.md) - How to stake BIO for veBIO and governance
* [**Staking Other Assets**](/bio/~/changes/216/introduction/bio-protocol-v2/staking-and-vebio/staking-other-assets.md) - Stake ecosystem tokens for BioXP
* [**BioXP Points System**](/bio/~/changes/216/introduction/bio-protocol-v2/bioxp.md) - Detailed BioXP mechanics

**Using Your Tokens:**

* [**The Launcher**](/bio/~/changes/216/introduction/bio-protocol-v2/launcher.md) - How to use BIO and BioXP in launches
* [**Quickstart Guides**](/bio/~/changes/216/descientists/quickstart-guides.md) - Guide to participating in project launches


---

# 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/about-bio-assets.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.
