Cross-Chain NFT Mint Tool
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Cross-Chain NFT Mint Tool is a tool that lets you mint NFTs on a destination chain while paying mint fees with tokens from the source chain in a single transaction. Instead of manually bridging payment tokens and then minting the NFT on the destination chain, this tool combines both steps into one operation. It reads your token balances, NFT mint eligibility, mint costs, and collection metadata, then constructs and submits the cross-chain mint transaction. It provides a preview of the NFT collection, mint fee, quantity, destination chain, and eligibility before you execute, enabling efficient and transparent cross-chain NFT minting.
HOW TO USE
Connect your EVM wallet via the BGWallet bridge. Enter the bridge contract address, the NFT collection address on the destination chain, and the token you want to use for payment (leave blank for native token). Specify the mint fee amount, the destination chain ID, the number of NFTs to mint, and optionally the metadata URI. Click "Preview Mint" to see the bridge contract, NFT collection, mint fee, quantity, destination chain, and mint eligibility. Review the details carefully — ensure you have sufficient balance and that the mint is eligible. Click "Mint NFT" to sign and broadcast the transaction. The tool provides a transaction hash for tracking and shows the mint status.
TECHNICAL MECHANISM
The tool reads the mint eligibility from the NFT collection contract using view functions like `mintEligible(address)` or `canMint(address)`. It fetches the mint cost using `mintPrice()` or `getMintFee()`. When executing, the tool first approves the bridge contract to spend the payment tokens (if not native), then calls the bridge contract's cross-chain mint function — typically `mintNFT` or `crossChainMint` — with the collection address, mint fee, destination chain, quantity, and metadata. The bridge contract then bridges the payment tokens and triggers the mint on the destination chain. The entire operation is atomic — if any step fails, the transaction reverts. The tool estimates gas using `estimateGas` and displays the estimated cost before execution.
WHAT IT CANNOT SEE
This tool cannot guarantee that the NFT will be minted successfully on the destination chain if the bridge network fails or the collection's mint conditions change before the transaction is processed. Mint eligibility may depend on factors like time, supply, or whitelist status that can change between preview and execution. The tool also cannot predict changes to the bridge network, such as congestion or delays, that may affect the mint execution time and cost. Additionally, the tool cannot verify that the NFT collection is legitimate or that the metadata URI is accessible. Always verify the mint conditions and ensure the NFT collection is from a trusted source. This tool is an aid for cross-chain minting, not a guarantee that the NFT will be minted.
PLEASE NOTE
EVM chains only. This tool relies on the BGWallet connector and will not function on Solana, Tron, Starknet, SUI, TON, Aptos, Bitcoin, Cosmos, or XRP. The user is responsible for ensuring the supplied bridge contract address is correct and that the contract supports cross-chain mint functions. The payment token must be approved for transfer to the bridge contract if not native. Always verify the mint eligibility and ensure you have sufficient balance before executing.