Crescent Docs
  • Introduction
    • What is Crescent?
    • Crescent DEX
      • Market
      • Pool (Liquidity Pool)
      • Position
      • Order-book and Tick system
      • Hybrid DEX
      • Batch Matching
      • Sequential Matching
      • Multi-hop Swap(SlipLess Swap)
      • Ranged Liquidity
        • Comparison with Basic position
        • Liquidity Amplification Factor
        • Possibility of Change to a Single-Coin position
        • Multiple Positions in the Pool
      • Fee
      • Farming
        • Current Farming vs Legacy Farming
      • Market Maker Incentives
        • MarketMaker Apply / Incentive Claim
        • MarketMaker Scoring
    • Liquid Staking
      • Staking vs. Liquid Staking
      • Overview of Staking Rewards
      • Calculations for Staking Rewards
      • Liquid Staking Validator
    • Snowball (Liquid AMM)
      • Mint & Burn sb-Token
      • Reward Auction
        • How to Participate
    • Gas and Fees
    • Liquid Governance
    • Partnership
    • Crescent Derivatives
    • Crescent DEX (legacy)
      • Coin Pair
      • Liquidity Pool
      • Legacy Farming Rewards (LP Incentives)
      • New Farming Rewards (LP Incentives)
      • Orderbook and Tick System
      • Hybrid DEX
      • Batch Execution
      • Ranged Pools
      • Market Maker Incentives
        • MarketMaker Apply / Incentive Claim
        • MarketMaker Scoring
      • Synergy with Crescent Boost
  • Developer Guide
    • CLI and API
      • AMM module
        • CLI Reference
        • API Reference
      • Exchange module
        • CLI Reference
        • API Reference
      • LiquidStaking module
        • CLI Reference
        • API Reference
      • LiquidAmm module
        • CLI Reference
        • API Reference
  • Technical Guide
    • Market Maker
    • Farming Planner
  • Other Information
    • Network Configurations
    • Crescent Design Assets
Powered by GitBook
On this page
  • Checking pool information
  • Making a limit order
  • Making a batch limit order
  • Making a mm limit order
  • Making a mm batch limit order
  • Making a market order
  • Canceling an order
  • Canceling all orders
  • More Informations
  1. Technical Guide

Market Maker

PreviousAPI ReferenceNextFarming Planner

Last updated 1 year ago

Checking pool information

  • CLI

    • All Pools:

    • Pool:

  • API

    • All Pools:

    • Pool:

Making a limit order

  • CLI:

Making a batch limit order

  • CLI:

Making a mm limit order

  • CLI:

Making a mm batch limit order

Making a market order

Canceling an order

Canceling all orders

More Informations

  • For more detailed informations about the amm module and exchange module:

CLI:

CLI:

CLI:

CLI:

https://docs.crescent.network/developer-guide/cli-and-api/amm-module/cli-reference#allpools
https://docs.crescent.network/developer-guide/cli-and-api/amm-module/cli-reference#pool
https://docs.crescent.network/developer-guide/cli-and-api/amm-module/api-reference#allpools
https://docs.crescent.network/developer-guide/cli-and-api/amm-module/api-reference#pool
https://docs.crescent.network/developer-guide/cli-and-api/exchange-module/cli-reference#placelimitorder
https://docs.crescent.network/developer-guide/cli-and-api/exchange-module/cli-reference#placebatchlimitorder
https://docs.crescent.network/developer-guide/cli-and-api/exchange-module/cli-reference#placemmlimitorder
https://docs.crescent.network/developer-guide/cli-and-api/exchange-module/cli-reference#placemmbatchlimitorder
https://docs.crescent.network/developer-guide/cli-and-api/exchange-module/cli-reference#placemarketorder
https://docs.crescent.network/developer-guide/cli-and-api/exchange-module/cli-reference#cancelorder
https://docs.crescent.network/developer-guide/cli-and-api/exchange-module/cli-reference#cancelallorders
AMM module
Exchange module