# Core Mechanics

## Overview

The Fixed-Rate Lending Protocol introduces a variety of innovative features that enable users to efficiently lend and borrow assets at fixed rates for fixed terms. These core mechanics work together to ensure the stability, security, and usability of the protocol.

## What You'll Learn

* How the Order Book System facilitates fixed-rate lending and borrowing
* How Zero-Coupon Bonds are used to represent lending and borrowing positions
* How collateralization protects the protocol from defaults
* How liquidation mechanisms maintain system solvency
* How standardization ensures predictable market behavior

## Key Components

* [**Order Book System**](/fixed-rate-lending/core-mechanics/order-book-system.md): The on-chain system that matches lenders and borrowers
* [**Standardization**](/fixed-rate-lending/core-mechanics/standardization.md): The standardized components ensuring interoperability
* [**Collateralization**](/fixed-rate-lending/core-mechanics/collateralization.md): The process of securing loans with collateral
* [**Tokenization**](/fixed-rate-lending/core-mechanics/tokenization.md): The representation of lending positions as transferable tokens
* [**Liquidation**](/fixed-rate-lending/core-mechanics/liquidation.md): The mechanism for handling undercollateralized positions
* [**Protocol Fees**](/fixed-rate-lending/core-mechanics/protocol-fees.md): The fee structure supporting the protocol's long-term sustainability

## Related Resources

* [System Overview](/fixed-rate-lending/overview.md)
* [Advanced Topics](/fixed-rate-lending/advanced-topics.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/core-mechanics.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.
