> For the complete documentation index, see [llms.txt](https://docs.kpk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kpk.io/funds/infrastructure/onchain-accounting/price-feeds/steth.md).

# stETH

Prices stETH fundamentally at 1.0 × ETH/USD, with the Chainlink stETH/ETH market feed retained as a divergence monitor rather than the primary.

stETH is priced **fundamentally**: `stETH/USD = 1.0 × ETH/USD`, holding stETH/ETH at parity on Lido's redemption invariant. The Chainlink stETH/ETH **market** feed is still read, but as a **divergence monitor** rather than the price source.

* **Chain:** Ethereum
* **Primary** — `stETHFundamental`: `1.0 × ETH/USD`, a unit-rate feed. Deployed from [`eETH_CustomPriceFeed.sol`](https://github.com/karpatkey/onchain-accounting/blob/main/src/prices/protocols/eETH_CustomPriceFeed.sol), so the contract name shown on explorers reads **eETH** — expected, not a mis-deployment.
* **Monitor** — `stETHCrossRate`: `ETH/USD × stETH/ETH` with the Chainlink stETH/ETH market feed. Source [`stETH_CustomPriceFeed.sol`](https://github.com/karpatkey/onchain-accounting/blob/main/src/prices/protocols/stETH_CustomPriceFeed.sol).

***

## Why fundamental, with the market feed kept as a monitor

{% hint style="info" %}
The market CrossRate **was** the primary until a price-feed audit reversed it.

Pricing stETH off a market feed makes the NAV move with secondary-market noise on an asset whose redemption value is defined by Lido at parity. That is the same reasoning applied to [wstETH](/funds/infrastructure/onchain-accounting/price-feeds/wsteth.md) (`stEthPerToken()` × ETH/USD) and eETH (`1.0` × ETH/USD) — so the fundamental primary makes stETH **consistent with its siblings** rather than an exception.

Demoting the market feed to a monitor keeps its signal without letting it set the price: a divergence between the fundamental price and the market feed beyond tolerance raises the position's `irregular` flag, surfacing a depeg rather than silently repricing the book.
{% endhint %}

***

## Base asset

The `ETH/USD` leg is read **from the NAV** rather than from a second Chainlink feed held by the contract, so stETH cannot be valued against an ETH price the rest of the NAV disagrees with — it inherits the NAV's own staleness and divergence checks.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.kpk.io/funds/infrastructure/onchain-accounting/price-feeds/steth.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
