stonebornbotHigh-speed NFT mint bot for Ethereum and EVM chains. Use when the user wants to snipe NFT mints, speed-mint collections, set up multi-wallet minting bots, configure mint sniping with pre-signed transactions, or automate NFT minting across multiple wallets. Supports ERC721A, Archetype contracts, Flashbots, war mode gas, WebSocket monitoring, mempool watching, and batch minting with 100+ wallets.
Install via ClawdBot CLI:
clawdbot install Olawoyin206/stonebornbotSub-100ms NFT mint sniping bot with multi-wallet support, pre-signed transactions, and multi-RPC broadcasting.
# 1. Setup
cd scripts && bash setup.sh && cd ..
# 2. Configure
cp assets/config-template.json scripts/config.json
# Edit scripts/config.json with your RPC URLs, contract, wallets, gas settings
# 3. Run (instant mode โ fire immediately)
node scripts/mint-bot.js
# 4. Run (monitor mode โ wait for mint to go live)
node scripts/mint-bot.js --mode monitor
Edit scripts/config.json. Key sections:
{privateKey, label}. See wallet-management.md.instant or monitor), interval, WebSocket/mempool options."mode": "instant")Fire transactions immediately. Use when mint is already live or you know the exact block.
"mode": "monitor")Poll the contract to detect when minting goes live, then fire. Supports:
intervalMs): Check every N ms via staticCalluseWebSocket: true): React on new blocksmempoolWatch: true): Watch pending txs for the mint functionSet mintLiveCheck to "staticCall" or use flagFunction to check a specific view function.
Enable for Archetype contracts requiring invite-based minting with auth keys and Merkle proofs. See archetype.md.
When gas.warMode.enabled is true, the bot auto-escalates gas when the network is congested, capping at configured maximums. See gas-optimization.md.
Supports 200+ wallets with batched signing. Pre-signs all transactions before broadcast. See wallet-management.md.
Use scripts/batch-test.js to test wallet signing speed and RPC connectivity without sending real transactions.
process.hrtime.bigint() for precise measurementGenerated Mar 1, 2026
Users deploy the bot to mint high-demand NFTs immediately upon launch, leveraging sub-100ms speed and multi-wallet support to secure multiple tokens before others. This is ideal for limited-edition drops on Ethereum and EVM chains where early access maximizes resale value.
Operators configure the bot with 100+ wallets to batch-mint NFTs from projects that offer airdrops or rewards, automating the process across multiple addresses to maximize eligibility. This reduces manual effort and ensures consistent timing across all wallets.
For projects using Archetype ERC721a contracts with invite-based minting, users set up the bot with auth keys and Merkle proofs to automate minting as soon as invites become active. This handles complex contract interactions without manual intervention.
During network congestion, users enable war mode gas to auto-escalate gas fees within configured limits, ensuring transactions are prioritized without overspending. This is critical for time-sensitive mints where speed outweighs cost.
To avoid front-running and reduce visibility, users integrate Flashbots Protect relay to submit mint transactions privately, bypassing the public mempool. This enhances success rates in competitive environments like NFT sniping.
Offer the bot as a managed service with monthly subscriptions, providing users with pre-configured setups, support, and updates. Revenue comes from tiered plans based on features like wallet count or gas optimization.
Provide paid consulting services to help clients set up and optimize the bot for specific NFT projects, including contract integration and gas tuning. This targets users lacking technical expertise but with high-value minting needs.
Partner with NFT projects, RPC providers, or wallet services to earn commissions for referrals. Integrate affiliate links into the bot's documentation or config templates to drive user sign-ups and generate passive income.
๐ฌ Integration Tip
Ensure RPC endpoints are reliable and low-latency to maximize broadcast speed; test configurations with batch-test.js before live deployment to avoid failures.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.