DDDX.io
  • ✍️About DDDX
  • πŸ•ΉοΈCore Features
  • πŸ†Roadmap
  • πŸ’«Algorithm Advantages
  • Tokenomics
    • 🎁Launch Event
    • 🎯Tokenomics
      • Launch Plan on BNB Chain
      • Launch Plan on Ethereum
    • πŸ“ŠEmission Plan
    • πŸ“”Contracts
  • Getting Started
    • πŸ”„Swap
    • πŸ”Liquidity
    • πŸ•Vest
    • πŸ™‹β€β™€οΈVote
    • 🍬Rewards
    • 🧾Whitelist
    • 🀝Partner Program
  • Others
    • πŸ“‹Tutorials
    • πŸ”Analysis
    • πŸ‘₯DDDX Community
Powered by GitBook
On this page
  • Similarities
  • Algorithm Advantages
  • Comparison

Algorithm Advantages

PreviousRoadmapNextLaunch Event

Last updated 3 years ago

Similarities

Compatible with all standard features introduced by Uniswap V2, including:

  • Lazy LP management

  • Fungible LP positions

  • Chained swaps to route between pairs

  • PriceCumulativeLast that can be used as external TWAP

  • Flashloan proof TWAP

  • Direct LP rewards

Algorithm Advantages

  • 0 upkeep 30 minute TWAPs. This means no additional upkeep is required, you can quote directly from the pair

  • Fee split. Fees do not auto accrue, this allows external protocols to be able to profit from the fee claim

  • New curve: X3βˆ—Y+Y3βˆ—X=KX^3*Y +Y^3*X = KX3βˆ—Y+Y3βˆ—X=K, which allows efficient stable swaps。

Quoting:

y = (sqrt((27 a^3 bx^2 + 27 ab^3 x^2)^2 + 108 x^12) + 27 a^3 bx^2 + 27 ab^3 x^2) ^(1/3)/(3 2^(1/3) x) - (2^(1/3) x^3)/(sqrt((27 a^3 bx^2 + 27 ab^3 x^ 2)^2 + 108 x^12) + 27 a^3 bx^2 + 27 ab^3 x^2)^(1/3)

  • Routing through both stable and volatile pairs

  • Flashloan proof reserve quoting

Comparison

terms
other DEXs
DDDX

Openess

closed

open

Fees

converted

base assets

Incentives

liquidity mining

emission incentives

AMM Curve

1

2

slippage

low

near 0

fees rate

high

very low

Cmpatibility

low

high

Capital efficiency

low

high

Bribe

NO

YES

πŸ’«