The whole thing in 30 seconds
AllEyes lets you launch a coordinated set of memecoins on pump.fun. You pick a starting template (an attention market, a gamified collection, or a blank canvas), tweak whatever you want, decide whether to sign every transaction yourself or let the bot do it, and AllEyes handles the rest.
Pick a starting template
Three presets. Pick whichever is closest to what you want — every parameter inside is editable. Click between them to see the example structure each one ships with.
One hub coin for the event, a roster of contenders that compete for trading attention. Volume from every contender feeds the hub through buy & burn.
- hub1 main coin for the event
- roster10 contenders, equal weight
- fee flowsubs → hub via buy & burn
- creator cut20%
- scheduleall live at event start
These are starting values. You can change every percentage, cadence, tier, and roster size before you launch — and most of them while live too.
Templates aren't constraints. An attention market can have tiers; a gamified collection can have a top-N payout; custom can be anything. The presets just decide what you start with.
Two ways to sign
Pick how much you want to do yourself. The economics, the schedule, and the mechanics work the same in both — only the signing is different.
- ●AllEyes builds the tx, you sign it in Phantom
- ●Your keys never leave your device
- ●You keep 100% of creator rewards on your tokens
- ●Run mechanics yourself or with your own bot
- ●Bot signs every tx · you choose the dev buy size
- ●Fund the bot wallet at 0.05 SOL/token
- ●Set what slice of creator fees you keep · the rest funds the loop
- ●Withdraw your share to your own wallet anytime
What does it cost?
Self-managed mode costs you only what Phantom would pay anyway — a few thousandths of a SOL per transaction. Bot-managed mode needs you to fund the bot wallet up front. The base quote is 0.05 SOL per token: that covers the create instruction, a small dev buy (up to 0.045 SOL), all tx + priority fees, and rent for the new accounts. Bigger dev buys add on top.
The first 0.05 SOL/token covers the create instruction, the dev buy (up to 0.045 SOL), tx + priority fees, and rent for the new token accounts. Anything unused is yours.
Your buys at launch. You receive the tokens.
Tx fees, priority fees, rent. Unused → withdrawable.
Extra buffer when the dev buy is small. Withdrawable too.
Project hierarchy
Every AllEyes project is a tree. At the top, the project. Under it, the hub token. Then the roster of sub-tokens. At the bottom, holders.
In gamified mode each sub-token also carries a tier. The tier sets the reward multiplier when AllEyes scores hub holders.
Who actually gets paid?
Whatever template you started from, you pick how the reward pool gets split. Click between the four rules — same holders, very different outcomes.
| holder | balance | tier | weight | payout | |
|---|---|---|---|---|---|
| alice | 1,200,000 | ×4 | 51.4% | 5.136 SOL | |
| bob | 850,000 | ×2 | 18.2% | 1.819 SOL | |
| carol | 650,000 | ×2 | 13.9% | 1.391 SOL | |
| frank | 180,000 | ×4 | 7.7% | 0.770 SOL | |
| dan | 420,000 | ×1 | 4.5% | 0.449 SOL | |
| erin | 240,000 | ×1 | 2.6% | 0.257 SOL | |
| grace | 90,000 | ×1 | 1.0% | 0.096 SOL | |
| helen | 50,000 | ×1 | 0.5% | 0.054 SOL | |
| iris | 20,000 | ×1 | 0.2% | 0.021 SOL | |
| jay | 5,000 | ×1 | 0.1% | 0.005 SOL |
Top-N is a natural fit for attention markets but works for anything. Weighted with tier multipliers fits gamified collections but isn't required. Threshold is good for filtering dust holders out.
Creator rewards & withdrawals
Pump.fun pays the token's creator a share of trading fees in SOL. In self-managed mode they land directly in your wallet — done. In bot-managed mode they land in the bot wallet, where AllEyes keeps a per-creator ledger so each owner can only withdraw what's theirs.
You configure how much of the creator-fee revenue you keep when you create the project. The rest funds the loop (buy & burn, rewards, lp). Whatever's set aside as "your cut" accumulates in the ledger above.
A trade on any of your sub-tokens generates a creator fee on pump.fun.
On the next cadence tick the bot calls collectCreatorFee for each token.
Your share is credited to your row in the bot wallet's internal ledger.
Withdrawing your rewards
Paste your wallet address, click withdraw. AllEyes refuses any withdrawal that doesn't go to the wallet currently signed in. No address other than yours can pull from your balance, and no other balance can be reached from your account.
Click-through walkthrough
Six phases of a launch, with the actual console output AllEyes produces. Click any step in the rail to jump to it.
Open the launch wizard. No wallet required at this stage — you're just describing the project on disk.
$ aleyes new✓ name = $DRAGON✓ theme = lore✓ accent = #7cf6c0✓ wallet.mode = managed✓ hub = $DRGN · 'Dragon'schedule = waves(4 ⨯ 360min)buyburn = on · keep 50% · every 6hsnapshot = on · pay 25% · every 24htiers = on (1× / 2× / 4×)$
What the bot actually does
The bot is a single process that drains the job queue. It claims a job, executes one transaction, writes an audit row, and reschedules the next tick.
Every signed transaction is logged with its on-chain signature. Holders can verify burns, payouts, and withdrawals directly on Solana.
Operating notes
- Always test against devnet first. Pump.fun has a devnet deployment for integration testing.
- In bot-managed mode the bot process must be running. If it's down, jobs queue up and nothing fires until it's back.
- Free public RPCs will rate-limit holder scans. Use a paid RPC (Helius, Triton, QuickNode) in production.
- Pump.fun's program ships minor changes occasionally. When that happens you may need a worker restart with the updated SDK.
- Mechanics ticks reschedule themselves. If you change a cadence on a live project, the next tick uses the new value.
Glossary
- attention market
- Starting template: 1 hub coin + a roster of contenders. Volume from each contender feeds the hub. All defaults editable.
- gamified collection
- Starting template: 1 hub coin + a roster with rarity tiers. Holders earn by the rarest token they own. All defaults editable.
- custom
- Blank canvas. No preset — pick the roster, the distribution rule, the schedule, the splits.
- self-managed
- You sign every launch in your own wallet. AllEyes only builds the tx.
- bot-managed
- AllEyes generates a bot wallet. You fund it once, the bot signs everything.
- dev buy
- Your initial buy on each token at launch. You pick the size. You receive the tokens.
- creator fee
- A share of every trade on pump.fun, paid in SOL to the token's creator.
- creator cut
- The slice of creator fees you keep for yourself. The rest funds the loop.
- distribution rule
- How the reward pool is split: flat, weighted, top-N, or threshold.
- weighted
- Payout proportional to balance × tier multiplier.
- top-N
- Only the top N rosters or holders share the pool.
- threshold
- Only holders above a minimum balance are paid.
- entitlement check
- AllEyes only signs a withdrawal to the wallet currently signed in.