> 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/kseth-kreth-kusd-and-kindx.md).

# ksETH, krETH, kUSD and kINDX

Kernel introduces kAssets; LRTs that are backed by baskets of assets that share two attributes in common - their price beta and being restakable on Karak. To begin with there will be 3 Karak-native LRTs offered by Kernel Protocol, namely:

**ksETH:** ksETH is mintable against any LSTs that are restakable on Karak. Users can deposit their LSTs onto Kernel Protocol, where they will be restaked on Karak and then the user will be given an equivalent quantity of ksETH tokens, representing their Karak-restaked holdings.&#x20;

**krETH:** krETH is mintable against any LRT that is restakable on Karak. Users can deposit their LRTs onto Kernel Protocol, where they will be restaked on Karak and then the user will be given an equivalent quantity of krETH tokens, representing their Karak-restaked holdings.&#x20;

**kUSD:** kUSD is mintable against any approved USD-pegged asset currently being restaked on Karak. Users can deposit their USD-pegged assets onto Kernel Protocol, where they will be restaked on Karak and then the user will be given an equivalent quantity of kUSD tokens, representing their Karak-restaked holdings.&#x20;

Once the above use-cases have been proven out, Kernel Protocol will also be introducing:

**kpETH:** kpETH can be minted using any Pendle PTs that are restakable on Karak. Users can deposit their Pendle PTs  onto Kernel Protocol, where they will be restaked on Karak and then the user will be given an equivalent quantity of kpETH tokens, representing their Karak-restaked holdings.&#x20;

and

**kINDX:** kINDX is a unique free-floating derivative that is mintable against various approved Karak-restaked assets that do not fit into the above categories - it acts as a generalized index fund for Karak that permits exposure to the entire ecosystem in a click.<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/kseth-kreth-kusd-and-kindx.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.
