> For the complete documentation index, see [llms.txt](https://docs.nucleusearn.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nucleusearn.io/nucleus-architecture/revenue-strategies/market-agnostic-lending.md).

# Market-agnostic Lending

Nucleus is partnered with Ion Protocol, a completely price-agnostic lending platform that leverages provable validator-backed data to allow users to borrow ETH and other staked/restaked assets against their LSTs and restaking positions.

* All loan positions in Ion are price-agnostic, and their parameters (interest rates, LTVs, position health, etc.) are determined by consensus layer data.
* This means liquidations are triggered by **changes in consensus layer state, not by price oracles, meaning the only insolvency risk users are exposed are derived by slashing.**

Nucleus can deposit any combination of the following collateral types into the protocol's lending markets at scale:

1. LSTs
2. LST LP Positions
3. Restaking Positions
4. Liquid Restaking Positions (LRTs)
5. Staked LST LP Positions (e.g. Aura Finance’s ERC-4626 positions)

Nucleus can lend capital within its vaults to these markets, generating returns on top of the base rewards of their collateral.


---

# 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.nucleusearn.io/nucleus-architecture/revenue-strategies/market-agnostic-lending.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.
