MerryForge Protocol Contracts

By MerryForge Team · Reviewed by MerryForge Team · Updated 2026-08-04

Where is the MerryForge launch factory contract?

MerryForge protocol contracts on Robinhood Chain mainnet (chain id 4663) include the Launch Factory, Trade Router, Liquidity Locker, Creator Bond Vault, and source-verified implementation templates. Open each contract on Blockscout to review verified source when available. Community tokens remain high risk regardless of protocol verification.

Summary

  • Launch Factory deploys each launch token and bonding curve
  • Trade Router is the main trade entry for curve and post-grad swaps
  • Implementation addresses are logic templates, not tradable tokens

Addresses below are the live MerryForge protocol deployment on Robinhood Chain mainnet. They come from the same configuration the app uses to create launches and trade.

Source verification on Blockscout means the published Solidity matches the bytecode at that address. It does not audit economic safety of community tokens, guarantee prices, or replace reading risk disclosures.

Robinhood Chain mainnet (chain id 4663). Only contracts with source verified on Blockscout (as of 2026-08-04) are listed. Addresses match the live app configuration.

Core protocol

Primary entry points for launches, trading, LP locks, and creator bonds.

  • Launch Factory

    Source verified

    Creates launch tokens and bonding curves

    Explorer name: MerryForgeLaunchFactory

    0x3b5e8F...b1B9A8
  • Trade Router

    Source verified

    Trade entry for curve and post-grad swaps

    Explorer name: MerryForgeTradeRouter

    0x0913FE...D75e70
  • Liquidity Locker

    Source verified

    Locks official LP after graduation

    Explorer name: MerryForgeLiquidityLocker

    0xe376C2...eD82A4
  • Creator Bond Vault

    Source verified

    Holds and settles creator USDG bonds

    Explorer name: MerryForgeCreatorBondVault

    0x889C30...918f9D

Implementation templates

ERC-1167 logic addresses cloned per launch. These are not tradable tokens.

  • Bonding Curve (impl)

    Source verifiedLogic template

    Bonding-curve logic cloned per launch

    Explorer name: MerryForgeBondingCurve

    0xFd90cf...1676F3
  • Standard Token (impl)

    Source verifiedLogic template

    STANDARD token logic; not a tradable token

    Explorer name: MerryForgeStandardLaunchToken

    0xE6bB58...C8cdD2
  • Burn Token (impl)

    Source verifiedLogic template

    BURN token logic; not a tradable token

    Explorer name: MerryForgeBurnLaunchToken

    0x0cFf5F...61fd79
  • Fee Token (impl)

    Source verifiedLogic template

    FEE token logic; not a tradable token

    Explorer name: MerryForgeFeeLaunchToken

    0x76ED0d...0B838C
  • Rewards Token (impl)

    Source verifiedLogic template

    REWARDS token logic; not a tradable token

    Explorer name: MerryForgeRewardsLaunchToken

    0x3cc335...fe762F
  • Rewards Tracker (impl)

    Source verifiedLogic template

    REWARDS tracker logic clone template

    Explorer name: MerryForgeRewardsTracker

    0x31F813...963777

Frequently asked questions

Where is the MerryForge launch factory contract?+

The Launch Factory address is listed on this page for Robinhood Chain mainnet and links to Blockscout. It is the protocol contract that creates launch tokens and bonding curves. Always confirm the address against this site and the explorer before integrating.

What is the Trade Router?+

The Trade Router is the primary entry contract for curve buys/sells and many post-graduation swaps through MerryForge. Its mainnet address and explorer link are on this page when source-verified.

Are token implementation addresses tradable tokens?+

No. STANDARD, BURN, FEE, REWARDS, bonding-curve, and rewards-tracker implementation addresses are ERC-1167 logic templates. Per-launch tokens and curves are separate clone addresses created by the factory.