Wallets
Paste one private key per line. Kept in server memory for this run only — never written to disk, never sent anywhere but your own machine.
Network
Collection
Use my own OpenSea API key (needed if auto-key is rate-limited)
This calls OpenSea's official public API — not a private endpoint. An instant free key is fetched automatically; if that's rate-limited (429), expand "Use my own key" above and paste one from docs.opensea.io/reference/api-keys. It handles stage selection (public/FCFS/allowlist) server-side, so it works even for signature-gated stages this tool otherwise can't build on its own.
Gas
You pay base fee + tip, never more than your max fee ceiling. The node also requires your wallet hold gasLimit × maxFee + mint value upfront — a high ceiling with a thin wallet gets rejected before firing. For scheduled fires, nonce/balance are prefetched ~10s early so the live gas estimate is the only round-trip left at fire time.
Fire
Scheduled fires run in the server process itself — the browser tab does not need to stay open. Keep the terminal running and the machine awake until it fires.
Stuck transaction?
Sponsored multi-wallet (EIP-7702)
Sponsor pays gas for every loaded wallet; each wallet still pays its own mint price from its own balance. UNAUDITED contracts — test on a testnet first. Deploy once per chain: SPONSOR_KEY=0x... node src/deploy-sponsor.js <chainKey>