# PPS Model (Non-rebase real yield)

L-Tokens follow a **Price-Per-Share (PPS)** model to account for yield.\
Instead of increasing your token balance, the **value of each token increases over time** as the vault generates returns.

No rebasing. No claiming. No restaking loops.

***

### **How PPS Is Calculated**

```
PPS = Vault Net Asset Value / L-Token Supply
```

* Vault value increases as yield is collected.
* L-Token supply remains constant.\
  → **PPS goes up.**

Your yield is reflected directly in the **exchange value** of the token.

***

### **Example**

| Time              | lyUSDC Balance | PPS    | Redeemable Value |
| ----------------- | -------------- | ------ | ---------------- |
| Initial Deposit   | 1,000 lyUSDC   | 1.0000 | 1,000 USDC       |
| After \~3 Months  | 1,000 lyUSDC   | 1.0184 | 1,018 USDC       |
| After \~12 Months | 1,000 lyUSDC   | 1.0920 | 1,092 USDC       |

Your **balance** stays the same.\
Your **claimable value** increases.

***

### **Why PPS Instead of Rebasing?**

| PPS Model                         | Rebasing Model                     |
| --------------------------------- | ---------------------------------- |
| Value increases, balance stable   | Balance fluctuates                 |
| Safe for LPs, lending, collateral | Often breaks DeFi accounting       |
| No custom integrations needed     | Requires protocol-specific support |

PPS makes L-Tokens **plug-and-play** across DeFi.

***

### **Withdrawals**

When you withdraw:

```
Withdrawn USDC/EURC = L-Token Balance × Current PPS
```

If PPS has increased, you redeem **more stablecoins** than you deposited.

Withdrawals are processed using:

* **On-chain liquidity buffer** for instant settlements
* **RWA settlement process** for large requests\
  (covered in the next section)

***

### **Key Benefits**

* **Auto-compounding**
* **No inflation / no emissions**
* **Fully auditable on-chain**
* **Composability preserved**

PPS ensures yield is **clean, transparent, and portable**.


---

# 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://docs.ledgity.finance/technical-information/yield-mechanics/pps-model-non-rebase-real-yield.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.
