# LRT strategies

LRT Strategies are the underlying yield-generating mechanisms powering MAX LRTs. While MAX LRTs serve as the top-level vaults, dynamically rebalancing across multiple strategies, LRT Strategies are the building blocks that execute specific yield optimization techniques.

Not all LRT Strategies are directly accessible to users. Some function entirely within their MAX LRTs, while others offer a public interface for advanced users who want isolated exposure to a specific strategy. This modular architecture allows YieldNest to optimize risk management while implementing a tailored, strategy-specific fee structure MAX LRTs do not charge fees; fees are only applied at the strategy level.

<figure><img src="/files/vEtyQCvC2moOmQqtd9KU" alt=""><figcaption><p>High level architecture MAX LRTs</p></figcaption></figure>

By structuring MAX LRTs this way, YieldNest achieves:

* **Efficient risk management –** Strategies operate independently while still being managed under a unified MAX LRT framework.
* **Granular fee optimization –** Fees are applied only at the strategy level, ensuring fair and transparent cost structures.
* **Flexibility for advanced users –** Those seeking isolated exposure to a specific LRT Strategy can interact with individual strategies instead of the broader MAX LRT.

Each LRT Strategy serves a unique role in optimizing returns while maintaining Layer 1 settlement assurances. This architecture allows YieldNest to adapt continuously, enhance capital efficiency, and optimize restaking allocations, ensuring long-term sustainability and performance in the evolving DeFi landscape.


---

# 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://docs.yieldnest.finance/protocol-design/lrt-strategies.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.
