# 7. xl-LSTEAK: Deterministic Exit and Value Accumulation

[Back to whitepaper overview](/lsteak-protocol-docs/lsteak-whitepaper-v2.2/overview.md)

xl-LSTEAK is the long-duration staking and exit layer of the LSteak system.

It is designed for participants who prioritise guaranteed value accumulation mechanics over short-term liquidity.

### 7.1 What xl-LSTEAK Represents

xl-LSTEAK is not a yield-bearing token priced in USD terms.

It represents a token-denominated entitlement to an increasing quantity of LSTEAK over time.

Each xl-LSTEAK is associated with a Redemption Ratio (RR), defined as:

$$
\text{RR} = \frac{\text{LSTEAK redeemable}}{\text{xl-LSTEAK}}
$$

This ratio is expressed in LSTEAK units, not dollars.

### 7.2 Monotonic Redemption Ratio (Cannot Go Down)

Under normal operation, RR is non-decreasing.

RR may decrease only during explicitly defined liquidation events.

RR increases through:

* Allocation of bond yield to RR growth
* Numerator-only deposits of LSTEAK into the xl-LSTEAK contract
* Burn of xl-LSTEAK supply

RR does not depend on:

* Market price of LSTEAK
* External liquidity conditions
* Short-term volatility

### 7.3 Token-Based Accumulation, Not Price Promises

RR is denominated in tokens rather than dollars.

So xl-LSTEAK is about deterministic accumulation, not a price guarantee.

### 7.4 Redemption Mechanics

When xl-LSTEAK is redeemed, it is burned.

The holder receives LSTEAK from the xl-LSTEAK contract at the current RR.

Redemption is contract-only.

There is no market route for xl-LSTEAK redemption.

There are no `xl-LSTEAK/LSTEAK` pairs in this model.

### 7.5 Who xl-LSTEAK Is For

xl-LSTEAK is designed for participants who:

* Prefer guaranteed accumulation over liquidity
* Value mechanical certainty over discretionary yield
* Intend to hold through full market cycles


---

# 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://lsteak-protocol.gitbook.io/lsteak-protocol-docs/lsteak-whitepaper-v2.2/7.-xl-lsteak-deterministic-exit-and-value-accumulation.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.
