DePIN Infrastructure Project Fetcher
Comprehensive DePIN (Decentralized Physical Infrastructure Network) project analysis and information retrieval system for researching, evaluating, and monitoring decentralized infrastructure projects.
Activation Triggers
Core Capabilities
Project Research
- Fetch real-time project metrics and statistics
- Analyze tokenomics and economic models
- Evaluate network coverage and node distribution
- Compare multiple DePIN projects side-by-side
Network Categories
Implementation Workflow
Step 1: Parse Query Intent
interface DePINQuery {
project_name?: string;
location?: string;
category?: 'wireless' | 'storage' | 'compute' | 'sensor' | 'energy' | 'mapping';
metric_type?: 'coverage' | 'nodes' | 'tokenomics' | 'roi';
}
Step 2: Data Retrieval
Execute scripts/fetch-depin-data.ts with parsed parameters:
npx tsx .claude/skills/depin-infrastructure-fetcher/scripts/fetch-depin-data.ts \
--project "helium" \
--location "new-zealand" \
--metrics "coverage,nodes"
Step 3: Format Response
Use project-specific templates from references/project-templates/:
- Network statistics summary
- Node deployment requirements
- ROI calculations
- Coverage maps interpretation
Quality Gates
Output Format
Project Summary Template
PROJECT: [Name]
CATEGORY: [Network Type]
LOCATION: [Coverage Area]
STATUS: [Active Nodes] | [Network Growth]
DESCRIPTION:
[1-2 sentence overview]
KEY METRICS:
- Active Nodes: [count]
- Network Coverage: [area/percentage]
- Token Price: [current]
- Node ROI: [monthly estimate]
DEPLOYMENT:
- Hardware Cost: $[amount]
- Setup Complexity: [Low/Medium/High]
- Maintenance: [requirements]
Error Handling
Performance Optimization
- Cache responses for 24 hours using
scripts/cache-manager.ts - Batch multiple project queries into single API calls
- Pre-fetch popular projects during idle time
Security Considerations
Success Metrics
Track via scripts/analytics.ts:
- Query response time (<2s target)
- Data accuracy (>95% match with official sources)
- User satisfaction (follow-up questions indicate success)