NFT Collaboration Royalty Split Deployer
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 NFT Collaboration Royalty Split Deployer is a focused EVM tool that lets a group of contributors or co-creators formalize revenue sharing for a single NFT. It reads the current NFT contract ownership, royalty information (ERC-2981 if available), token metadata, and ENS reverse records to present a clear preview. You then specify the split recipients and their basis-point shares, deploy a dedicated split contract, and transfer the NFT ownership to that contract — all in a single, auditable transaction flow.
HOW TO USE
Connect your EVM wallet (MetaMask, WalletConnect, or any BGWallet-compatible bridge) and select the target network. Paste the NFT contract address and the token ID you wish to split. Enter each collaborator's address and their basis-point share (e.g., 5000 for 50%), ensuring the total sums to 10,000 (100%). Optionally name the split contract for easier reference. Click "Preview & review" to verify the NFT ownership, approval status, and the recipient distribution. Once confirmed, click "Deploy split & transfer NFT" — the tool deploys a lightweight splitter contract, transfers the NFT to it, and emits a deployment event for on-chain provenance.
ONE TECHNICAL SECTION — THE REAL MECHANISM
Unlike generic "airdrop" tools that batch-send tokens to a list, this deployer creates a new split contract per NFT. The contract is minimal, non-upgradeable, and holds only the NFT itself. It implements a fixed split using basis points, with no admin keys or ownership functions — the split terms are immutable once deployed. The tool checks ownership via ERC-721's ownerOf and verifies operator approval via isApprovedForAll before signing the transfer. If approval is missing, it surfaces a clear warning, allowing the user to approve beforehand. The deployment transaction bundles the splitter creation and the NFT transfer in a single atomic operation — either both succeed or neither does, preventing orphaned NFTs or deployed contracts with no assets.
WHAT IT CANNOT SEE
The tool cannot verify off-chain collaboration agreements, email trails, or oral promises. It does not enforce payment of royalties to original creators beyond what the split contract itself enforces on-chain. It cannot detect or prevent front-running or malicious approval transactions. It does not audit the NFT contract for vulnerabilities, nor does it ensure that the NFT has a valid royalty standard. It also cannot retroactively split already-transferred NFTs.
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. Always confirm the split percentages and recipient addresses before deploying — the split contract is immutable after deployment. The tool is provided free and as-is; users assume full responsibility for the accuracy of the input data and the legality of their collaboration agreements.