Every launch stamped with its dev's ZK-verified tier. Filter by Elite. Skip the ruggers.
Anon wallet, ZK-verified identity, color-coded rep. Build your track record on-chain.
Vouchpump wraps pump.fun launches with ZK-verified dev reputation. You get pump.fun's liquidity + graduation flow. Plus a color-coded trust badge that lives with your wallet forever.
Wallet signed into Vouchpump. Any existing reputation NFT on the human behind that wallet is auto-loaded.
One-time humanity proof (≈90s). Generates a nullifier that binds reputation to YOU, not your wallet.
We submit your launch via the pump.fun bonding curve, stamped with your current tier badge on-chain.
Post-launch metrics auto-score. Clean launches → higher tier → lower fees. Rugs → permanent ban.
Launches still use pump.fun's bonding curve + Raydium graduation. We add the reputation layer. Pump.fun handles the liquidity.
// 1. Connect + check existing reputation
const wallet = await phantom.connect();
const rep = await vouchpump.getRep(wallet);
// 2. Generate ZK humanity proof (one-time)
if (!rep.hasNullifier) {
await vouchpump.verifyHuman();
}
// 3. Check rug registry (ZK-excl proof)
const clean = await vouchpump.checkRegistry(wallet);
if (!clean.ok) throw new RuggerBlocked();
// 4. Launch via pump.fun + stamp tier
const mint = await vouchpump.launch({
name: "$MYMEME",
ticker: "MYMEME",
tier: rep.tier, // stamped on metadata
via: "pumpfun", // routes through PF
});
// 5. Live at pump.fun/<mint> + vouchpump.fun/<mint>
console.log(mint.pumpfunUrl, mint.vouchpumpUrl);We wrap pump.fun. Tier badges + rug registry are our signer-attested data layer. Real ZK circuits ship in v2.
Free public query endpoint. Wallet trackers, aggregators, bots plug in. Every platform shows our tier badges.
Semaphore + Noir for humanity + exclusion proofs. Vouchpump bonding curve launches, reduces dependence on pump.fun.
Rug registry expands to Base + BSC + ETH. $VOUCH becomes THE universal anon-dev reputation primitive.
The rug registry is a public good. Free tier always. Plug Vouchpump tier badges into your tracker, aggregator, or bot in 5 minutes.
// Response (200 OK)
{
"wallet": "7xKX...2vP9",
"tier": "purple",
"tier_color": "#F59E0B",
"handle": "@VouchedDev#4A7F",
"launches": 5,
"rugs": 0,
"avg_peak_mcap": 412000,
"best_hit": 2100000,
"fee_tier": "0.25%",
"nullified": false,
"verified_at": "2026-04-24T08:12:00Z"
}Every fee is transparent on-chain. 20% of platform revenue is auto-routed to $VOUCH buyback + burn.
Platform ships first. $VOUCH follows 2 weeks later via pump.fun fair launch — proving product before token.
Platform launches soon. $VOUCH follows 2 weeks later. Join the waitlist for first-access to Elite-tier perks.