PS-Docs
  • 🚀Hello! PumpSpace
  • PumpSpace
    • 📊Bonding Curve
    • 👫How to Participate?
    • 👑How to Launch?
    • 💵Protocol Fees
    • 💰PumpSpace Reward
  • AquaSpace
    • ⏳Tokenomics
    • 👮‍♂️Audit Report
    • 📖Content Policy
    • 📚Terms and Conditions
  • Contract
    • Token
    • Factory
    • Router
    • Pair
  • 👥 Resources
    • PumpSpace (Website)
    • X (Twitter)
    • Telegram
    • BlueWhale (Website)
    • BlueWhale (Telegram)
Powered by GitBook
On this page
  • 🏗️ Factory
  • 🔁 Router
  • 🔄 Pair

Contract

PreviousTerms and ConditionsNextToken

Last updated 2 months ago

This section introduces the core smart contracts that power PumpSpace. Each contract plays a specific role in enabling token pair creation, liquidity provisioning, and token swaps. For detailed functionality and available methods, refer to the individual contract pages.

🏗️ Factory

Handles the creation and indexing of token pairs and liquidity pools.

🔁 Router

Serves as the main interface for users to interact with PumpSpace — enabling token swaps and liquidity management.

🔄 Pair

Represents a single liquidity pool for a token pair. It manages token reserves and executes swaps at the protocol level.

Factory
Router
Pair