# Liquidity Pool Terms

Providing tokens to the Liquidity Pool constitutes a bilateral smart-contract arrangement between the provider and independent game operators utilizing the protocol infrastructure. This is not a collective investment managed by the Company.

## Core Protocol Constants

* **Lock Period:** All deposits are subject to a mandatory 80-week lock duration before the principal can be withdrawn.
* **Minimum Deposit:** 10K CELT
* **Sync Epochs:** Profits and losses are distributed every 4 weeks. The synchronization window occurs every 4th Thursday between 12:00 and 24:00 UTC.
* **Safety Limits:** The pool enforces a 5% daily drawdown cap on reserves and a 50% loss threshold circuit breaker that halts betting if capital is critically depleted.
* **Ownership Representation:** Every deposit mints a soulbound "Celestium Liquidity Position" (CLP) NFT, which serves as the single source of truth for shares and rewards.
* **Governance Power:** Participation in the pool grants voting power in the DAO LLC, derived directly from the amount of deposited native tokens and capped at 5% per address to prevent whale domination.


---

# 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.celestium.digital/staking-manual/staking-terms/liquidity-pool-terms.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.
