Active developmentFeedback welcome — X (@forag3rApp)

Loading Solana

Transparency

Contracts, custody, fees — all on-chain

Addresses and claims on this page come from the canonical deployment registry. Source-verified means Blockscout source matches bytecode. Recognized launchpad means a third party has integrated the factory. Audited requires a published firm report — Forager has an internal review only.

$FORAGER

The reference launch

Live on the bonding curve. Graduates at ~3.48 ETH raised (~$50,000 MC) into a Uniswap V2 pool with LP burned to 0x…dEaD. Trade $FORAGER

Supply split

Why the curve holds ~80% of supply

At launch the fixed supply is minted once into the BondingCurve:

  • · 80% curve inventory — public sell-side inventory for buyers. This is not team or insider allocation.
  • · 20% AMM reserve — held on the same curve contract until graduation seeds the DEX.
  • · Creator allocation: 0 bps (exactly zero).

Scanners that do not recognize the Forager factory often score the curve balance as “insider concentration.” That is a classification gap, not a hidden mint.

Aggregators

Why GMGN may flag Forager launches

Competing launchpads receive fair-launch treatment because their factories are integrated. Forager's factory is not yet on that list. Repository changes improve verifiable safety; they cannot whitelist Forager on GMGN or any other scanner.

  1. Paste the packet from docs/integrations/gmgn.md into t.me/gmgnai.
  2. Point integrators at /api/integrations/launchpad.

Safety properties

  • · Fixed supply minted once; no post-launch mint
  • · No freeze, blacklist, token owner, proxy, or transfer tax
  • · Creator cannot withdraw curve reserves or LP
  • · Sells cannot be paused (exit preservation)
  • · Admin may only emergency-pause new creates and buys — never sells, migrations, or claims
  • · LP is burned to 0x000000000000000000000000000000000000dEaD on graduation
  • · External firm audit: none published. An internal adversarial review lives in docs/bonding-curve-security-audit.md.

Admin powers

Platform admin: 0x937b…2978. Fee collector: 0x2db7…aD51.

  • setCreatePaused: Emergency pause of new LaunchFactory.createLaunch calls. Cannot: pause sells; pause migrations; pause fee claims; withdraw curve reserves; withdraw LP; mint tokens; change fees; upgrade contracts.
  • setBuysPaused: Emergency pause of curve buys platform-wide. Cannot: pause sells; pause migrations; pause fee claims; withdraw curve reserves; withdraw LP; change fees.
  • setMigrationManager: One-time wiring of MigrationManager; permanently frozen after. Cannot: change manager after first set; call migrate; redirect LP.

Current launchpad (new launches)

Factory 0xA788c5cc77E9A93cAE11d65167C007137103624a. Deployment revision 2026-07-18T22:56:44.000Z (block 13355973). Graduation target ≈ 3.48 ETH (~$50,000 MC).

  • LaunchFactorySolidity · source verified on Blockscout (explorer match)
    0xA788…624a
  • FeeVaultSolidity · source verified on Blockscout (explorer match)
    0x1FF0…e7b2
  • MigrationManagerSolidity · source verified on Blockscout (explorer match)
    0x1233…1bA3
  • UniswapV2AdapterSolidity · source verified on Blockscout (explorer match)
    0x51B9…34d1
  • PermanentLpLockerSolidity · source verified on Blockscout (explorer match)
    0x1cd8…e0e9

Legacy launchpad (deprecated)

Superseded 2026-07-18T22:56:52.616Z. Official $FORAGER is on the current factory. Twin legacy token 0x540B… / curve 0x68E0… remains valid but is not used for new launches.

Fees (immutable per factory)

  • Create: 0 (gas only)
  • Curve trades — 1.25% default (0.95% protocol + 0.3% creator default; creator picks 0–3% at launch)
  • Graduation: flat 0.015 ETH
  • Creator withdrawal: 5%

For integrators

Chain ID 4663 · RPC https://rpc.mainnet.chain.robinhood.com · Explorer robinhoodchain.blockscout.com

Re-verify core contracts with npm run curve:verify:robinhood. Operational health: npm run launchpad:health.