Tucana Developer Docs
  • MoveVM
    • MoveVM Overview
    • Deploying Move Modules
    • Creating Move Coin
    • Sending Move Coin
    • Creating Move NFT
    • Staking Related Modules
    • Interacting with Oracle on MoveVM
    • Move IBC hooks
  • Spot DEX
    • Spot Dex SDK
      • Getting Started
      • Features
        • Query Pool Data
        • Create Pool
        • Query Positions Data
        • Collect Position Reward
        • Collect Position Fee
        • Open position and add liquidity
        • Add Liquidity With Fixed Coin
        • Remove liquidity
    • Router SDK
      • Getting Started
      • Features
        • Find Best Paths
        • Build Router Function
    • Spot Contract
      • Data Structure
      • Feature Available
        • Create Pool
        • Swap and Calculate Swap Result
        • Open Position
        • Add Liquidity
        • Remove Liquidity
        • Collect Fee
        • Collect Reward
        • Close Position
        • Get Position Info
        • Get Tick Info
  • Tucana Block Explorer
  • Testnet Faucet
Powered by GitBook
On this page
  1. Spot DEX
  2. Spot Contract

Feature Available

  1. create pool

    1. create pool

    2. create_pool_with_liquidity_with_all

  2. swap

    1. swap

    2. swap with partner

  3. open position

  4. add liquidity

    1. add liquidity

    2. add liquidity fix coin

  5. remove liquidity

    1. remove liquidity

    2. remove liquidity with option

  6. collect fee

  7. collect reward

  8. close position

PreviousData StructureNextCreate Pool

Last updated 1 year ago