Inspiration
have friends who are content creators. Really talented people. And I've watched them struggle with something that seems absurd in 2025: waiting 60+ days to get paid for work they already did.
One of them told me about a brand deal she completed in October. She posted everything on time, followed all the requirements, created beautiful content. She got paid in January. Three months of chasing emails, filling out invoices, dealing with payment portals. For work she did in a single afternoon.
That conversation stuck with me.
When I saw the MNEE hackathon theme — Programmable Money for Agents — I immediately thought: what if we could automate all of that? What if an AI could verify the content and release payment instantly? No waiting. No chasing. No trust issues.
What if we could turn 60 days into 60 seconds?
That's when Creator Connect was born.
What it does
Creator Connect is where AI meets programmable money to fix creator payments:
Brands fund campaigns with MNEE stablecoin Money goes into smart contract escrow — locked, trustless, transparent Creators find campaigns and enroll with one click They submit their content URL AI Agent autonomously verifies the submission Smart contract instantly releases payment No middleman. No invoices. No waiting. Just verified work → instant money.
How we built it
Smart Contracts (Solidity + Hardhat): We built CreatorConnectEscrow.sol to manage campaign creation, creator enrollment, MNEE escrow, and AI-triggered payouts. It uses OpenZeppelin's SafeERC20 for secure token transfers.
Frontend (Next.js + wagmi + viem): A premium React dashboard with role-based views for brands and creators. Features a step-by-step campaign wizard, flip-card campaign discovery, and real-time blockchain state via wagmi hooks.
AI Verification Agent (Next.js API): An autonomous agent that validates content submissions, checks platform requirements, and calls the smart contract to release funds — zero human intervention required.
Challenges we ran into
he Two-Transaction UX Problem: Creating a campaign needs MNEE approval then campaign creation. Making this feel smooth while handling failures and keeping users informed took many iterations.
Trusting an AI with Money: Giving an AI agent authority to release funds is risky. We solved this by implementing a dedicated verifier address — only that account can call verifyAndRelease().
Real-Time State Sync: Keeping the UI consistent with on-chain state across multiple users required careful handling of wagmi's refetchInterval and transaction receipt watching.
The 3 AM Debugging Sessions: When transactions fail silently or the frontend breaks unexpectedly, you question everything. But we pushed through.
Accomplishments that we're proud of
End-to-end working demo — the full flow from campaign creation to instant payout actually works!
⚡ Instant payments — we turned 60-day waits into 60-second payouts
🤖 Autonomous AI agent — truly hands-off verification and payment triggering
✨ Premium UI — glassmorphism, animations, polished experience that feels like a real product
🔐 Production-ready contracts — secure, tested, MNEE-compatible escrow system
What we learned
ERC-20 integration patterns — approval flows, safe transfers, balance checking Autonomous agents in Web3 — giving AI limited but powerful on-chain authority Smart contract escrow mechanics — holding funds until cryptographically verified wagmi/viem best practices — React hooks for Web3 done right But most importantly: The creator economy isn't short on talent. It's short on infrastructure. The tech to fix creator payments exists right now — we just need to build it.
What's next for CREATOR-CONNECT
Multi-platform support — TikTok, YouTube, Twitter verification ⭐ AI quality scoring — not just verification, but content quality ratings 🏆 On-chain reputation — creator and brand reputation scores ⛓️ Multi-chain deployment — L2s for lower gas costs 💎 Mainnet MNEE — deploy with real MNEE stablecoin For every creator still waiting 60 days to get paid — we built this for you. 💜
Built With
- ethers.js
- hardhat
- lucide-icons
- metamask
- mnee
- next.js
- openzeppelin
- react
- solidity
- tailwindcss
- typescript
- viem
- wagmi
Log in or sign up for Devpost to join the conversation.