HyperSwap Docs
  • 🔎| HyperSwap
  • 🔗| Official Links
  • ❓| How to Start ?
    • Create a Wallet
    • How to Bridge on HyperEVM ?
  • PROTOCOL CONCEPTS
    • 🌐| Overview
    • 🏊Liquidity Pool
      • AMM Standard Liquidity Position
      • Concentrated Liquidity Position
      • ⚡Single Asset ZAP
    • 📐| Constant Factor AMM
    • 💲| Dynamic Fees
    • ✉️| Partner Referral
  • Points
    • 💎| Point Program
  • Token Design
    • ⛏️| Liquidity Mining
    • 🔄| Conversion and Redemption
    • 🤝| Revenues Sharing Model
    • 💰| Protocol Earnings
    • 🔥| Deflationary mechanisms
  • TOKENS
    • 🪙| $SWAP
    • 🔓| $xSWAP
  • Contracts
    • 📜| Hyper EVM
      • V2
      • V3
      • 🧰Tools
    • 📜| Testnet
      • V2
      • V3
    • 🖨️| Integrations
      • ⏯️Templates & Use Cases
      • 🏃Quick Start
        • V2
          • Swap with V2
          • Add liquidity with V2
          • Functions
        • V3
          • Swap with V3
        • Single Asset ZAP
          • Provide Liquidity With V2
          • Provide Liquidity With V3
          • Functions
  • REFERENCES
    • | Audits
    • 📖| Glossary
    • 🎨| Media Kit
Powered by GitBook
On this page
  1. PROTOCOL CONCEPTS

Liquidity Pool

In Hyperswap, a liquidity pool is a smart contract that holds two different assets and enables users to swap between them instantly, without relying on traditional order books.

Our Automated Market Maker (AMM) ensures that trades can occur at any time, provided there is sufficient liquidity.

Each liquidity pool is composed of two tokens, and the relative price between these tokens is determined automatically by the pool’s reserves according to specific mathematical formulas.

Liquidity providers (LPs) deposit equal values of both tokens into a pool, and in return, they earn a share of the fees generated from trades within that pool.

Hyperswap supports two types of liquidity provisioning:

• AMM Standard Liquidity Position: Based on the Uniswap V2 model, liquidity is distributed across the entire price curve.

• Concentrated Liquidity Position: Based on the Uniswap V3 model, liquidity providers can define custom price ranges for their liquidity, maximizing capital efficiency.

Previous| OverviewNextAMM Standard Liquidity Position

Last updated 26 days ago

🏊