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

## Related Resources

* [Core Mechanics](/fixed-rate-lending/core-mechanics.md)
* [FAQs](/fixed-rate-lending/faqs.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.secured.finance/fixed-rate-lending/advanced-topics.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.
