# Advanced Topics

## Overview

This section covers advanced concepts and mechanisms of the Fixed-Rate Lending Protocol that build upon the core functionality. These topics provide deeper insights into how the protocol maintains stability, handles edge cases, and implements sophisticated economic mechanisms.

## What You'll Learn

* How Market Dynamics like Auto-Rolling and Itayose price discovery work
* How the On-Chain Orderbook is implemented using Red-Black Tree data structures
* How Safety Measures like Circuit Breaker protect the protocol
* How Zero-Coupon Bond Collateral functions within the system
* Advanced economic concepts like APR vs. APY and Discount Factors

## Key Components

* [**Market Dynamics**](https://docs.secured.finance/fixed-rate-lending/advanced-topics/market-dynamics): Advanced features like Auto-Rolling and Itayose price discovery
* [**Orderbook Deep Dive**](https://docs.secured.finance/fixed-rate-lending/advanced-topics/orderbook-deep-dive): Technical implementation of the on-chain orderbook
* [**Safety Measures**](https://docs.secured.finance/fixed-rate-lending/advanced-topics/safety-measures): Protective mechanisms like Circuit Breaker
* [**ZC Bond Collateral**](https://docs.secured.finance/fixed-rate-lending/advanced-topics/zc-bond-collateral): Using Zero-Coupon Bonds as collateral
* [**Economic Concepts**](https://docs.secured.finance/fixed-rate-lending/advanced-topics/apr-vs-apy): Advanced financial concepts like APR vs. APY and Discount Factors

## Related Resources

* [Core Mechanics](https://docs.secured.finance/fixed-rate-lending/core-mechanics)
* [FAQs](https://docs.secured.finance/fixed-rate-lending/faqs)
