Aftermath
  • Aftermath
    • About Aftermath Finance
      • What are we building?
  • Getting Started
    • Creating an account
      • zkLogin
        • Removing a zkLogin account
      • Sui Metamask Snap
      • Native Sui wallets
    • Dynamic Gas
    • Navigating Aftermath
      • Interacting with your Wallet
      • Viewing your Portfolio
      • Changing your Settings
      • Bridge
      • Referrals
  • Trade
    • Smart-Order Router
      • Agg of Aggs
      • Making a trade
      • Exact Out
      • Fees
    • DCA
      • Why should I use DCA
      • How does DCA work
      • Tutorials
        • Creating a DCA order
        • Monitoring DCA progress
        • Advanced Features
      • Fees
      • Contracts
  • Limit Orders
    • Contracts
    • Fees
  • Pools
    • Constant Function Market Maker
      • Tutorials
        • Depositing
        • Withdrawing
        • Creating a Pool
      • Fees
      • Contracts
      • Audit
  • Farms
    • Afterburner Vaults
      • Tutorials
        • Staking into a Farm
        • Claiming Rewards
        • Unstaking
        • Creating a Farm
      • Architecture
        • Vault
        • Stake Position
      • Fees
      • FAQs
  • Liquid Staking
    • afSUI
      • Tutorials
        • Staking
        • Unstaking
      • Architecture
        • Packages & Modules
        • Entry Points
      • Fees
      • FAQs
      • Contracts
      • Audit
  • Perpetuals
    • Aftermath Perpetuals
      • Tutorials
        • Creating an Account
        • Selecting a Market
        • Creating a Market Order
        • Creating a Limit Order
        • Maintaining your Positions
      • Architecture
        • Oracle Prices
        • Margin
        • Account
        • Trading
        • Funding
        • Liquidations
        • Fees
  • GameFi
    • NFT AMM
      • Architecture
        • Fission Vaults
        • AMM Pools
      • Tutorials
        • Buy
        • Sell
        • Deposit
        • Withdraw
      • Sui Overflow
  • Our validator
    • About us
  • Developers
    • Aftermath TS SDK
      • Utils
        • Coin
        • Users Data
        • Authorization
      • Products
        • Prices
        • Router
        • DCA
        • Limit Orders
        • Liquid Staking
        • Pools
        • Farms
    • Aftermath REST API
      • Authorization
  • Egg
    • About Egg
  • Legal
    • Terms of Service
    • Privacy Policy
  • Languages
    • 中文
    • 한국어
  • Links
    • X
    • Telegram
    • Discord
    • Github
    • Medium
    • Aftermath Validator
Powered by GitBook
On this page
  • Pools of up to 8 assets
  • Arbitrary weights
  • LP Tokens
  • Price discovery
  • Permissionless creation
  1. GameFi
  2. NFT AMM
  3. Architecture

AMM Pools

The second core component of our GameFi infrastructure is the NFT AMM itself. A modification of our existing Pools architecture, it inherits many of its unique features which provide even more freedom for builders. Key attributes of the NFT AMM pools include:

Pools of up to 8 assets

Unlike most AMM pools which can only trade pairs, our AMM supports up to 8 assets in a single pool. This is particularly interesting for gaming, as pooling multiple assets together will directly affect their relative values, creating interesting supply and demand effects within the game.

Arbitrary weights

Each asset with the pool can have any weight so long as they all add up to 100. A pool with two assets at equal weights, or up to 8 all at different weights, is possible.

LP Tokens

NFT AMM pools may emit an LP token if desired. These LP tokens can be freely traded, staked into a farm, or used in whatever way the pool creator wishes to allow them to be used.

Price discovery

The NFT AMM provides an alternative method of price discovery for NFTs beyond the typical marketplace model. Like any standard AMM for coins, these pools can be used to swap from one asset to another, and also allow anyone to speculate on a collection and earn fees from trading activity by providing liquidity.

Permissionless creation

Anyone can create an NFT AMM pool for any collection they wish.

PreviousFission VaultsNextTutorials

Last updated 1 year ago