> For the complete documentation index, see [llms.txt](https://kernel-protocol.gitbook.io/kernel-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kernel-protocol.gitbook.io/kernel-protocol/overview/peg-stability-and-pricing-mechanisms.md).

# Peg Stability & Pricing Mechanisms

For ksETH, krETH, kUSD, and in the future, kpETH, peg stability is supported by:

* Protocol-owned liquidity held by the Kernel Protocol treasury
* Points and token incentives for liquidity provision by third-parties, using bribe markets and other incentives platforms
* Open redemptions after week 2: from week 3 onwards, ksETH, krETH and kUSD holders will be able to redeem their holdings 1:1 for underlying assets restaked on the protocol.
* Additionally, Kernel Protocol uses software that any deviations from peg made by underlying collateral assets. Assets are removed if they go over a certain threshold.&#x20;
* Finally, Kernel Protocol can dynamically adjust mint ratios to ensure that more than 1 unit of any underlying asset is required to mint 1 unit of a Kernel LRT when the underlying asset goes below peg (and vice versa).&#x20;
* Open redemptions will also enable arbitrage opportunities and create volume to contribute to peg stability.

Upon its release, the pricing of kINDX will require a more complex pricing solution to recognize the greater diversity of underlying assets and their values. Because of this, kINDX will need to be priced according to the volatility of each underlying asset, weighted by their share of the portfolio, which would require a custom oracle solution. To achieve this, Kernel Protocol will deploy an aggregated feed from various oracles and CEX APIs, which provide a close approximation to the on-chain value of the basket when we take the weighted average of the pulled prices.&#x20;

It is expected that kINDX will deviate from the value of the underlying assets, both to the upside and downside. In any circumstance where kINDX depegs to the upside, Kernel Protocol will mint kINDX tokens and sell them, restoring fair value. The profit generated by this arbitrage will be deposited to Karak, increasing the total yield accrued by kINDX. In any circumstance where kINDX depegs to the downside, assets previously deposited by the protocol into Karak can be used to rebuy the asset. Removing any surplus tokens minted from the Uniswap v3 CLP or the Curve pool and burning them means that arbitrage profits result in overcollateralization for KINDX.

<br>


---

# 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://kernel-protocol.gitbook.io/kernel-protocol/overview/peg-stability-and-pricing-mechanisms.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.
