# Liquidity Pool (V2)

## Technical Features

* **Share Pricing**: Uses an "effective balance" that adds back claimed rewards to ensure fair share value for new depositors.
* **Position NFTs**: Every deposit mints an ERC721 "Celestium Liquidity Position" (CLP) NFT representing ownership.
* **Risk Protection**: Enforces a 5% daily drawdown limit on reserves and a 50% loss threshold circuit breaker that halts betting if the pool balance drops too low.


---

# 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/smartcontracts-description/liquidity-pool-v2.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.
