🦭
Seacows AMM Docs
  • 🦭Introduction
  • SeaCows User Guide
    • Basic Function Guide
      • Link Wallet Login
      • Select Network
      • Enter The Swap Pool
      • Wallet Approve
      • Trading Settings
    • Main Function Guide
      • Buy NFTs
      • Sell NFTs
      • Deposit Liquidity
      • Earn Swap Fees
      • Withdraw Liquidity
      • Create Pool
  • FAQ(Frequent Ask Questions)
    • After I deposit the NFT, can I still withdraw the NFT I originally deposited?
    • What types of NFTs does the Seacows AMM protocol support on Ethereum?
    • Does the Seacows NFT swap support the creation of AMM pools using ERC-20 tokens?
  • Seacows NFT AMM Protocol
    • Seacows Protocol Overview
    • User Flow
      • Deposit
      • Swap
      • Withdraw
    • Speedbump
    • Algorithms and Models
    • Core System Diagrams
  • Use Cases
    • Arbitrageurs
    • 👽NFT Traders
    • 🎮Gaming
    • 🦄NFT Creators
    • 📈DeFi
  • Contract Addresses
    • ⟠ Ethereum Goerli (ETH)
    • Ethereum Mainnet
      • Blast L2
    • Solana
    • Hyperliquid
    • Seacows NFT collection
  • Technical Reference
    • Overview
    • Core
      • SeacowsERC721TradePair
        • SeacowsPairMetadata
        • Fee structure
        • SeacowsRewarder
        • SeacowsComplement
      • SeacowsPositionManager
        • FeeManagement
        • SeacowsERC3525
        • NFTRenderer
        • SeacowsFactory
    • Periphery
    • Glossary
  • Audit
  • Legal
    • Protocol license agreement
    • Terms of Use
    • Privacy Policy
Powered by GitBook
On this page
  1. Seacows NFT AMM Protocol

Algorithms and Models

TBD

Seacows AMM utilizes an x*y=k algorithm model based on Uniswap V2's design principles, with specific optimizations for NFT transactions. A notable feature is the integerization of NFTs, meaning that whether users are trading NFTs, or adding or removing NFT liquidity in the pool, NFTs are processed in whole numbers.

This algorithm enhances the efficiency and fairness of NFT transactions while ensuring continuity and liquidity in the exchange process. On the Seacows AMM platform, each NFT and ERC-20 token swap pool uses this model to dynamically calculate the price of NFTs. This calculation takes into account the current supply of ERC-20 tokens and NFTs in the pool, as well as market dynamics, ensuring that the prices of NFTs reflect changes in supply and demand in real time. As a result, NFT prices are automatically adjusted with each transaction, maintaining timely price updates and sensitive market responsiveness.

The dynamic pricing mechanism provides a more flexible and transparent market environment for NFT trading. Users can rely on the price mechanisms on the Seacows AMM platform, ensuring that their trades are based on the latest market information. This is our secret source we will reveal later!

PreviousSpeedbumpNextCore System Diagrams

Last updated 10 months ago