> For the complete documentation index, see [llms.txt](https://docs.plenty.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenty.network/v2-docs.md).

# V2 Docs

- [Plenty V2 Introduction](https://docs.plenty.network/v2-docs/plenty-v2-introduction.md): An introduction to Plenty's vote escrow (ve) model.
- [Understanding PLY & veNFTs](https://docs.plenty.network/v2-docs/plenty-v2-introduction/understanding-ply-and-venfts.md): PLY is a fungible FA1.2 token and vePLY an NFT.
- [Understanding Gauges](https://docs.plenty.network/v2-docs/plenty-v2-introduction/understanding-gauges.md): Farms, but better.
- [Understanding Boosting](https://docs.plenty.network/v2-docs/plenty-v2-introduction/understanding-boosting.md): By boosting a user could receive up to 2.5x PLY rewards.
- [Understanding Bribes](https://docs.plenty.network/v2-docs/plenty-v2-introduction/understanding-bribes.md): Any protocol or user can attach bribes onto a liquidity pool and those who vote for it will be able to claim them.
- [Tokenomics](https://docs.plenty.network/v2-docs/tokenomics.md)
- [Distribution](https://docs.plenty.network/v2-docs/tokenomics/distribution.md): Distribution of Plenty's new $PLY token.
- [Migration](https://docs.plenty.network/v2-docs/tokenomics/migration.md): Swapping PLENTY and WRAP for PLY
- [Emissions](https://docs.plenty.network/v2-docs/tokenomics/emissions.md): Liquidity and locking incentives for the community.
- [Architecture](https://docs.plenty.network/v2-docs/architecture.md)
- [Vote escrow architecture](https://docs.plenty.network/v2-docs/architecture/vote-escrow-architecture.md)
- [Vote escrow smart contracts](https://docs.plenty.network/v2-docs/architecture/vote-escrow-smart-contracts.md)
- [Scenarios](https://docs.plenty.network/v2-docs/architecture/scenarios.md)
- [Audit by Inference AG](https://docs.plenty.network/v2-docs/audit-by-inference-ag.md)


---

# 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.plenty.network/v2-docs.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.
