> ## Documentation Index
> Fetch the complete documentation index at: https://docs.infinifi.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# RedemptionPool.sol

> Manages the redemption queue

**Purpose:** Manages the FIFO queue for redemption requests when reserves are locked.

## Description

The RedemptionPool maintains orderly redemptions during periods of high demand. It ensures fair, first-come-first-served processing.

## Queue Mechanics

* Requests processed in order of submission
* Funded by: illiquid asset maturities, new deposits, protocol profits
* No MEV advantage — automated systems cannot jump the queue
