Quick Start

Get up and running with NFTPulse in under 5 minutes. This guide walks you through the entire flow from sign-in to your first mint.

1 Sign In

Go to nftpulse-app.xyz and click Sign in with Discord. You need the beta tester role in our Discord server to access the app.

NFTPulse login screen
The login page — authenticate with your Discord account

2 Create a Wallet Group

Navigate to Wallets in the top nav. Click + New Group to create a wallet group. Give it a descriptive name (e.g. "azuki-mint", "animechain-farm").

Empty wallet groups page
The Wallets page — click "+ New Group" to get started

Then click + Add on the group card and select Generate. Enter the number of wallets you want (up to 10,000) and confirm.

Wallet group with 5 wallets
A wallet group with 5 generated wallets — showing addresses, labels, and balances per chain
Important: After generating wallets, click Export to save the private keys. This is your only chance to back them up. Losing keys means losing access to those wallets forever.

3 Fund Your Wallets

Go to ToolboxDistribute tab. Select your wallet group, choose the chain (any EVM chain), paste your mother wallet private key (the wallet that holds the funds), and set the amount per wallet.

Toolbox distribute panel
The Distribute panel — select group, chain, enter private key and amount per wallet

Click DISTRIBUTE. The bot sends tokens to each wallet sequentially with optimized nonce management. For 100 wallets, this takes about 10-15 seconds.

Your private key is never stored. The mother wallet private key is only used in-memory for the operation and discarded immediately after.

4 Execute a Mint

Go to the Mint page. Configure your mint:

  1. Select your wallet group and chain
  2. Paste the contract address — the bot auto-detects the ABI and mint function
  3. Or paste a transaction hash in "Load from TX" to auto-fill everything
  4. Set the price per unit and choose a gas strategy
  5. Optionally enable Smart Retry to simulate before sending
  6. Click MINT ALL
Mint Bot interface
The Mint Bot — contract address, load from TX, gas strategy (Eco/Normal/Fast/Turbo), Smart Retry toggle, and schedule option

5 Drain Everything Back

After minting, go to ToolboxDrain tab. Select your wallet group, chain, and paste your destination wallet address.

Toolbox drain panel
The Drain panel — transfers all NFTs and native tokens from every wallet to your destination

Click Scan Balances to preview the total, then DRAIN ALL. The bot detects all NFTs, transfers them via safeTransferFrom, then sweeps remaining native tokens — all in one operation.


That's it! You've completed a full mint cycle. Make sure to read the Safety & Best Practices page for important security guidelines.