Transparency
Contracts, custody, fees — all on-chain
Every contract that touches a Forager launch is verified on Robinhood Chain Blockscout. Nothing is upgradable, no owner can touch curve reserves or LP, and every fee schedule is immutable per launch.
$FORAGER
The reference launch
Live on the bonding curve. Verified contracts. Graduates at ~3.48 ETH raised (~$50,000 MC) into a permanently-burned DEX pool. Trade $FORAGER →
Token
0xd2ab…FB09 ↗BondingCurve
0x8a00…67a1 ↗
Aggregators
Why GMGN flags Forager but not Flap / Pons
This is not a honeypot and not a team allocation. On-chain creatorAllocationBps = 0. The difference vs hood.fun / Flap / Pons is how GMGN classifies the factory:
- · GMGN has integrated Flap, Flapstock, Klik, and Noxa/Pons on Robinhood Chain — those tokens get launchpad progress, curve MC, and fair-launch treatment in Trenches.
- · Forager's LaunchFactory is not on that list, so GMGN treats launches as unknown ERC-20s. The bonding-curve contract still holding ~98% inventory is scored as “insiders / phishing / Top10 100%” instead of bonding-curve progress.
- · Pre-graduation there is also no Uniswap pair, so DexScreener / GMGN show $0 MC and $0 liquidity until graduation (~$50,000 MC) seeds a locked pool.
Spot pricing, holders, and volume live on forag3r.app and Blockscout. Token list with logos: forag3r.app/tokens.json.
Manual step: get Forager whitelisted on GMGN
- Post in t.me/gmgnai and/or tag @gmgnai asking to add Forager as a Robinhood Chain launchpad (same treatment as Flap / Pons).
- Include this packet: site https://forag3r.app; factory 0xa788c5cc77e9a93cae11d65167c007137103624a; official $FORAGER 0xd2ab52678e483fddb2FcfE1cb138b9059520FB09; curve 0x8a005D717743178798826e7b0D7EAe26c49767a1; chain id 4663; docs https://forag3r.app/docs/transparency.
- Optional: also ping t.me/gmgnagentapi if web support redirects you to the agent/API channel.
There is no public “submit launchpad” form — GMGN adds platforms manually. Until they do, every Forager launch will keep looking “risky” on GMGN even though the contracts are fair-launch (0% team allocation, renounced mint/freeze, immutable fees).
Current launchpad (new launches)
Graduation target ≈ 3.478260868998109639 ETH real quote (~$50,000 MC at $3k ETH). Every new $TICKER on Robinhood Chain routes through this set.
- LaunchFactorySolidity 0.8.28 · exact-match verified0xa788…624a ↗
- FeeVaultSolidity 0.8.28 · exact-match verified0x1ff0…e7b2 ↗
- MigrationManagerSolidity 0.8.28 · exact-match verified0x1233…1ba3 ↗
- UniswapV2AdapterSolidity 0.8.28 · exact-match verified0x51b9…34d1 ↗
- PermanentLpLockerSolidity 0.8.28 · exact-match verified0x1cd8…e0e9 ↗
Legacy launchpad (superseded factory)
Pre-$50k-MC deployment with an immutable 85 ETH graduation target. Official $FORAGER (0xd2ab…FB09) launched on the current factory above — not this set. An earlier twin launch 0x540B…aE71 / curve 0x68E0…60b0 remains on the legacy factory. Factory contracts cannot be upgraded.
- LaunchFactorySolidity 0.8.28 · exact-match verified0xe1cd…672b ↗
- FeeVaultSolidity 0.8.28 · exact-match verified0xe353…dcb0 ↗
- MigrationManagerSolidity 0.8.28 · exact-match verified0x228e…e228 ↗
- UniswapV2AdapterSolidity 0.8.28 · exact-match verified0xa177…77e1 ↗
- PermanentLpLockerSolidity 0.8.28 · exact-match verified0x02b3…7c4f ↗
Custody
- · Fixed supply minted once; no post-launch mint authority
- · No freeze, blacklist, pause, or transfer-tax hook on the token
- · Creator cannot withdraw curve or AMM principal — ever
- · Sells stay permissionless in every non-terminal phase (exit preservation)
- · Virtual reserves are pricing-only, never held as liquidity
- · LP is burned to
0x…dEaDon graduation — no key can withdraw it - · All economic parameters (fees, graduation, supply caps) are immutable per factory
Fees
- Create: 0 (gas / rent only)
- Curve trades — 1.25% total per buy / sell (0.95% protocol + 0.3% creator default; creator can pick 0 – 3% at launch and it's locked forever)
- Graduation: flat 0.015 ETH one-time when the curve seeds the DEX pool
- Creator earnings withdrawal: 5% (hard-capped at 10%, immutable per factory)
Fees push to the on-chain FeeVault inside every trade. See About → Fees for the full schedule.
Chain
- Network
- Robinhood Chain (Arbitrum Orbit L2, EVM)
- Chain ID
- 4663
- RPC
- https://rpc.mainnet.chain.robinhood.com
- Explorer
- robinhoodchain.blockscout.com ↗
- Native gas
- ETH
npm run curve:compile (solc 0.8.28, optimizer 200, viaIR, evm paris) and verified via npm run curve:verify:robinhood. Re-run the same command to reproduce the exact-match bytecode.