> For the complete documentation index, see [llms.txt](https://docs.yieldnest.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yieldnest.finance/protocol-design.md).

# Protocol Design

- [YieldNest Protocol Overview](https://docs.yieldnest.finance/protocol-design/yieldnest-protocol-overview.md)
- [MAX Vaults](https://docs.yieldnest.finance/protocol-design/max-vaults.md): The Apex of Yield Optimization
- [ynETH MAX - ynETHx](https://docs.yieldnest.finance/protocol-design/max-vaults/yneth-max-ynethx.md): ETH-based strategies that Settle on ETH L1
- [ynBNB MAX - ynBNBx](https://docs.yieldnest.finance/protocol-design/max-vaults/ynbnb-max-ynbnbx.md): BNB-based strategies that Settle on BNB L1
- [ynBTC MAX - ynBTCx \[WIP\]](https://docs.yieldnest.finance/protocol-design/max-vaults/ynbtc-max-ynbtcx-wip.md): BTC-based strategies that Settle on BTC Core L1
- [ynUSD MAX - ynUSDx](https://docs.yieldnest.finance/protocol-design/max-vaults/ynusd-max-ynusdx.md): USD-based strategies that settle on Ethereum L1
- [ynRWA MAX - ynRWAx](https://docs.yieldnest.finance/protocol-design/max-vaults/ynrwa-max-ynrwax.md): USD-based RWA strategies that settle on Ethereum L1
- [STAK](https://docs.yieldnest.finance/protocol-design/max-vaults/stak.md): USDC based RWA + DeFi yield strategy that settles on Ethereum L1
- [Max Vaults APY Calculation](https://docs.yieldnest.finance/protocol-design/max-vaults/max-vaults-apy-calculation.md)
- [LRT strategies](https://docs.yieldnest.finance/protocol-design/lrt-strategies.md)
- [ynETH](https://docs.yieldnest.finance/protocol-design/lrt-strategies/yneth.md)
- [Withdrawals - ynETH](https://docs.yieldnest.finance/protocol-design/lrt-strategies/yneth/withdrawals-yneth.md)
- [\[Legacy\] YieldNest’s Technical Specifications](https://docs.yieldnest.finance/protocol-design/lrt-strategies/yneth/legacy-yieldnests-technical-specifications.md)
- [RA & Operators Selection](https://docs.yieldnest.finance/protocol-design/lrt-strategies/yneth/legacy-yieldnests-technical-specifications/ra-and-operators-selection.md)
- [Intro to AVS/Network Evaluation by YieldNest Risk Team](https://docs.yieldnest.finance/protocol-design/lrt-strategies/yneth/legacy-yieldnests-technical-specifications/ra-and-operators-selection/intro-to-avs-network-evaluation-by-yieldnest-risk-team.md)
- [AVS Categories](https://docs.yieldnest.finance/protocol-design/lrt-strategies/yneth/legacy-yieldnests-technical-specifications/ra-and-operators-selection/intro-to-avs-network-evaluation-by-yieldnest-risk-team/avs-categories.md)
- [AVS Evaluation](https://docs.yieldnest.finance/protocol-design/lrt-strategies/yneth/legacy-yieldnests-technical-specifications/ra-and-operators-selection/intro-to-avs-network-evaluation-by-yieldnest-risk-team/avs-evaluation.md)
- [ynLSDe](https://docs.yieldnest.finance/protocol-design/lrt-strategies/ynlsde.md)
- [ynBNB](https://docs.yieldnest.finance/protocol-design/lrt-strategies/ynbnb.md)
- [ynBTCk](https://docs.yieldnest.finance/protocol-design/lrt-strategies/ynbtck.md)
- [MAX Vault-as-a-Service (VaaS)](https://docs.yieldnest.finance/protocol-design/max-vault-as-a-service-vaas.md): Unlock Yield, Securely Scalable


---

# 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.yieldnest.finance/protocol-design.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.
