# Introduction

- [What is Crescent?](https://docs.crescent.network/introduction/what-is-crescent.md)
- [Crescent DEX](https://docs.crescent.network/introduction/crescent-dex.md)
- [Market](https://docs.crescent.network/introduction/crescent-dex/market.md)
- [Pool (Liquidity Pool)](https://docs.crescent.network/introduction/crescent-dex/pool-liquidity-pool.md)
- [Position](https://docs.crescent.network/introduction/crescent-dex/position.md)
- [Order-book and Tick system](https://docs.crescent.network/introduction/crescent-dex/order-book-and-tick-system.md)
- [Hybrid DEX](https://docs.crescent.network/introduction/crescent-dex/hybrid-dex.md)
- [Batch Matching](https://docs.crescent.network/introduction/crescent-dex/batch-matching.md)
- [Sequential Matching](https://docs.crescent.network/introduction/crescent-dex/sequential-matching.md)
- [Multi-hop Swap(SlipLess Swap)](https://docs.crescent.network/introduction/crescent-dex/multi-hop-swap-slipless-swap.md)
- [Ranged Liquidity](https://docs.crescent.network/introduction/crescent-dex/ranged-liquidity.md)
- [Comparison with Basic position](https://docs.crescent.network/introduction/crescent-dex/ranged-liquidity/comparison-with-basic-position.md)
- [Liquidity Amplification Factor](https://docs.crescent.network/introduction/crescent-dex/ranged-liquidity/liquidity-amplification-factor.md)
- [Possibility of Change to a Single-Coin position](https://docs.crescent.network/introduction/crescent-dex/ranged-liquidity/possibility-of-change-to-a-single-coin-position.md)
- [Multiple Positions in the Pool](https://docs.crescent.network/introduction/crescent-dex/ranged-liquidity/multiple-positions-in-the-pool.md)
- [Fee](https://docs.crescent.network/introduction/crescent-dex/fee.md)
- [Farming](https://docs.crescent.network/introduction/crescent-dex/farming.md)
- [Current Farming vs Legacy Farming](https://docs.crescent.network/introduction/crescent-dex/farming/current-farming-vs-legacy-farming.md)
- [Market Maker Incentives](https://docs.crescent.network/introduction/crescent-dex/market-maker-incentives.md)
- [MarketMaker Apply / Incentive Claim](https://docs.crescent.network/introduction/crescent-dex/market-maker-incentives/marketmaker-apply-incentive-claim.md)
- [MarketMaker Scoring](https://docs.crescent.network/introduction/crescent-dex/market-maker-incentives/marketmaker-scoring.md)
- [Liquid Staking](https://docs.crescent.network/introduction/liquid-staking.md): Description of Liquid Staking in Crescent
- [Staking vs. Liquid Staking](https://docs.crescent.network/introduction/liquid-staking/staking-vs.-liquid-staking.md)
- [Overview of Staking Rewards](https://docs.crescent.network/introduction/liquid-staking/overview-of-staking-rewards.md)
- [Calculations for Staking Rewards](https://docs.crescent.network/introduction/liquid-staking/calculations-for-staking-rewards.md)
- [Liquid Staking Validator](https://docs.crescent.network/introduction/liquid-staking/liquid-staking-validator.md)
- [Snowball (Liquid AMM)](https://docs.crescent.network/introduction/snowball-liquid-amm.md): Description of Liquid AMM in Crescent
- [Mint & Burn sb-Token](https://docs.crescent.network/introduction/snowball-liquid-amm/mint-and-burn-sb-token.md)
- [Reward Auction](https://docs.crescent.network/introduction/snowball-liquid-amm/reward-auction.md)
- [How to Participate](https://docs.crescent.network/introduction/snowball-liquid-amm/reward-auction/how-to-participate.md)
- [Gas and Fees](https://docs.crescent.network/introduction/gas-and-fees.md)
- [Liquid Governance](https://docs.crescent.network/introduction/liquid-governance.md)
- [Partnership](https://docs.crescent.network/introduction/partnership.md)
- [Crescent Derivatives](https://docs.crescent.network/introduction/crescent-derivatives.md)
- [Crescent DEX (legacy)](https://docs.crescent.network/introduction/crescent-dex-legacy.md)
- [Coin Pair](https://docs.crescent.network/introduction/crescent-dex-legacy/coin-pair.md)
- [Liquidity Pool](https://docs.crescent.network/introduction/crescent-dex-legacy/liquidity-pool.md)
- [Legacy Farming Rewards (LP Incentives)](https://docs.crescent.network/introduction/crescent-dex-legacy/legacy-farming-rewards-lp-incentives.md): This farming rewards was used before Crescent V3.
- [New Farming Rewards (LP Incentives)](https://docs.crescent.network/introduction/crescent-dex-legacy/new-farming-rewards-lp-incentives.md): This farming rewards is being used since Crescent V3.
- [Orderbook and Tick System](https://docs.crescent.network/introduction/crescent-dex-legacy/orderbook-and-tick-system.md)
- [Hybrid DEX](https://docs.crescent.network/introduction/crescent-dex-legacy/hybrid-dex.md)
- [Batch Execution](https://docs.crescent.network/introduction/crescent-dex-legacy/batch-execution.md)
- [Ranged Pools](https://docs.crescent.network/introduction/crescent-dex-legacy/ranged-pools.md)
- [Market Maker Incentives](https://docs.crescent.network/introduction/crescent-dex-legacy/market-maker-incentives.md)
- [MarketMaker Apply / Incentive Claim](https://docs.crescent.network/introduction/crescent-dex-legacy/market-maker-incentives/marketmaker-apply-incentive-claim.md)
- [MarketMaker Scoring](https://docs.crescent.network/introduction/crescent-dex-legacy/market-maker-incentives/marketmaker-scoring.md)
- [Synergy with Crescent Boost](https://docs.crescent.network/introduction/crescent-dex-legacy/synergy-with-crescent-boost.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.crescent.network/introduction.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.
