> ## 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.

# UnwindingModule.sol

> Handles the unbonding process

**Purpose:** Manages the unbonding countdown and multiplier decay for locked positions.

## Description

When users initiate unbonding, the UnwindingModule:

1. Starts the countdown timer
2. Gradually decays the time-multiplier
3. Releases iUSD when the period completes

## Cancellation

Users can cancel unbonding at any time to:

* Retain their full time-multiplier
* Continue earning illiquid yields
* Must restart unbonding process if they want to unlock later
