Composable creator economy. Turn any Web2 platform into an economic playground.
This project shows how a normal web application can be connected to blockchain technology in a practical way. From the user’s point of view, it works like any other website:
Behind the scenes, the system also uses blockchain to:
The main idea is not to replace traditional software, but to enhance it with features that increase trust, automation, and transparency. You don’t need to understand blockchain to use the app.
What Problem It Solves In many web apps today:
This project demonstrates how to:
How It Works (Conceptually)
All the complexity is handled behind the scenes.
Why This Matters
This approach is ideal for:
We built this project as a Web2–Web3 bridge, keeping the user experience familiar while using blockchain only where it adds real value.
The frontend is a standard web app, while a Node.js backend acts as the coordinator between traditional APIs and onchain logic. Social engagement data is collected offchain, processed by automation agents, and converted into transparent rewards.
We used n8n to build a multi-agent system:
A research agent collects engagement data
A scoring agent converts engagement into rewards
A verification agent enforces rules and prevents duplicates
A payment agent triggers onchain payouts
Rewards are distributed using a Solidity smart contract on Base testnet, paying creators in USDC for predictable, real-world value.
The most notable part is how we turned offchain attention into onchain rewards without exposing users to Web3 complexity. Automation handled orchestration, while smart contracts guaranteed transparency and trust.

