Permanent File Storage
Upload files to Arweave (permanent storage) and mint NFTs with watermark verification, automated royalties, and cross‑chain claiming.
Mint Cost: ~($5 USD) + gas + file size Pay with ETH, WETH, or USDC on Unichain
Every file gets a unique watermark stored on‑chain for legal verification and copyright protection.
mapping(bytes32 => uint256) public watermarkHashToTokenId;
function verifyWatermark(bytes32 hash) returns (tokenId, isMatch);5% creator royalties enforced on all secondary sales, distributed automatically.
uint256 public creatorRoyaltyBasisPoints = 500;
function royaltyInfo() returns (receiver, royaltyAmount);Mint on Unichain (L2), claim your NFT on Ethereum (L1) – fast, cheap, and secure.
Mint on L2 → Merkle proof → Claim on L1Upload to Arweave for permanent storage.
Pay with ETH, WETH, or USDC on Unichain.
Receive your NFT on Ethereum Mainnet with full verification.