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