👋
Welcome to Astarter
  • Astarter
  • GETTING STARTED
    • Wallets
  • 📃Technical Paper
    • Abstract
    • Preface
    • Introduction
    • 1 Launchpad
      • Open Beta Vision
      • Astarter core features--fixed exchange pool
      • IDO Mechanism
      • Astarter core function--liquidity mining
      • Access to Staking Pool
      • Astarter Core Application: Private Pool & White-lists
      • Launchpool
  • 2 DEX
    • Implementation on the Cardano blockchain
    • AMM
    • Arbitrary Token Trading Pairs
    • Swaps
  • 3 Money Market
  • 4 Tech Service
    • Oracle Machine
  • Conclusion
  • Disclaimer
  • References
Powered by GitBook
On this page
  1. 2 DEX

AMM

Standard formula x*y=k AMM implementations tend to work around issues related to front running with complex sliding curves and maintaining two sets of virtual quantities A-side (x, y) and B-side (x, y). Astarter leverages Cardano eUTXO deterministic behavior and the Plutus Application Framework (PAF) for routing and sequenced transaction driver contracts. This approach alleviates front running and mitigates exposure relating to impermanent loss and price slippage tradeoffs.

PreviousImplementation on the Cardano blockchainNextArbitrary Token Trading Pairs

Last updated 11 months ago