# LSteak Explainer

*A calm explanation of a liquid staking system without emissions.*

New here? Start with [Start here](/lsteak-protocol-docs/overview/start-here.md).

### Scope

This is a front-facing explainer for LSteak. It is not the technical specification. It focuses on what the system does and why. It avoids hype, urgency, and price promises.

### TL;DR

* No emissions. No rebasing. No inflationary rewards.
* New LSTEAK mints only when new backing enters.
* Yield comes from productive assets, not token printing.
* The protocol tracks Backing Per Token (BPT), not market price.
* Market price floats. The protocol does not defend a peg.
* You cannot redeem LSTEAK for backing assets in normal operation.
* When inflows slow, yield concentrates per token. BPT can grow faster.

### Key terms (60 seconds)

* **LSTEAK**: The liquid token used for price discovery.
* **Backing**: Yield-engine assets held by the protocol. Not redeemable in normal operation.
* **BPT (Backing Per Token)**: Backing ÷ effective supply. Internal value-density metric.
* **Effective supply**: The supply used in backing math. Not necessarily total supply.
* **xl-LSTEAK**: Optional long-term layer. Redeems for LSTEAK at RR.
* **RR (Redemption Ratio)**: LSTEAK per xl-LSTEAK. Under normal operation, it can only stay the same or increase.
* **POL (Protocol-Owned Liquidity)**: Liquidity owned by the protocol to improve exits over time.

<a href="/spaces/kohwqioQoDXaF3GIlgFJ/pages/EuFA9W8n2DnPpEk6joXC" class="button secondary">Read the whitepaper</a> <a href="/spaces/kohwqioQoDXaF3GIlgFJ/pages/31804f80d74ff570f139e8afc5a34ffdf829e5d4" class="button secondary">Read the FAQ</a>

### What LSteak Is

LSteak is a liquid staking system designed to grow real value per token over time without creating new tokens to simulate yield.

Each LSTEAK token represents a proportional share of a pool of productive assets held by the protocol. These assets generate yield through normal market activity. That yield is retained and reinvested by the system. Over time, the amount of real value supporting each token increases.

New LSTEAK tokens are created only when new value enters the system. If no new value enters, no new tokens are minted.

Backing assets are not redeemable in normal operation. This prevents bank-run dynamics.

The result is a system where value exists before yield appears, supply does not inflate to maintain participation, and slow periods strengthen the system rather than weaken it.

### How the protocol measures value (BPT)

LSteak separates market price from internal accounting. Market price is discovered in liquidity pools. Internal rules use backing per token.

Backing per token answers one question. How much real value supports each LSTEAK unit.

BPT is an accounting metric. It is not a redeemable price.

Example. Backing is $10M. Effective supply is 5M LSTEAK. BPT is $2.00.

Backing can grow from yield. Effective supply can fall from burns. Both increase BPT over time.

### What LSteak Is Not

LSteak is intentionally limited in what it does not attempt.

It is not an emissions-based protocol, a rebasing token, a yield token dependent on inflation, a peg-defended asset, or a governance-driven system that reacts to market stress.

It does not print tokens to create yield, adjust rules mid-cycle, rely on future participants to support current ones, or promise returns based on price appreciation.

Market price is allowed to move freely. The protocol does not attempt to defend it.

### Why LSteak Exists

Most liquid staking systems depend on continued growth. When growth slows, those systems must inflate supply further, change incentives, or fail.

LSteak starts from a different premise: a staking system should remain functional even if growth stops.

Value must be created before it is distributed. Supply expansion must be constrained by real backing. Volatility should strengthen the system, not threaten it.

Instead of optimizing for participation velocity, LSteak optimizes for value density — how much real economic value supports each unit of supply.

### How Value Grows

Value enters LSteak through productive assets. These assets generate yield through normal market mechanisms. Examples include trading fees and liquidity provision.

Yield is allocated to increase backing per token, deepen protocol-owned liquidity, improve exit conditions, reduce supply, and fund operations.

No yield is created by minting new tokens.

When inflows slow, yield is concentrated across a more stable effective supply. Quiet periods can increase BPT faster than expansion phases.

### The Layers

LSTEAK is the base liquid token used for price discovery.

xl-LSTEAK is the long-term accumulation layer. Each unit becomes redeemable for more LSTEAK over time. This ratio can only stay the same or increase.

LSaaS allows external projects to use the same staking framework without sharing risk. Each deployment is fully isolated.

### Risks and trade-offs (plain English)

LSteak removes emissions risk. It does not remove market risk.

Expect price volatility. Expect liquidity and slippage to vary over time. Expect smart contract risk like any on-chain system.

LSteak also limits discretionary governance. That reduces surprise changes. It also reduces “human intervention” during stress.

### What you get (and what you don't)

LSteak is designed to behave predictably.

There are no sudden parameter changes, emergency incentives, or reactive governance actions.

Returns will not be smooth in price terms. The system rewards patience, time in the system, and acceptance of volatility.

### Who this is for (and who it isn't)

LSteak is for long-term participants, value-focused investors, and teams seeking structural integrity.

It is not for yield chasers, short-term traders, or protocols seeking to externalize risk.

### Where to Go Next

This document explains intent and outcomes.

For full detail, use the docs below:

* [LSteak Whitepaper v2.2](/lsteak-protocol-docs/lsteak-whitepaper-v2.2/overview.md)
* [LSteak FAQ](/lsteak-protocol-docs/overview/lsteak-faq.md)

LSteak is designed to be verified, not trusted.


---

# 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/overview/lsteak-explainer.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.
