🧠 Inspiration
In today’s creator economy, influence is power — but there’s no way to measure or monetize it beyond ads and sponsorships. We wanted to bridge Web2 engagement with Web3 finance, giving creators and fans a way to own a piece of online influence. That’s how CloutChain was born — a decentralized platform that turns YouTube engagement into tradable value.
💡 What it does
CloutChain lets every YouTube channel mint its own ERC-20 token, whose price dynamically changes based on:
📈 Engagement metrics — likes, views, comments
💰 Market demand & supply (DEX liquidity & trades)
Fans can invest in creators early, creators earn royalties from trading activity, and token prices reflect real engagement, not hype. In short — we’re tokenizing clout.
🛠️ How we built it
We built CloutChain using the Ethereum Sepolia Testnet with a full Web3 tech stack:
Smart Contracts: Solidity (ERC-20) with custom functions for price adjustment and royalty logic
Oracle Service: Node.js + YouTube Data API fetching engagement metrics every few minutes
DEX Integration: Uniswap for decentralized trading
Frontend: React.js + TailwindCSS + ethers.js for wallet connection and token interactions
Storage: Filecoin/IPFS for channel metadata and engagement snapshots
Code example for the engagement-based price logic 👇
function updateEngagement(uint256 _score) public onlyOracle { uint256 adjustedPrice = basePrice + (_score * engagementWeight); tokenPrice = adjustedPrice; }
🚧 Challenges we ran into
Integrating real-time YouTube data securely via a custom Oracle
Balancing token economics to prevent price manipulation
Managing gas costs for frequent on-chain updates
Designing a clean UI that merges finance + creator analytics
Handling asynchronous updates between blockchain and API data
🏆 Accomplishments that we're proud of
Successfully created a dynamic ERC-20 token system linked to YouTube engagement
Deployed a working Oracle service that updates token prices automatically
Built a responsive Web3 dashboard for creators and investors
Created a real-world bridge between social engagement and DeFi markets
Developed a concept that could reshape creator monetization globally
📚 What we learned
How to integrate off-chain APIs with smart contracts using custom oracles
The complexity of tokenomics design in real-time engagement systems
Building a user-friendly DeFi experience that’s approachable for creators, not just crypto users
The importance of data authenticity and decentralization in social-financial platforms
🚀 What's next for CloutChain — Invest in Influence
Mainnet launch with verified creator onboarding
Integration with TikTok, Instagram, and Twitch engagement data
Launch of a Creator DAO for governance and revenue distribution
Development of NFT badges for milestone achievements
Expanding to multi-chain support (Polygon, Base) for scalability
CloutChain is just getting started — we believe the future of finance is creator-powered, where influence becomes an investable asset.
What's next for CloutChain — Invest in Influence


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