Wealthville : Solana DEFI Intelligence & AI Scoring
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WEALTHVILLE_API_KEY | No | Optional partner key for higher rate limits |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_pool_scoreA | Get the Wealthville verdict (ENTER/HOLD/EXIT/AVOID) and scores (enter/hold/exit + composite Wealthville Score, 0-100) for one liquidity pool. Use before recommending or opening any LP position. Accepts a Solana pool address (base58) or an EVM 0x address / DefiLlama pool UUID. |
| get_top_poolsA | List liquidity pools ranked by composite Wealthville Score (0-100), freshly scored within the last 6 hours. Good for "what are the best pools right now?" questions. |
| get_track_recordA | Get Wealthville's live signal track record: per-action hit rates, IL-adjusted 7-day PnL, and recent resolved signals — misses included (the ledger is immutable at publish time). Use when asked whether Wealthville scores can be trusted, or for the system's recent performance. |
| get_signals_feedA | Get the latest published Wealthville signals (ENTER/EXIT/RISK_OFF calls with narrative and confidence). Use for "any new LP signals?" questions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool serves a unique purpose: pool scoring, top pools listing, track record, and signals feed. No overlap in functionality.
All tools follow a consistent 'get_' prefix with a clear noun phrase (e.g., get_pool_score, get_top_pools), making them predictable and easy to understand.
With 4 tools, the server is well-scoped for its purpose of Solana DeFi intelligence and AI scoring. Each tool is essential and no unnecessary redundancy.
The tool set covers core functionality: scoring a single pool, browsing top pools, reviewing historical performance, and receiving new signals. Minor omission could be a search filter for pools, but not critical for the domain.