YieldX
The Intelligent Interface for DeFi Yields on Aave
Created on 1st February 2026
•
YieldX
The Intelligent Interface for DeFi Yields on Aave
The problem YieldX solves
The problem it solves
DeFi yields on Aave are constantly changing, making it difficult for users to manually track the best opportunities. Existing dashboards are often slow, cluttered, or lack real-time updates.
YieldX solves this by providing:
- Instancy: leveraging a Redis-backed caching layer to serve yield data in <10ms.
- Clarity: A glassmorphism-based UI that simplifies complex protocol data into clear health factors and APY metrics.
- Intelligence: An embedded AI agent that contextually analyzes your wallet risk and recommends safer pools based on real-time on-chain data.
- Accessibility: A public, rate-limited API that allows other developers to build on top of our aggregated data.
Challenges we ran into
Challenges I ran into
1. Vercel Hobby Limits
We initially hit execution time limits with our cron jobs. We solved this by optimizing our daily-snapshot logic and moving heavy data ingestion to a background worker pattern that processes tasks asynchronously.
2. AI Hallucinations
The AI initially recommended non-existent pools. We fixed this by implementing a "Tool Call" architecture where the AI is forced to query our real-time API tools (/api/yields) before giving any financial advice, ensuring 100% factual accuracy.
3. API Rate Limiting
To safely open our API to the public, we had to implement a robust rate-limiting strategy using Upstash Redis. This prevents abuse while ensuring high availability for all developers building on our platform.
Tracks Applied (2)
Open Track
Web3/Defi Track
Lucidly Finance

