> For the complete documentation index, see [llms.txt](https://docs.openxswap.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openxswap.exchange/the-open-x-project/opxvelo-optimism/collateralization.md).

# Collateralization

The collateralization model is unique to veVELO mechanics. It ensures that no opxVELO can *ultimately* come into existence without being over-collateralized, but also involves strategies that include *locking* value. This under-collateralizes the circulating supply until returns - which are structured to outperform the target APR due to these mechanics - replenish the liquid backstop.&#x20;

A majority of VELO is vote-escrowed and thus illiquid, meaning it cannot preserve the peg. This however will be used to accumulate a basket of assets for the liquid backstop. veVELO veNFTs receive rebases, increasing the VELO to opxVELO collateralization rate; only note that this VELO is returned to veNFT, max-locked, and thus cannot be counted as part of the backstop.&#x20;

VELO collected from trading fees is added to the liquid backstop or veVELO position as needed.&#x20;

**There is no max supply of opxVELO, but minting can be paused if necessary.** No opxVELO enters circulation without 1 VELO being permanently bonded to our project. opxVELO is removed from circulation when diluted (under peg) for the cost of < 1 VELO using the liquid backstop.&#x20;

This allows the **tokenized** value of the OpenX's Project veVELO position to be and remain liquid.


---

# 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.openxswap.exchange/the-open-x-project/opxvelo-optimism/collateralization.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.
