# Mechanism

<figure><img src="/files/9IqF8fI8sXXan95g4BeF" alt=""><figcaption></figcaption></figure>

## Virtual Liquidity

<figure><img src="/files/0OPX0yyanZuADxiccQU4" alt=""><figcaption></figcaption></figure>

To allocate liquidity for new projects, we introduce virtual liquidity in the form of vETH. vETH can be seen as a balance with internal debt, where all address transfers must satisfy

AvailableBalance = Balance − Debt

The process flowchart for creating virtual liquidity is as follows. Users only need to create token name ($lambo) and the desired liquidity configuration, and the protocol will automatically create a pool on Uniswap and allocate liquidity

<figure><img src="/files/zgkD20TzkU7hQYnoU9QN" alt=""><figcaption></figcaption></figure>

For project parties seeking to obtain virtual liquidity, the virtual liquidity of LamboV2 is essentially a loan. Therefore, project parties that obtain virtual liquidity through taking a loan cannot immediately move their balance until other users start buying. In this way, project parties can obtain the required virtual liquidity without affecting market stability.


---

# 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://lambo-win.gitbook.io/lambo.win/getting-started/mechanism.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.
