Fractional Ownership of Art & Music — Powered by Mantle
Own a piece of a Basquiat. Earn royalties from streaming hits.
MantleMuse brings Real World Assets on-chain with institutional-grade compliance.
Live Demo • The Problem • Our Solution • Features • Tech Stack • Getting Started
| Resource | Link |
|---|---|
| 🌐 Frontend | https://mantle-muse-vvq6.vercel.app/ |
| 📜 MuseVault Contract | Mantle Sepolia Explorer |
| 🎥 Demo Video | Watch on YouTube |
Alternative assets are the best-performing asset class of the last decade — yet they remain locked behind six-figure minimums, illiquid holding periods, and exclusive gallery relationships.
| The Reality Today | The Impact |
|---|---|
| A single Basquiat painting sells for $110M | 99.9% of investors are priced out |
| Music royalty funds require $100K+ minimums | Passive income reserved for the wealthy |
| Art investments lock capital for 7-10 years | No liquidity when you need it |
| Opaque valuations and hidden fees | Investors can't make informed decisions |
The alternative asset market is worth $1.7 trillion — and almost none of it is accessible to regular investors.
MantleMuse tokenizes high-value art and music royalties on Mantle Network, enabling:
✅ Fractional Ownership — Buy shares starting from just $10 USDT
✅ Real Yield — Quarterly royalty distributions paid directly to your wallet
✅ Instant Liquidity — Sell your shares anytime through our secondary market
✅ AI-Powered Intelligence — Get instant valuations before you invest
✅ True Governance — Vote on exit strategies as a real stakeholder
Mantle is the ideal home for Real World Assets:
| Mantle Advantage | Why It Matters for RWA |
|---|---|
| Ultra-low gas fees | Micro-investments become economically viable |
| Ethereum security | Institutional-grade asset protection |
| Native USDT liquidity | Seamless fiat on/off-ramps for mainstream adoption |
| mETH integration | Compound returns with liquid staking yield |
| High throughput | Handle thousands of dividend distributions efficiently |
| Feature | Description |
|---|---|
| 🖼️ Art Marketplace | Blue-chip works from Basquiat, Warhol, Kusama, and emerging artists |
| 🎵 Music Royalties | Curated catalogs: Afrobeats, Hip-Hop classics, Lo-Fi, Cinematic scores |
| 📊 Live Valuations | Dynamic pricing with Pyth Network oracle integration |
| 🤖 AI Fair Value | One-click valuation estimates with market comparables |
| 🗳️ Shareholder Voting | Participate in governance on exit timing and strategy |
| 💸 Secondary Market | Sell shares instantly at current NAV (5% protocol fee) |
| 📱 KYC Verification | Institutional-grade compliance for regulatory peace of mind |
| Feature | Description |
|---|---|
| 🎛️ Admin Dashboard | Real-time metrics: TVL, investors, trading volume |
| ➕ Asset Onboarding | Create and mint new tokenized assets on-chain |
| 💰 Yield Distribution | Deposit and distribute royalties to all token holders |
| 🤖 AI Valuation Assistant | Get AI-suggested pricing when listing new assets |
┌─────────────────────────────────────────────────────────────────┐
│ FRONTEND │
│ Next.js 15 • TypeScript • Wagmi • Reown AppKit • Framer Motion │
└─────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────┐
│ MANTLE NETWORK │
│ ┌───────────────┐ ┌───────────────┐ ┌───────────────┐ │
│ │ MuseVault │ │ MuseMarket │ │ MuseAsset │ │
│ │ (ERC-1155) │ │ (Secondary) │ │ (Registry) │ │
│ │ │ │ │ │ │ │
│ │ • Mint shares │ │ • Sell shares │ │ • Asset data │ │
│ │ • Hold assets │ │ • Buyback │ │ • Ownership │ │
│ │ • Distribute │ │ • Pricing │ │ • Metadata │ │
│ └───────────────┘ └───────────────┘ └───────────────┘ │
│ │
│ ┌───────────────┐ ┌───────────────┐ │
│ │ MockUSDT │ │ Pyth Oracle │ │
│ │ (Testnet) │ │ (Price Feeds) │ │
│ └───────────────┘ └───────────────┘ │
└─────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────┐
│ REAL WORLD ASSETS │
│ ┌───────────────────────┐ ┌───────────────────────┐ │
│ │ FINE ART │ │ MUSIC ROYALTIES │ │
│ │ │ │ │ │
│ │ • Basquiat │ │ • Afrobeats │ │
│ │ • Warhol │ │ • Hip-Hop Classics │ │
│ │ • Kusama │ │ • Lo-Fi Beats │ │
│ │ • Emerging Artists │ │ • Cinematic Scores │ │
│ │ │ │ │ │
│ │ Custody: Geneva │ │ Rights: Delaware SPV │ │
│ │ Freeport │ │ │ │
│ └───────────────────────┘ └───────────────────────┘ │
└─────────────────────────────────────────────────────────────────┘
- Next.js 15 — React framework with App Router
- TypeScript — Type-safe development
- Wagmi v2 — React hooks for Ethereum
- Reown AppKit — Wallet connection (WalletConnect v2)
- Framer Motion — Smooth animations
- Tailwind CSS — Utility-first styling
- shadcn/ui — Premium UI components
- Solidity 0.8.20 — Contract development
- Foundry — Testing and deployment
- ERC-1155 — Multi-token standard for asset shares
- OpenZeppelin — Battle-tested contract libraries
- Pyth Network — Real-time price oracles
- Mantle Sepolia — L2 testnet deployment
- Node.js 18+
- pnpm 8+
- Git
git clone https://github.com/gitEricsson/MantleMuse
cd mantlemuse/MantleMusepnpm installCreate a .env.local file:
NEXT_PUBLIC_PROJECT_ID=your_reown_project_id
PRIVATE_KEY=your_deployer_private_keyGet a free Project ID from Reown Cloud
pnpm devVisit http://localhost:3000 🎉
cd ../muse-contract
# Install Foundry dependencies
forge install
# Deploy contracts
forge script script/Deploy.s.sol --rpc-url https://rpc.sepolia.mantle.xyz --broadcast| Contract | Address |
|---|---|
| MuseVault | 0xc5222a75362a06158e29ad8e39c6722d9a5270ba |
| MuseMarket | 0x783a47a71d90396e8382534a95a8f88c75577837 |
| MuseAsset | 0x300788c256468ebedd9b60c69e05f9e5bbcc1dd5 |
| MockUSDT | 0xa901cab6bd79045caecc0d3f7dcd18934f7c6ef7 |
- Connect your wallet on the app
- Click "Get 10k USDT" button (gasless faucet)
- USDT will be minted directly to your wallet
- Go to Explore → Select an asset
- Enter investment amount → Click Invest Now
- Approve USDT → Confirm transaction
- View your holdings in Portfolio
- Go to Portfolio
- Click Sell on any holding
- Enter shares to sell → See instant payout
- Confirm transaction
MantleMuse/
├── src/
│ ├── app/ # Next.js App Router pages
│ │ ├── explore/ # Asset marketplace
│ │ ├── assets/[id]/ # Asset detail pages
│ │ ├── portfolio/ # User holdings
│ │ ├── kyc/ # KYC verification
│ │ ├── legal/ # Compliance pages
│ │ ├── tools/ # AI valuation tools
│ │ └── admin/ # Admin dashboard
│ ├── components/ # React components
│ │ ├── ui/ # shadcn/ui components
│ │ ├── AssetCard.tsx # Asset display cards
│ │ ├── AIFairValueCard.tsx # AI valuation widget
│ │ ├── ProposalCard.tsx # Governance voting
│ │ └── ...
│ ├── hooks/ # Custom React hooks
│ │ ├── use-invest.ts # Investment logic
│ │ ├── use-sell.ts # Secondary market
│ │ ├── use-oracle.ts # Pyth integration
│ │ └── ...
│ ├── constants/ # Contract ABIs & addresses
│ └── lib/ # Utilities
└── muse-contract/ # Foundry project
├── contracts/ # Solidity contracts
├── script/ # Deployment scripts
└── test/ # Contract tests
- Fine Art: Stored in regulated freeport facilities (Geneva, Luxembourg)
- Music Rights: Held in Delaware SPV structures
- Insurance: Lloyd's of London coverage on all physical assets
- OpenZeppelin contract standards
- Role-based access control for admin functions
- Reentrancy guards on all financial operations
- KYC/AML verification for all investors
- SEC Reg D compliant offering structure
- Annual third-party audits planned
- Core marketplace with art & music assets
- Investment and secondary market functionality
- KYC verification flow
- Governance voting for shareholders
- AI Fair Value estimation
- Pyth oracle integration
- Market pulse indicators
- Dynamic valuation badges
- Why Mantle benefits section
- mETH staking integration (UI ready)
- Ultra-low gas optimizations
- Mobile-responsive PWA
- Multi-chain expansion (Base, Arbitrum)
- Institutional API access
- Real music catalog partnerships
Built with ❤️ for the Mantle Hackathon
MIT License — see LICENSE for details.
MantleMuse — Democratizing access to the world's most valuable alternative assets.