On-Chain Game Item Fusion 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
The On-Chain Game Item Fusion Tool enables you to fuse game items on-chain, combining multiple components to create more powerful or higher-rarity items. You specify the fusion contract address, recipe ID, and quantity to fuse. The tool reads the recipe details — the resulting item, quantity per fusion, fusion fee, active status, and rarity level. It checks your inventory for the required components and displays whether you have sufficient resources. If everything is ready, it executes the fusion transaction, consuming components, paying the fee, and minting the fused items to your inventory.
HOW TO USE
Connect your EVM wallet and select your network. Enter the fusion contract address and the recipe ID for the item you want to create. Specify the quantity to fuse. Click "Preview fusion" to see the recipe details, required components, your current inventory quantities, the fusion fee, and the rarity level of the result. The tool will show whether you have enough components. If components are sufficient, click "Fuse items" to execute the fusion transaction. Progress is shown in real-time, and gas costs are calculated accurately using effectiveGasPrice.
ONE TECHNICAL SECTION — THE REAL MECHANISM
The tool interacts with a game fusion contract that manages item fusion recipes and player inventories. The getRecipe() function returns the result item address, quantity per fusion, fee, active status, and rarity level for a given recipe ID. The getRecipeComponents() returns arrays of component addresses and required amounts. The getPlayerInventory() returns the player's current inventory as arrays of item addresses and quantities. The fuse() function consumes the required components from the player's inventory, transfers the fusion fee (in native currency), and mints the fused items to the player's inventory. Rarity levels are typically numeric (0-5) corresponding to Common, Uncommon, Rare, Epic, Legendary, and Mythic — higher rarity items generally have better stats or attributes. This provides a transparent and engaging way for players to upgrade their items.
WHAT IT CANNOT SEE
The tool cannot predict item value or guarantee fusion outcome randomness. It does not evaluate the market value of the fused items, the rarity distribution, or the profitability of fusion. It cannot detect if the fusion contract has been modified or if the recipe parameters have changed. It does not provide financial advice or ensure that fusion is beneficial. The tool also cannot recover components if the fusion transaction fails — ensure you have sufficient gas and the contract is functioning correctly.
PLEASE NOTE
This tool is EVM-only and supports Ethereum, Goerli, Sepolia, Optimism, Arbitrum, Polygon, and Base. It does not support Solana, Tron, Starknet, SUI, TON, Aptos, Bitcoin, Cosmos, or XRP. Fusion fees are paid in native currency (ETH). The fused items are minted to your inventory — you may need to approve the contract to transfer items if the game uses ERC-1155 or ERC-721 tokens. Always verify the fusion contract address and recipe details before executing. The tool is provided free and as-is; users assume full responsibility for their fusion decisions.