/ Works
/ 2025
/ Fetch.ai Hackathon
TORY
A smart assistant that gathers data & provides AI-generated insights for tokenomics, unlock events, and financial metrics in Web3 projects.
/ Client
Fetch.ai Hackathon
/ Role
Full Stack Developer
/ Timeline
Apr 2025 — Apr 2026
/ Stack
Fetch.ai / Next.js / Python / FastAPI / uAgents / Agentverse / asi1.ai / Vercel / Railway

About the project
/ Overview
TORY is a multi-agent AI system that provides comprehensive tokenomics analysis for Web3 projects. It uses Fetch.ai's uAgents framework to orchestrate specialized agents that gather on-chain data, analyze token unlock schedules, evaluate financial metrics, and generate actionable investment insights.
/ The Challenge
Crypto investors need to evaluate tokenomics across hundreds of projects, but the data is scattered across blockchain explorers, project docs, and social channels. Manual analysis is time-consuming and error-prone. The challenge was building an autonomous system that could gather, normalize, and analyze this data reliably using multiple AI agents working in coordination.
/ The Approach
I designed a multi-agent architecture using Fetch.ai's uAgents framework, where specialized agents handle different analysis domains: one agent scrapes tokenomics data, another tracks unlock events, and a third generates AI insights using asi1.ai. The agents communicate via the Agentverse protocol. The frontend is built with Next.js on Vercel, and the FastAPI backend on Railway coordinates agent requests and caches results.
/ The Result
Built a functional multi-agent system that delivers comprehensive tokenomics reports in under 30 seconds. The distributed agent architecture allows parallel data gathering, making it significantly faster than sequential API calls. Recognized at the Fetch.ai hackathon for its novel use of the uAgents framework.
/ What it took
- Seven data sources behind one report — Etherscan for transfers, CoinGecko and CryptoRank for market data, Santiment and LunarCrush for social, Arkham for entity labelling, DefiLlama for protocol TVL
- Fifteen on-chain measures derived in a single O(n) pass over ERC-20 transfers: ten daily series — supply in motion, token velocity, sender/receiver ratio, exchange net flow, wash-trading share, new-address share and more — plus five event signals
- Exchange and burn address sets maintained in the repo, so flows are attributed to a named venue rather than to an unknown wallet
- Multi-agent architecture with Fetch.ai uAgents — specialized agents for data, analysis, and insights
- Agentverse protocol for inter-agent communication and task coordination
- asi1.ai integration for generating natural-language investment insights
- FastAPI backend coordinating agent requests with Redis caching layer
- Next.js dashboard with real-time agent status tracking and progressive report loading
/ Results and outcomes
- Data sources
- 7
- On-chain metrics
- 15
- Full report
- <30s
