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

# Advanced Topics

These pages go beyond day-to-day usage into how the protocol's markets operate and how the on-chain order book is engineered. Nothing here is required to lend or borrow — but if you're evaluating the protocol's design, integrating against it, or just curious, this is the good part.

## Market operations

* [**Itayose: Fair Price Discovery**](/fixed-rate-lending/advanced-topics/itayose.md) — the opening auction that prices every new market
* [**Market Listing & Delisting**](/fixed-rate-lending/advanced-topics/market-listing-and-delisting.md) — how assets join and leave the platform

## Safety mechanisms

* [**Circuit Breaker**](/fixed-rate-lending/advanced-topics/circuit-breaker.md) — per-block price limits that blunt manipulation and flash-loan attacks
* [**Base Price Adjustment**](/fixed-rate-lending/advanced-topics/base-price-adjustment.md) — duration-aware minimum collateral requirements
* [**Emergency Global Settlement**](/fixed-rate-lending/advanced-topics/emergency-global-settlement.md) — the last-resort shutdown that returns user funds

## Engineering

* [**Orderbook Deep Dive**](/fixed-rate-lending/advanced-topics/orderbook-deep-dive.md) — why a full on-chain order book is hard, and the three techniques that make it economical: [Red-Black Trees](/fixed-rate-lending/advanced-topics/orderbook-deep-dive/red-black-tree.md), [Lazy Evaluation](/fixed-rate-lending/advanced-topics/orderbook-deep-dive/lazy-evaluation.md), and [Genesis Value & Compound Factor](/fixed-rate-lending/advanced-topics/orderbook-deep-dive/genesis-value-and-compound-factor.md)

## Finance background

* [**APR vs APY**](/fixed-rate-lending/advanced-topics/apr-vs-apy.md) — why the protocol quotes APR, and how to compare rates across venues
