# 3. LSteak’s Core Design Premise

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

LSteak is built around a single, non-negotiable premise:

Value must exist before yield can be distributed.

This premise sounds obvious, but it is rarely enforced in DeFi.

Most systems allow yield to appear before value is created, relying on emissions, rebasing, or future growth to close the gap later. LSteak explicitly rejects this model.

### 3.1 Value Density Over Growth Velocity

Instead of optimising for rapid capital inflows or headline APYs, LSteak optimises for value density per token.

Every LSTEAK token represents a proportional accounting share of a pool of real, yield-generating assets (bonds plus a diversified hedge), with value accruing to the token over time rather than being directly redeemable. That backing grows over time, while token supply only increases when new backing is added.

This creates an important inversion compared to most liquid staking systems:

* Growth is allowed, but not required
* Yield accrues even when inflows slow
* Quiet markets increase value per token faster

In LSteak, periods of low activity are not stagnation phases — they are consolidation phases.

### 3.2 No Emissions, No Rebasing

LSteak does not use token emissions, rebasing, or inflationary rewards.

There is no mechanism that mints new tokens purely to simulate yield. Any increase in user holdings comes from:

* Growth in backing value
* Reduction in effective supply through burns
* Conversion of protocol revenue into backing or supply reduction

This ensures that reported yield reflects actual economic activity rather than accounting artifacts.

### 3.3 Backing-First Mint Constraint

New LSTEAK tokens can only be minted when new backing is added to the system.

This backing-first constraint is a hard invariant:

* No backing → no mint
* Backing cannot be removed under normal operation
* Market price may fluctuate, but backing integrity does not

As a result, dilution risk is structurally capped. Token supply expansion is always matched by proportional value creation.

### 3.4 Designing for Non-Ideal Conditions

LSteak assumes that markets will be volatile, capital will rotate unpredictably, and inflows will not be smooth.

The system is therefore designed to remain coherent when:

* Inflows slow or stop
* Markets trade sideways for extended periods
* Volatility increases

Rather than attempting to suppress these conditions, LSteak converts them into mechanisms for strengthening backing, increasing protocol-owned liquidity, and reducing effective supply.


---

# 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/3.-lsteaks-core-design-premise.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.
