# DeFi University

- [Introduction](https://docs.snowball.network/defi-university/introduction.md)
- [1st Year Courses](https://docs.snowball.network/defi-university/1st-year-courses.md)
- [FN 101 - Decentralized Finance](https://docs.snowball.network/defi-university/1st-year-courses/fn-101-decentralized-finance.md)
- [FN 102 - Wallets](https://docs.snowball.network/defi-university/1st-year-courses/fn-102-wallets.md)
- [FN 103 - Block Explorers](https://docs.snowball.network/defi-university/1st-year-courses/fn-103-block-explorers.md)
- [FN 104 - Tokens](https://docs.snowball.network/defi-university/1st-year-courses/fn-104-tokens.md)
- [FN 106 - Gas Fees](https://docs.snowball.network/defi-university/1st-year-courses/fn-106-gas-fees.md)
- [YF 111 - Lending Markets](https://docs.snowball.network/defi-university/1st-year-courses/yf-111-lending-markets.md)
- [YF 121 - Liquidity Pools](https://docs.snowball.network/defi-university/1st-year-courses/yf-122-liquidity-pools.md)
- [GV 141 - DAOs](https://docs.snowball.network/defi-university/1st-year-courses/gv-141-daos.md)
- [EX 151 - Spotting Scams](https://docs.snowball.network/defi-university/1st-year-courses/ex-151-spotting-scams.md)
- [2nd Year Courses](https://docs.snowball.network/defi-university/2nd-year-courses.md)
- [FN 205 - Bridges](https://docs.snowball.network/defi-university/2nd-year-courses/fn-205-bridges.md)
- [FN 207 - Apps vs Dapps](https://docs.snowball.network/defi-university/2nd-year-courses/fn-207-apps-vs-dapps.md)
- [FN 209 - Avalanche](https://docs.snowball.network/defi-university/2nd-year-courses/fn-209-avalanche.md)
- [FN 222 - DEXs](https://docs.snowball.network/defi-university/2nd-year-courses/fn-221-dexs.md)
- [FN 231 - Stablecoins](https://docs.snowball.network/defi-university/2nd-year-courses/fn-231-stablecoins.md)
- [GV 242 - Voting Mechanisms](https://docs.snowball.network/defi-university/2nd-year-courses/gv-242-voting-mechanisms.md)
- [YF 261 - Auto-Compounding](https://docs.snowball.network/defi-university/2nd-year-courses/yf-261-auto-compounding.md)
- [EX 271 - NFTs](https://docs.snowball.network/defi-university/2nd-year-courses/ex-271-nfts.md)
- [EX 272 - The Metaverse](https://docs.snowball.network/defi-university/2nd-year-courses/ex-272-the-metaverse.md)
- [EX 281 - DeFi Composability](https://docs.snowball.network/defi-university/2nd-year-courses/ex-281-defi-composability.md)
- [3rd Year Courses](https://docs.snowball.network/defi-university/3rd-year-courses.md)
- [FN 308 - Consensus Mechanisms](https://docs.snowball.network/defi-university/3rd-year-courses/fn-308-consensus-mechanisms.md)
- [YF 312 - Folding](https://docs.snowball.network/defi-university/3rd-year-courses/yf-312-folding.md)
- [FN 317 - Infinite Approvals](https://docs.snowball.network/defi-university/3rd-year-courses/fn-317-infinite-approvals.md)
- [YF 323 - Impermanent Loss](https://docs.snowball.network/defi-university/3rd-year-courses/yf-323-impermanent-loss.md)
- [EX 325 - Single-Asset vs LP Strategies](https://docs.snowball.network/defi-university/3rd-year-courses/ex-325-single-asset-vs-lp-strategies.md)
- [YF 362 - Liquid Staking](https://docs.snowball.network/defi-university/3rd-year-courses/yf-362-liquid-staking.md)
- [4th Year Courses](https://docs.snowball.network/defi-university/4th-year-courses.md)
- [YF 424 - LP Math](https://docs.snowball.network/defi-university/4th-year-courses/yf-424-lp-math.md)
- [YF 425 - One-Sided Stable LPs](https://docs.snowball.network/defi-university/4th-year-courses/yf-425-one-sided-stable-lps.md)


---

# 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.snowball.network/defi-university.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.
