# Welcome to Celestium Liquidity & Staking

## New in V2

There are three primary ways to provide capital: the primary **Liquidity Pool** and existing legacy staking pools (**Conservative** and **Dynamic**). Providing liquidity is now structured as a bilateral smart-contract arrangement between the provider and independent game operators.

## Liquidity Pool

The Liquidity Pool is the primary infrastructure for new capital provision. It uses an O(1) gas-efficient cumulative accounting model. By depositing tokens, you provide liquidity for independent operators to run games while earning a share of the house edge and fees.

## Conservative Staking

A low-risk option allowing users stake their tokens in pools with predetermined terms and conditions. This type of staking offers predictable and stable returns over time.

Note: Existing conservative pools remain active until their scheduled end dates, but new participation is handled through the Liquidity Pool.

## Dynamic Staking

A higher-risk, higher-reward option where the staking conditions and returns can fluctuate based on the pool's performance and other factors.

Note: Existing dynamic pools remain active until their scheduled end dates, but new participation is handled through the Liquidity Pool.

## Benefits of Staking at Celestium

1. **Great returns** — long-term profit backed by mathematical advantage.
2. **Enhanced Security:** Your investment is as secured as your wallet private key, there is no third party that affects security of the contract.
3. **Flexibility:** You can choose between conservative and dynamic staking depending on your investment strategy.

## Getting Started

1. **Connect Wallet:** Ensure your wallet is connected to the Celestium platform.
2. **Acquire Pass NFT:** All protocol interactions, including providing liquidity, require holding a soulbound membership Pass NFT.
3. **Choose Pool:** Select the primary Liquidity Pool for new deposits or manage existing legacy positions.
4. **Provide Tokens:** Follow the instructions to deposit your CELT tokens into your chosen pool.

For detailed guidelines and terms, explore the specific sections for [Conservative Staking](#conservative-staking), [Dynamic Staking](#dynamic-staking), and [Liquidity Pool Manual](/staking-manual/user-manual/liquidity-pool-manual.md).


---

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