Overview

Merge Markets is powered by smart contracts that handle everything from creating incentive markets to executing secure, permissionless token merges.

The Merge system is designed with transparency, composability, and security in mind. It consists of the following core smart contract:


1. IncentiveMarketFactory

  • Deploys and tracks all active incentive markets.

  • Allows token communities to create merge proposal parameters.

  • Emits key events like market creation and market close.

  • Handles merge logic and reward distribution.

  • Enforces merge type rules (e.g., Swap & Burn vs Burn Only).

  • Designed to be lightweight and upgradeable.

  • Responsible for securely burning tokens (child or mother) during a merge.

  • Supports both direct burn and swap-then-burn flows.

  • Ensures burn actions are permissionless and auditable.

  • Integrates with DEX routers (e.g., PancakeSwap, Uniswap, BaseSwap) to handle swaps during a Swap & Burn flow.


⚠️ All contracts are auditable.


Last updated