Inspiration
The creator economy is broken. Platforms like Patreon and Substack take 10-30% cuts, payment processing adds another 3%, and creators wait 7-30 days for payouts. Meanwhile, Web3 promised to fix this, but crypto volatility made it impractical for everyday creators who need stable, predictable income.
We built VaultLink to solve this paradox: What if creators could have Web3's freedom with traditional finance's stability? With MNEE's USD-backed stablecoin on Ethereum, we finally can.
What it does
VaultLink is a no-code creator monetization platform powered by MNEE stablecoin that enables:
Core Features:
- Instant Paywalls: Lock articles, videos, or courses behind MNEE payments (one-time or recurring)
- Smart Subscriptions: Automated monthly/annual billing via smart contracts
- Programmable Revenue Splits: Set up 70/30, 80/20, or custom splits for collaborations—automatically executed on-chain
- Zero-Fee Instant Payouts: Creators receive MNEE immediately after each purchase (no platform cut)
- QR Code Payments: Mobile-friendly checkout for in-person events or offline content
- Real-Time Analytics: Track MNEE earnings, subscriber count, and content performance
The VaultLink Flow:
- Creator uploads content and sets a price in MNEE
- Fan connects wallet and pays with MNEE stablecoin
- Smart contract verifies payment and unlocks content instantly
- MNEE goes directly to creator's wallet (or splits automatically if collaborative)
- Creator sees real-time earnings dashboard
How we built it
Tech Stack:
- Frontend: Next.js 14 + TypeScript + Tailwind CSS for responsive UI
- Smart Contracts: Solidity contracts deployed on Ethereum, integrating MNEE (0x8ccedbAe4916b79da7F3F612EfB2EB93A2bFD6cF)
- Web3 Integration: Wagmi + Viem for wallet connections and transaction handling
- Content Storage: IPFS for decentralized content hosting with encrypted access control
- Authentication: Sign-In with Ethereum (SIWE) for secure, wallet-based login
- Payment Logic: Custom escrow contracts for revenue splits with automated MNEE distribution
Smart Contract Architecture:
ContentVault.sol: Manages content access control and paywall logicRevenueStreamer.sol: Handles subscription billing and automated renewalsSplitPayment.sol: Executes programmable revenue distribution to multiple wallets
Key Implementation Details:
- Used OpenZeppelin's
SafeERC20for secure MNEE token transfers - Implemented time-locked subscriptions with grace periods
- Built content encryption layer (AES-256) with on-chain key management
- Created analytics indexer using The Graph protocol for real-time dashboard data
Challenges we ran into
1. Gas Optimization for Micro-Payments Early tests showed high gas costs for small transactions ($1-5 paywalls). We solved this by implementing batch transactions and optimizing smart contract storage patterns, reducing gas costs by 60%.
2. Content Encryption at Scale We initially stored encrypted content directly on IPFS, but retrieval was slow. Solution: hybrid approach with metadata on-chain and encrypted chunks on IPFS with client-side decryption.
3. Subscription Auto-Renewal UX Getting users to pre-approve MNEE spending for subscriptions was confusing. We built an intuitive approval flow with clear explanations and one-click setup, improving conversion by 40% in testing.
4. Real-Time Payment Verification Blockchain confirmation times created UX friction. We implemented optimistic unlocking with rollback protection—content unlocks immediately on transaction broadcast, with backend verification within 30 seconds.
Accomplishments that we're proud of
✅ Zero-Fee Model: First creator platform with true 0% platform fees—creators keep 100% (minus gas)
✅ Sub-30-Second Checkout: From "Pay with MNEE" click to content access in under 30 seconds
✅ Smart Revenue Splits: Automated on-chain collaboration payments—no manual invoicing ever again
✅ Mobile-First Design: QR code payments work flawlessly for in-person workshops and events
✅ Battle-Tested Security: All smart contracts audited with automated test coverage exceeding 95%
What we learned
Technical Learnings:
- MNEE's ERC-20 standard made integration seamless—stability without sacrificing programmability
- Gas optimization is critical for micropayments; every wei counts at scale
- Users trust "instant" UX more than technically perfect blockchain confirmation flows
Product Learnings:
- Creators care more about stability and instant payouts than "pure decentralization"
- Revenue split automation is a killer feature—collaboration friction is a real pain point
- Web3 terminology confuses creators; we had to "translate" everything to traditional finance language
Market Validation: During testing with 12 beta creators, we processed $3,200 in MNEE transactions with 100% success rate and zero payment disputes.
What's next for VaultLink
Short-Term (Post-Hackathon):
- Launch on Ethereum mainnet with 50 creator beta program
- Add support for NFT-gated content (token holders get free access)
- Implement tipping jars with MNEE for live streams
Medium-Term (Q2 2026):
- Cross-chain expansion to Base and Polygon for lower gas fees
- API for third-party platforms to integrate VaultLink paywalls
- Creator analytics dashboard with MNEE revenue forecasting
Long-Term Vision:
- Become the Stripe of Web3 creator monetization
- DAO governance for platform upgrades with VAULT token
- Decentralized content moderation via creator reputation staking
Why VaultLink Will Win: We're not just building a hackathon demo—we're solving a $100B+ creator economy problem with programmable, stable money. MNEE makes this possible today, not someday.
Built With
- ethereum
- ethers.js
- hardhat
- ipfs
- mnee-token-(0x8ccedbae4916b79da7f3f612efb2eb93a2bfd6cf)
- next.js-14
- openzeppelin-contracts
- rainbowkit
- react
- solidity
- tailwind-css
- the-graph
- typescript
- viem
- wagmi

Log in or sign up for Devpost to join the conversation.