The Social Reputation Layer for Blockchain dApps, SocialFi Scoring Standard
Tylo is the first “Social Reputation Layer” for blockchain dApps, a SocialFi scoring standard that turns all your Web2 and Web3 contributions into a single, transparent trust metric.
User-Side: Anyone can connect their X (Twitter) and GitHub accounts via Privy in one click. Behind the scenes, our AI agent (hosted on Fetch.ai) scrapes daily tweets, likes, comments, open-source commits, and on-chain transactions, analyzes sentiment and engagement quality, and then assigns each user a free daily “Tylo Score.”
App-Side: dApp developers drop in our lightweight SDK and call a simple REST API to fetch real-time scores. With one integration, they can reward true community contributors through airdrops, fee rebates, or loyalty campaigns.
Key Benefits:
• Fairness & Bot Protection: Privy onboarding blocks bots at scale. • Unified Insight: Combines social and blockchain data into one metric. • Speed & Scale: Fetch.ai–powered scoring runs daily, while our API and SDK deploy in minutes. • Flexible Pricing: Usage-based fees let projects start small and scale as their communities grow.
Tylo makes creating transparent, equitable reward programs effortless, aligning real user contributions with developer incentives across the decentralized web.
Frontend & Onboarding:
• Built with Next.js and React in TypeScript, styled via Tailwind CSS. • Users connect their wallet on Flow through Privy.
Data Collection & Storage:
• On-Chain Activity: I listen for transactions from Privy-connected Flow addresses and compute a simple activity score. • Twitter Data: I scrape tweets, likes, and replies directly from the web by using APIFY and then batch-insert them into Supabase.
AI Scoring Agent:
• Hosted on Fetch.ai, our agent pulls the Supabase and on-chain data each night, runs sentiment and engagement analysis, and returns a single daily Tylo Score via webhook.