# LVUSD Stablecoin

<figure><img src="/files/N0IXk7V9Fu1xt0WXxN5W" alt="" width="563"><figcaption></figcaption></figure>

## <img src="/files/zJn4r3h72fuyBJ6FX4yf" alt="" data-size="line"> Introducing LVUSD (LeverUp USD)

LeverUp is designed to be the purest form of a decentralized perpetuals exchange. To achieve this, the system only requires traders—no liquidity providers are needed—allowing traders to trade freely without dependency on external LP capital.

At the core of this design is LVUSD (LeverUp USD), the synthetic stablecoin that makes this model possible.

***

### VMMV: Virtual Market Making Vault

* All trading positions are denominated in LVUSD.
* If a trader opens a position using USDC as collateral, the system automatically mints the corresponding amount of LVUSD.
* When the position is closed, settlement is made in LVUSD.

{% hint style="info" %}
For opening position in MON: [MON / LVMON](/docs/liquidity-layer/mon-lvmon.md)
{% endhint %}

This design also allows **any token** to be used as collateral, with each token managed in its own independent trading pool. LeverUp will initially support **USDC** and **MON** as the first collateral option.

<figure><img src="/files/z6VrgWdjkkhaiUgMg3cj" alt="" width="563"><figcaption></figcaption></figure>

### Settlement Scenarios

When a trader closes a position, two outcomes are possible:

1. Trader Wins
   * The LVUSD received at close > the USDC (or LVUSD) initially deposited.
   * Result: The Vault’s USDC reserves become less than the circulating supply of LVUSD.
2. Trader Loses
   * The LVUSD received at close < the USDC (or LVUSD) initially deposited.
   * Result: The Vault’s USDC reserves become greater than the circulating supply of LVUSD.

***

## Price Stability and TWAP Anchoring

### Scenario 1: Depeg on protocol layer - socialized loss

If LVUSD trades below peg (TWAP < 0.99) and circulating LVUSD is greater than vault USDC, the protocol runs an LV auction.

Protocol will mint and auction new LV to buy back excess LVUSD and burn it.

{% hint style="info" %}
Example:

LVUSD TWAP = 0.90

LVUSD circulating = 90,000

Vault USDC = 80,000

Target: Absorb 10,000 LVUSD via a 48‑hour auction. Anyone can bid with LVUSD.
{% endhint %}

Newly minted LV from the auction is first absorbed by the LV Staking module, with LV stakers bearing these losses first.

The official USDC/LVUSD redemption will be activated concurrently. Redemptions will be processed at the prevailing circulation exchange rate and will remain available until the system regains equilibrium through the LV auction mechanism

{% hint style="success" %}
The LV emission operates independently from the auction mechanism and remains unaffected by it
{% endhint %}

### Scenario 2: Depeg on secondary market - protocol fee as liquidity buffer

LVUSD maintains stability through market-based mechanisms and protocol safeguards.\
Protocol actions are explicitly tied to TWAP(Time-Weighted Average Price) levels:

* When 1 LVUSD < 0.9 USDC (Severe Discount)
  * The Vault enables daily quota-based redemptions, allowing users to redeem LVUSD for USDC at the ratio based on the USDC and LVUSD amount in the vault.
  * This continues until the secondary market TWAP of LVUSD rises above 0.9 USDC.
* When 1 LVUSD > 1 USDC (Premium)
  * After ensuring 100% redemption backing, excess USDC reserves are deployed into stablecoin yield strategies.
  * This allows the protocol to generate additional interest income.
* When 1 USDC > 1 LVUSD > 0.9 USDC (Normal Band)
  * The protocol takes no direct action.
  * Arbitrageurs and traders balance the price naturally in the secondary market.

<table><thead><tr><th width="223.38671875">Circulation on LVUSD</th><th valign="middle">Scenario 1(Protocol Response)</th><th>Scenario 2(Protocol Response)</th></tr></thead><tbody><tr><td>> 1 ( 1 LVUSD  > 1 USDC)</td><td valign="middle">No action expected;<br>A portion of USDC may be allocated for yield generation, providing traders with additional returns</td><td>No action expected</td></tr><tr><td>0.9 ~ 1 ( 0.9 &#x3C; LVUSD &#x3C; 1)</td><td valign="middle">Conduct LV auctions to reduce LVUSD circulation.<br>Open Redemption with daily limits, with the redemption rate determined by available liquidity in vault</td><td>No action expected</td></tr><tr><td>&#x3C; 1 ( LVUSD &#x3C; 1 USDC)</td><td valign="middle">Same as above</td><td>Open Redemption with daily limits, with the redemption rate determined by available liquidity in vault</td></tr></tbody></table>

#### Protocol Fees for protection

Each epoch, we distribute the accumulated protocol fees (to xLV and yLV holders).

To maintain platform stability, the protocol calculates the actual amount of fees to be distributed based on the vault’s balance condition at that time.

In extreme cases such as a depeg, the protocol fees that were originally planned for distribution will instead be redirected to rebalance LVUSD, ensuring trading stability and strengthening the overall system robustness

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


---

# 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://leverup.gitbook.io/docs/liquidity-layer/lvusd-stablecoin.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.
