Sol Onchain Analyst
Description
Current working version of the Data Aggregator + Analyst agent in one solution via the CLI
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
A decentralized AI trading agent platform on Solana, leveraging RIG for LLM interactions and MongoDB for vector storage.
Token Filter Pipeline
The token filter pipeline is a core component that analyzes and filters Solana tokens using the BirdEye API and LLM-based analysis. The pipeline consists of five stages:
- BirdEye Filter Selection: Intelligent selection of filtering parameters using LLM
- Token List Retrieval: Fetching and filtering tokens from BirdEye API
- Market Analysis: Deep analysis of market metrics and trading patterns
- Metadata Analysis: Evaluation of social signals and development metrics
- Final Filtering & Storage: Storage of filtered tokens with comprehensive analysis
Features
- Fully automated token analysis and filtering
- Integration with BirdEye API for real-time market data
- MongoDB storage for token recommendations
- LLM-powered market analysis and risk assessment
- Comprehensive scoring system for token evaluation
Technical Stack
- Language: Rust
- APIs: BirdEye API (Solana)
- Database: MongoDB
- LLM Integration: RIG with O1-MINI model
- Data Storage: Vector storage for token analysis
Getting Started
- Clone the repository
- Install dependencies:
cargo build - Set up environment variables:
BIRDEYE_API_KEY=your_api_key OPENAI_API_KEY=your_api_key MONGODB_URI=your_mongodb_uri - Run the token filter example:
cargo run --example token_filter
Pipeline Configuration
The token filter pipeline can be configured through:
- BirdEye API parameters in
src/prompts/token_filter_initial.txt - MongoDB collection settings in
src/services/token_filter.rs - LLM model selection in environment variables
Data Structures
- BirdeyeFilters: API query parameters
- TokenAnalysis: Token evaluation data
- FilterResponse: Analysis results
- FilterSummary: Market statistics
Next Steps
- [ ]
Related Skills
mcp-server-postgres
Read-only PostgreSQL database access.
Data mcp-server-sqlite
SQLite database interaction and querying.
Data mcp-server-google-maps
Google Maps integration for location data.
Data Bitbucket Data Center
---
Data Csv Data Summarizer
Automatically analyze CSV files and generate comprehensive insights with visualizations
Data Financial Services
Reference agents, skills, and data connectors for the financial-services workflows we see most — investment ba
Data