A comprehensive DeFi analytics platform that transforms complex blockchain data into actionable insights. Built for both beginners and experienced DeFi users, combining real-time market data, AI-powered analysis and sophisticated risk assessment tools.
Holoscape MVP democratizes advanced DeFi analytics by making institutional-grade tools accessible to all users, regardless of their technical expertise. The platform aggregates data from multiple blockchain networks and uses AI to convert raw market data into clear, visual insights that enable informed decisions while minimizing risk exposure.
The platform provides a unified view of cross-chain DeFi opportunities across major blockchain networks including Ethereum, Solana, BNB Chain, Bitcoin, Arbitrum, Base, Polygon and Bitlayer. Through advanced algorithms and AI integration, users can navigate the decentralized finance ecosystem with confidence.
- Interactive network diagram showing money flows between blockchain networks
- Animated transaction flows with volume-based sizing and real-time updates
- Visual representation of cross-chain bridge activity and liquidity movements
- Comprehensive protocol evaluation based on exploit history, oracle dependency, TVL concentration
- Code audit status, time in market, governance risk and liquidity risk assessment
- Detailed risk breakdowns with actionable insights for each protocol
- Real net yield calculations accounting for gas fees, bridge costs and slippage
- Chain-specific fee analysis (Ethereum, Polygon, Solana, etc.)
- Toggle between gross and net APY views for realistic return expectations
- Visual opportunity mapping across four risk categories: Sweet Spot, High Risk, Safe Haven, Avoid Zone
- Color-coded protocol positioning with detailed opportunity cards
- Beginner-friendly explanations with educational tooltips
- Natural language strategy queries for personalized guidance
- Automated morning briefs with market analysis and opportunity highlights
- Risk narrative generation converting complex data into actionable insights
- Suspicious activity monitoring across protocols and chains
- TVL spikes, yield anomalies, volume surges and potential exploit detection
- Severity-based alerts with confidence scores and recommended actions
- Live TVL data from major blockchain networks with automatic updates
- Protocol-specific metrics and performance indicators
- Modern, sleek interface with glass-morphism design elements
- Risk Education: Learn about DeFi risks through clear visual indicators and educational content
- Safe Entry Points: Identify low-risk, stable yield opportunities in the "Safe Haven" quadrant
- Fee Awareness: Understand true costs of DeFi participation with fee-adjusted yield calculations
- Alpha Discovery: Spot emerging opportunities through anomaly detection and flow analysis
- Risk Management: Comprehensive risk scoring helps optimize portfolio allocation
- Cross-Chain Arbitrage: Identify yield differentials and capital flow patterns across chains
- Due Diligence: Detailed protocol risk assessments with historical exploit data
- Performance Tracking: Monitor real-time yields and adjust strategies based on market conditions
- Client Reporting: Generate AI-powered briefs and risk narratives for stakeholder communication
- Market Intelligence: Track capital flows and liquidity migrations across the DeFi ecosystem
- Trend Analysis: Identify emerging protocols and shifting market dynamics
- Risk Research: Access comprehensive risk metrics and anomaly detection for protocol evaluation
Try it immediately! The app runs in demo mode by default - no API keys needed. All AI features work with realistic sample data perfect for testing and development.
This project supports multiple AI providers for easy switching and cost optimization:
- Demo Provider: Works immediately with realistic sample responses
- Perfect for development, testing and showcasing features
- No rate limits or API costs
- Hugging Face: 1,000 requests/day free
- Cohere: 100,000 tokens/month free
- OpenAI: Limited free tier
-
For Demo Mode (Default): Just run the app - no configuration needed!
-
For Real AI: Choose your AI provider by setting
AI_PROVIDER: ```bash AI_PROVIDER=demo # Default - no API key needed AI_PROVIDER=huggingface # Free tier - 1000 requests/day AI_PROVIDER=cohere # Free tier - 100k tokens/month AI_PROVIDER=openai # Paid service ``` -
Add the corresponding API key (only if not using demo): ```bash
HUGGINGFACE_API_KEY=your_token
OPENAI_API_KEY=your_key
COHERE_API_KEY=your_key ```
- Hugging Face: https://huggingface.co/settings/tokens (Free - 1000 requests/day)
- Cohere: https://dashboard.cohere.ai/api-keys (Free - 100k tokens/month)
- OpenAI: https://platform.openai.com/api-keys (Paid service)
- Clone the repository
- Install dependencies:
npm install - Copy
.env.exampleto.env.localand configure your AI provider (optional - demo mode works without this) - Run development server:
npm run dev - Open http://localhost:3000 in your browser
Simply change the AI_PROVIDER environment variable and restart your application. No code changes required!
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.