Savmswap
  • 💡Introduction
    • Comparative Analysis with Traditional Markets
    • Automated Market Maker (AMM) vs Order Book
    • Embracing Permissionless Systems
  • ♟️Protocol Overview
    • ⚒️How Savmswap Works
      • Smart Contracts
      • Core
      • Factory
      • Pairs
      • Periphery
      • Library
      • Router
      • Design Decisions
      • Minimum Liquidity
    • ⛴️Ecosystem Participants
      • Liquidity Providers
      • Traders
      • Developers/Projects
    • 🔬Glossary
    • ⚙️Contract Addresses
  • 🛰️Core Concept
    • Swaps
      • Receiving Tokens
      • Sending Tokens
    • Pools
      • Pool Tokens
      • Why Pools?
    • Staking
      • How to Stake on Savmswap?
      • Staking on Savmswap
      • Fees on Savmswap
    • Flash Swaps
    • Oracles
Powered by GitBook
On this page
  1. Protocol Overview
  2. How Savmswap Works

Factory

The factory contains the essential bytecode that powers the pairs. Its main function is to ensure the creation of a unique smart contract for each distinct token pair. Additionally, it incorporates mechanisms to activate the protocol charge.

PreviousCoreNextPairs

Last updated 1 year ago

♟️
⚒️