Documentation

ansempad docs

Launchpad + autonomous holder airdrop agent for $ANSEMPAD and any token you deploy.

What is ansempad?

ansempad is a Solana launchpad. Launch a Pump.fun token with a managed agent wallet as creator — then 100% of trading fees buy back the token and airdrop to eligible holders.

No team wallet. No LP deposits. Hold the token, get more tokens proportional to your balance every cycle.

The cycle

1. Claim — the agent collects accumulated creator fees from pump.fun.

2. Snapshot — scan token holders; exclude pools, vaults, LP, and the deployer.

3. Buyback — use claimed SOL to buy the token on the bonding curve or via Jupiter.

4. Airdrop — distribute bought tokens proportionally to every eligible holder wallet.

Every step is an on-chain transaction logged to the public agent feed.

Launch your token

Go to /launch, connect Phantom or Solflare, upload metadata, and deploy.

The launch flow sets the agent wallet as token creator so fees flow automatically.

Your token gets its own page at /tokens/[mint] with live agent stats.

Run the agent

Official token: run the agent locally (PM2) or via Vercel Cron on /api/cron/cycle.

Set AGENT_PRIVATE_KEY, MINT_ADDRESS, RPC_URL, and DATABASE_URL in .env.

Environment

.env.example
# Website
NEXT_PUBLIC_SITE_URL=https://ansempad.lol
DATABASE_URL=
NEXT_PUBLIC_RPC_URL=

# Agent
AGENT_PRIVATE_KEY=
MINT_ADDRESS=
RPC_URL=
MIN_HOLDING=0
MAX_HOLDING=0
CRON_SECRET=