Contract
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.
Factory🔁 Router
Serves as the main interface for users to interact with PumpSpace — enabling token swaps and liquidity management.
Router🔄 Pair
Represents a single liquidity pool for a token pair. It manages token reserves and executes swaps at the protocol level.
Pair