BubbleFi (prev Monadex )
  • 🟣BubbleFi
    • Introduction
    • Overview
    • The Monad Take Over
  • 📦Features
    • Full Range AMM
      • Core
      • Our Additions
        • A Mev-Resistant Solution
        • Fee Tiers
        • Multi-Asset Swap
        • Single Token Liquidity
    • Raffle
    • BubbleFi Campaigns
    • Governance
    • Bubble XP Campaign
    • Airdrops
  • V1 and V2
    • The Fine Line
  • 📘USER GUIDE
    • Adding and Withdrawing Liquidity
    • Swapping Tokens
      • Multi-asset Swaps
      • Simple Swaps
      • Mev-Resistance Shield
    • Participating in Raffle
    • Creating Token Campaigns
    • Using Flash Swaps and Flash Loans
  • 📜CONTRACTS
    • BubbleFi V1
  • 🤝CONTRIBUTE
    • Contribute to BubbleFI
  • 🔗REFERENCES
    • Terms of use
    • Brand Kit
    • Socials
    • Multisig
  • Contact us
    • Talk with the Team
    • Partnership Inquiries
Powered by GitBook
On this page
  1. Features
  2. Full Range AMM
  3. Our Additions

Multi-Asset Swap

Swap one for two or more assets, or vice-versa

PreviousFee TiersNextSingle Token Liquidity

Last updated 2 months ago

Multi-asset swap is centered around pools built with at least one LP token from other BubbleFi bubble pools. LP tokens of other BubbleFi pools can be registered as supported tokens, which will allow creation of multi-asset pools.

Multi-asset pools can be classified based on their degree.

  • Degree 1: These pools hold at least one LP token type. For example, Monad <=> USDC LP token + BAT token pool allows swapping out Monad <=> USDC LP tokens by providing some BAT. Degree 1 pools can also include LP token + LP token pools which can hold virtually a maximum of 4 assets.

  • Degree 2: These pools are built with LP tokens of degree 1 BubbleFi bubble pools, and can support a maximum of virtually 8 tokens per pool.

Generalizing, degree N pools can be created with LP tokens of degree N - 1 pools, and can support virtually a maximum of

2(N+1) assets2^{(N+1)} \text{ assets}2(N+1) assets

However, BubbleFi will only support degree 1 pools at launch.

📦
Multi Asset Swap Schema