# Hybird LP Model

AX uses a hybrid liquidity model that combines on-chain guarantees with off-chain efficiency. Deposits and redemptions—covering stablecoins and the AMLP/AHLP vaults—are executed through smart contracts to preserve transparency and user protection, while off-chain components support performance and operational scalability where appropriate.

#### On-chain + Off-chain Design

AX’s liquidity system is built to keep the LP experience simple without sacrificing verifiability:

* **On-chain execution and auditability:** Core actions are enforced by smart contracts, and key interactions can be independently verified on-chain.
* **Off-chain efficiency:** Off-chain modules help manage complexity and improve throughput, enabling a smoother user experience while maintaining clear, rules-based behavior.

#### Liquidity Pool Stability & Protection

To reduce unnecessary churn and protect LPs during periods of volatility, AX applies a **Time Lock** on LP exits. This mechanism is designed to:

* discourage frequent in-and-out behavior that can destabilize pool performance,
* reduce negative externalities on long-term participants, and
* maintain fair, predictable liquidity conditions for the broader market.

Critical parameters related to liquidity operations are governed by transparent rules, with safeguards (including time-delayed changes where applicable) to ensure consistent and accountable system behavior.


---

# 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.antarctic.exchange/technical-framework/hybird-lp-model.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.
