MoveMint is a Web3 platform on Mantle where dancers use AI motion capture to mint their dance moves as NFTs, enabling true ownership, built in royalties, and seamless monetization of choreography onch
MoveMint is a full stack Web3 and AI powered platform built on the Mantle Network (Sepolia Testnet) that transforms dance and human movement into verifiable, monetizable onchain assets. The project addresses the lack of ownership, attribution, and monetization for choreographers whose work is often copied and redistributed without credit or compensation.
The application is developed using Next.js 16 with TypeScript and Tailwind CSS, delivering a modern, high performance, creator first interface. Users connect through MetaMask with automatic Mantle network detection. The entire experience runs in the browser, lowering barriers to entry and removing the need for specialized hardware.
At the core of MoveMint is an AI motion capture pipeline powered by TensorFlow.js pose estimation models. The system detects 17+ skeletal keypoints per frame from webcam input and converts video into structured, time based pose vectors that represent choreography. Creators can preview their performances using real time skeleton overlays or side by side playback modes, providing clear proof of originality and an engaging demo experience.
Dance metadata including title, dance style, choreographer details, duration, and AI generated movement references is packaged into a standardized schema and stored on IPFS for decentralized, tamper resistant access. Backend logic is handled through Next.js API routes, which coordinate metadata creation, validation, IPFS pinning, and mint preparation.
The smart contract layer is written in Solidity ^0.8.20 and deployed on Mantle. It implements ERC721, ERC721Enumerable, and ERC721URIStorage for NFT management, along with ERC2981 for native royalty support. This enables creators to mint their own dance NFTs, retain full ownership, and earn ongoing royalties from secondary sales. All blockchain interactions are performed directly using ethers.js, ensuring non custodial and trust minimized execution.
By leveraging Mantle’s low cost and high throughput infrastructure, MoveMint makes frequent minting and experimentation economically viable. Beyond NFTs, the platform establishes choreography as a new digital asset class with applications in fitness, gaming, animation, and future AI training datasets. The live application is available at https://move-mint-mantle.vercel.app/, showcasing an end to end working product and demonstrating real world execution.