# Liquidity Policy

Liquidity is expanded **algorithmically in proportion to real demand**.

Let:

* L<sub>t</sub>​ = current liquidity depth
* V<sub>t</sub>= 30-day DEX trading volume
* β,γ = tuning parameters

#### Target liquidity level

L<sub>t</sub><sup>\*</sup>=β×`√`t​​

#### Minted liquidity incentives

Mint<sub>t</sub><sup>LP</sup>=min⁡(γ×max⁡(0, L<sub>t</sub><sup>∗</sup>−L<sub>t</sub>), LP\_cap\_remaining)

This framework ensures:

* liquidity increases only when justified by volume
* incentives remain within the 20% allocation cap
* mercenary liquidity mining cannot drain the system


---

# 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://velocity-network.gitbook.io/velocity-network/usdvlct-tokenomics/liquidity-policy.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.
