Obsidian for Memecoin Launchers
A memecoin launch is decided in the first block. Obsidian creates the token on
Pump.fun and submits your own buy wallets in the same Jito bundle as the create
instruction, so the launch lands whole or it does not land at all.
What the launch path actually does
- Creates the token and packs your buy wallets into a single Jito bundle.
- Uses an Address Lookup Table to fit three buyer wallets per transaction inside the 1232 byte Solana packet ceiling.
- Refuses the launch outright if no Jito endpoint accepts the bundle, rather than falling back to sequential sends that a sniper can sit between.
- Spreads the remaining wallets across the blocks immediately after the launch block.
- Disperses SOL through intermediate hops so the buy wallets do not all trace back to one funder on holder analysis tools.
What it does not do
It does not promise a price, a market cap or a buyer. Nothing here makes a token
succeed. The tooling only controls the mechanics of the launch: who is in the
first block, how the wallets are funded, and how the position is closed.
Where to go next
Open the Obsidian app