> 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/introduction/bio-protocol-v2.md).

# Bio Protocol V2

Bio Protocol V2 is a community-driven launchpad designed to fund and accelerate the next generation of scientific innovation. Our model is built on a "launch and grow" philosophy, focusing on sustainable, long-term growth powered by an engaged community and healthy secondary markets.

## Flywheels through Community

The core of Bio Protocol V2 is a virtuous cycle that aligns the incentives of project founders, community members, and the protocol itself.

1. **Low-Cap Launch:** Projects launch with a low initial valuation through a transparent, fixed-price sale. This provides a fair entry point for community members and encourages price discovery.
2. **Community-Owned Liquidity:** All funds from the initial sale are used to create a deep liquidity pool, owned and managed by the protocol.
3. **Sustainable Funding:** A small fee on every secondary market trade is split between the project and the protocol treasury. This creates a continuous revenue stream that funds ongoing research and development.
4. **Growth & Engagement:** As the project develops and communicates its progress, it drives community engagement and trading volume, which in turn generates more funding.

This model moves away from large, one-time raises and towards a system where a project's success is directly tied to its ability to build a strong community and deliver on its scientific mission.

## Core Components

This ecosystem is powered by several key components:

* [**The Launcher**](/bio/~/changes/216/introduction/bio-protocol-v2/launcher.md)**:** A fixed-price sale model for launching new projects.
* [**BioXP Points**](/bio/~/changes/216/introduction/bio-protocol-v2/bioxp.md)**:** A points system that rewards community engagement and grants access to launch allocations.
* [**Staking & veBIO**](/bio/~/changes/216/introduction/bio-protocol-v2/staking-and-vebio.md)**:** Staking mechanics for earning rewards and participating in protocol governance.
* [**The Liquidity Engine**](/bio/~/changes/216/introduction/bio-protocol-v2/liquidity-engine.md)**:** A system for automatically creating liquidity and generating revenue from trading fees.
* [**Launchpad FAQ**](/bio/~/changes/216/introduction/bio-protocol-v2/launchpad-faq.md)**:** Answers to common questions about the V2 system.

This section provides a detailed look at how each of these components works together to create a dynamic and sustainable platform for decentralized science.


---

# 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/introduction/bio-protocol-v2.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.
