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

| Overview

AMM

HyperSwap’s core product is automated market makers (AMM).

Automated market makers are a form of decentralized exchange (DEX) that give users the ability to make on-chain trades without interfacing with an order book, which are often inefficient and can be manipulated (spoof orders) for longer tail assets and on higher-latency chains.

This means that instead of matching buy and sell orders, trades are executed against liquidity pools.

AMM protocols accomplish this by pricing deposited liquidity against specific preset curves, available at any time of the day.

Due to this automation, traders can easily access liquidity for a broad range of assets while liquidity providers can earn trading fees on positions they deposit permissionlessly into an AMM.

PS : A liquidity pool consists of pairs of tokens (e.g., ETH/USDC), which users supply to the platform. In return, they earn a portion of the trading fees from the pool as compensation for providing liquidity.

HyperSwap will support a variety of AMM types, including:

Full range:

xβˆ—y=kx*y=kxβˆ—y=k

PreviousHow to Bridge on HyperEVM ?NextLiquidity Pool

Last updated 2 months ago

🌐