# Market Dynamics

## Overview

Market Dynamics in the Fixed-Rate Lending Protocol encompass the mechanisms that facilitate efficient price discovery, market transitions, and continuous operation. These features ensure that the protocol can adapt to changing market conditions while maintaining stability and predictability.

## What You'll Learn

* How Auto-Rolling enables continuous investment without manual intervention
* How new markets are listed and delisted in an orderly fashion
* How Itayose price discovery ensures fair pricing when new markets open
* How market transitions are managed to maintain liquidity

## Key Components

* [**Auto-Rolling**](/fixed-rate-lending/advanced-topics/market-dynamics/auto-rolling.md): The mechanism that automatically reinvests funds at maturity
* [**Market Listing and Delisting**](/fixed-rate-lending/advanced-topics/market-dynamics/new-market-listing-and-delisting.md): The process for introducing new markets and retiring old ones
* [**Itayose Price Discovery**](/fixed-rate-lending/advanced-topics/market-dynamics/new-market-listing-and-delisting/itayose-fair-price-discovery.md): The algorithm for determining fair prices when new markets open

## Related Resources

* [Orderbook Deep Dive](/fixed-rate-lending/advanced-topics/orderbook-deep-dive.md)
* [Safety Measures](/fixed-rate-lending/advanced-topics/safety-measures.md)
* [Core Mechanics](/fixed-rate-lending/core-mechanics.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/market-dynamics.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.
