# Start Learning

Most DeFi documentation assumes you already understand the building blocks. This Academy doesn't.

Whether you're new to staking or evaluating convertible note pricing models, start at the level that matches your experience. Each page builds on the one before it — skip ahead if you already know the material.

***

## Beginner

No DeFi experience required. These pages explain the foundational concepts that the rest of our documentation assumes you know.

| Page                                                               | You'll Learn                                                                                              | Read This If...                                                |
| ------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| [Staking & Liquid Staking](/academy/staking-and-liquid-staking.md) | How Ethereum validators work, what staking yield is, how LSTs unlock liquidity                            | You've heard of staking but aren't sure how it generates yield |
| [Leverage & Liquidation](/academy/leverage-and-liquidation.md)     | What leverage is, why liquidation destroys portfolios, and how non-liquidatable leverage changes the game | You don't know why "non-liquidatable" is a big deal            |

**After completing Beginner →** You're ready for [Core Mechanics: esETH](/core-mechanics/eseth.md) and [STRAT Staking](/core-mechanics/strat-staking.md).

***

## Intermediate

You understand staking and basic DeFi. These pages explain how ETH Strategy's treasury model works and why the design choices matter.

| Page                                                                       | You'll Learn                                                                                                                   | Read This If...                                                           |
| -------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------- |
| [How Treasury Accumulation Works](/academy/treasury-accumulation-model.md) | How the protocol converts borrowed ETH into leveraged exposure, where revenue comes from, and how value flows to STRAT holders | You want to understand *why* the protocol exists, not just *what* it does |

**After completing Intermediate →** You're ready for [CDT](/core-mechanics/cdt.md), [Treasury Lending](/core-mechanics/treasury-lending.md), and [STRAT Economics](/tokenomics/strat-economics.md).

***

## Advanced

You understand the treasury model and want to go deeper on the financial engineering. These pages cover the quantitative mechanics.

| Page                                                                   | You'll Learn                                                                                                              | Read This If...                                                        |
| ---------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| [Convertible Notes Explained](/academy/convertible-notes-explained.md) | How zero-coupon convertible notes work, why option premiums replace interest, conversion economics, and pricing intuition | You want to understand the financial structure that funds the treasury |

**After completing Advanced →** You're ready for [Convertible Notes](/core-mechanics/convertible-notes.md), [Conversion of Notes](/core-mechanics/conversion-of-notes.md), and the full [Contract Reference](/developers/contract-reference.md).

***

## How the Academy Relates to the Rest of the Docs

```
Academy (learn the concepts)
    ↓
Core Mechanics (understand the protocol)
    ↓
Guides (do things with the protocol)
    ↓
Developer Docs (build on the protocol)
```

The Academy teaches prerequisites. The Core Mechanics pages assume you have them. If you ever hit a term or concept in the docs that you don't recognize, come back here.


---

# 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.ethstrat.xyz/academy/start-learning.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.
