> For the complete documentation index, see [llms.txt](https://asterialabs-1.gitbook.io/asteriafi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://asterialabs-1.gitbook.io/asteriafi/genesis/penalty.md).

# Penalty

### Withdrawal Penalty & Liquidity Alignment <a href="#withdrawal-penalty-and-liquidity-alignment" id="withdrawal-penalty-and-liquidity-alignment"></a>

AsteriaFi is engineered for sustainable, structural yield generation. To achieve this, the protocol aligns the interests of liquidity providers with the operational cycles of our quantitative strategies. The **Early Withdrawal Penalty** is a core mechanism designed to protect the protocol's Assets Under Management (AUM) and the integrity of our strategies from the costs associated with short-term capital volatility.

***

#### 1. Rationale: The 40-Day Strategy Cycle <a href="#id-1.-rationale-the-40-day-strategy-cycle" id="id-1.-rationale-the-40-day-strategy-cycle"></a>

Our core strategies—including Delta-Neutral Basis Trading and Statistical Arbitrage—require a specific time horizon to realize their full alpha potential. The 40-day window is not a "lock-up," but a "maturity phase" based on three critical factors:

1. **Execution Protection:** Opening and closing large hedging positions in perpetual futures markets incurs real-world execution costs, such as exchange fees and slippage. The penalty ensures these costs are borne by the exiting party rather than being socialized across long-term holders, protecting the yield of loyal participants.
2. **Strategy Maturity:** Funding rate cycles and arbitrage opportunities manifest over time. A 40-day window provides the "Quant Engine" with the necessary time to generate the "Real Yield" required to back the USDa token's value and offset initial setup costs.
3. **Anti-Mercenary Capital:** By discouraging "hot money" or mercenary capital that seeks to exploit short-term yield spikes, AsteriaFi maintains a stable liquidity base. This stability allows our market-making algorithms to operate with higher efficiency and lower risk.

***

#### 2. Linear Decay Penalty Structure <a href="#id-2.-linear-decay-penalty-structure" id="id-2.-linear-decay-penalty-structure"></a>

AsteriaFi utilizes a **Linear Decay** model. The penalty rate decreases as the asset's "holding age" increases, rewarding users for their patience and alignment with the protocol’s long-term vision.

| Holding Duration  | Penalty Rate  | Strategic Significance                                     |
| ----------------- | ------------- | ---------------------------------------------------------- |
| **1 – 10 Days**   | **2.0%**      | Covers initial hedging setup and entry execution costs.    |
| **11 – 30 Days**  | **1.0%**      | Buffer against mid-cycle liquidity fluctuations.           |
| **31 – 40 Days**  | **0.5%**      | Final phase as strategy-driven alpha begins to mature.     |
| **After 40 Days** | **0% (Free)** | **Full Maturity.** Zero-fee access to principal and yield. |

*Note: Holding duration is calculated with second-level precision from the initial Deposit Timestamp to the Withdrawal Request Timestamp.*

***

#### 3. Fee Redistribution & Ecosystem Sustainability <a href="#id-3.-fee-redistribution-and-ecosystem-sustainability" id="id-3.-fee-redistribution-and-ecosystem-sustainability"></a>

AsteriaFi does not treat withdrawal penalties as a primary profit center for the core team. Instead, these fees are recycled back into the ecosystem to ensure long-term health:

* **Protocol Insurance Fund:** A portion of the fees is allocated to the treasury to act as a buffer against extreme market volatility or unexpected funding rate inversions.
* **Long-term Staker Rewards:** Penalty fees are redistributed to USDa stakers, effectively boosting the APR for those who provide "sticky liquidity" to the protocol.
* **Fairness Protocol:** This mechanism ensures that the "Time-Weighted Value" of capital is respected, creating a fair and predictable environment for all AsteriaFi participants.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://asterialabs-1.gitbook.io/asteriafi/genesis/penalty.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.
