📚
Duality Documentation
  • What is Duality?
  • Concepts
    • AMMs and Orderbooks
    • Liquidity Pools
    • Ticks
    • TickLiquidity
      • Pool Reserves
        • Fees
      • Limit Order Tranches
    • Liquidity Iteration
    • Swaps
    • Overview
  • Module Documentation for Developers
    • DEX Module
      • Transaction Messages
        • Deposit
        • Withdrawal
        • MultiHop Swap
        • Place Limit Order
        • Cancel Limit Order Message
        • Withdraw Filled Limit Order
      • Queries
  • Dictionary
  • Advanced Concepts
    • Replicating Market Makers
    • Shared Liquidity
  • User Interface
Powered by GitBook
On this page
  1. Module Documentation for Developers

DEX Module

Documentation on the DEX for Developers

PreviousModule Documentation for DevelopersNextTransaction Messages

Last updated 1 year ago

The DEX (Decentralized Exchange) module holds the core functionality for token swaps, limit orders, and liquidity provisioning. It was built with composability in mind as it should be as easy as possible to build peripheral modules and applications around it.

Contents

  1. : background on what's being implemented

  2. : supported message types

  3. : logic for requesting information

Concepts
Messages
Queries