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.
Implementation templates
ERC-1167 logic addresses cloned per launch. These are not tradable tokens.
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.