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

# FAQ

### **What is veToken critical Asset LP**&#x20;

ve3Asset — Asset liquidity pools (LPs) are critical to enable such protocols continuously hounding regular users to lock the veAsset permanently. In other words, in order to attract users continuously lock veAsset from the market, veToken need to maintain ve3Asset — Asset  to 1:1 ratio.

### **What is POL ? (Protocol Owned Liquidity)**

veToken Finance will own most of its critical Asset LP (eg, ve3CRV - CRV) liquidity thanks to the bonding mechanism inherited from Olympus.

* veToken will not have to pay costly farming rewards to maintain ve3CRV-CRV close to 1:1 ratio
* Earns fees and staking rewards from owning its those liquidity.
* Guaranteed liquidity for market participants.&#x20;
* All POL can be used to back $VE3D, supporting the price floor.

### Does veToken use rebase ?&#x20;

No, we only use POL strategy to maintain critical Asset LP (eg, ve3CRV - CRV) liquidity


---

# 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.vetoken.finance/community/faq.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.
