๐ Dashboard Overview
Cross-domain intelligence for AI agents โ 20 MCP tools connecting DeFi, prediction markets, and attention markets
Check the health status of all Cortex backends
{
"status": "healthy",
"version": "0.2.0",
"defi": { "available": true },
"prediction": { "available": true }
}
Wallets currently being indexed in real-time
{
"subscriptions": [
"7xKX...8nQ2",
"95n9...vtwN",
"DYw8...jvM4"
],
"total": 3
}
๐ง DeFi Tools
7 tools for Solana wallet analysis and DeFi protocol tracking
Comprehensive wallet overview including value, PnL, risk metrics, and protocol exposure
Loading real wallet data...
Detailed PnL breakdown by protocol with time windows (24h/7d/30d/all)
Loading PnL breakdown...
All current open positions across DeFi protocols
{
"positions": [
{
"protocol": "kamino",
"type": "supply",
"token": "SOL",
"amount": 50.5,
"value_usd": 7196.25,
"apy": 0.0534
},
{
"protocol": "raydium",
"type": "lp",
"pair": "SOL/USDC",
"value_usd": 3240.00
}
]
}
Start continuous indexing - fetches historical txns and monitors real-time
Ready to start indexing...
๐ผ Portfolio View
Aggregated wallet data from cortex_get_wallet_summary and cortex_get_wallet_positions
๐ฏ Cross-Domain Conviction
2 tools correlating DeFi positions with prediction market bets for unified conviction scoring
Analyze cross-domain conviction by correlating DeFi positions with prediction market bets. Supports Solana AND EVM wallets.
Cross-domain analysis requires both Solana wallet and EVM address...
Conviction Visualization
Find wallets with both prediction market bets AND relevant on-chain DeFi activity โ true cross-domain conviction
๐ช Attention Markets
Track social signals before they move markets โ powered by real-time sentiment analysis
Social โ Alpha Pipeline
Cross-correlate social attention with market movements. Detect viral content before price impact.
๐ฅ Attention Heatmap
Social attention correlation with 24h price movements
๐ฅ Creator Alpha Board
๐ ๏ธ Attention Market Tools
๐ฎ Prediction Market Tools
4 tools for prediction market analytics โ trends, volume, search, and anomaly detection
OHLCV data with configurable intervals (1m to 7d)
Loading real market trend data...
Trading volume summary and liquidity depth
{
"slug": "solana-etf-2025",
"volume_24h": 547820,
"volume_7d": 2847300,
"trade_count_24h": 1247,
"liquidity": {
"depth_usd": 892000,
"bid_ask_spread": 0.02
},
"avg_trade_size": 439.2
}
Full-text search across historical markets
{
"query": "solana price",
"results": [
{
"slug": "sol-above-150-jan-2025",
"title": "SOL above $150 by Jan 2025",
"outcome": "YES",
"final_price": 0.78
},
{
"slug": "solana-ath-2024",
"title": "Solana new ATH in 2024",
"outcome": "YES",
"final_price": 0.95
}
],
"total": 12
}
Find price spikes >N std devs from moving average
{
"slug": "eth-etf-approval",
"threshold": 2.5,
"anomalies": [
{
"timestamp": "2024-01-10T14:32:00Z",
"price": 0.82,
"std_devs": 3.2,
"direction": "spike_up"
},
{
"timestamp": "2024-01-10T16:15:00Z",
"price": 0.91,
"std_devs": 4.1,
"direction": "spike_up"
}
],
"count": 2
}
๐ Live Prediction Markets
๐๏ธ DAO Governance
Future integration: On-chain DAO voting correlations with prediction market sentiment
| Proposal | DAO | Status | Conviction |
|---|---|---|---|
| JUP-47: Increase Staking Rewards | Jupiter | Active | 0.82 |
| MNR-12: Treasury Diversification | Marinade | Pending | 0.54 |
| ORCA-8: Fee Structure Update | Orca | Active | 0.71 |
Cross-reference DAO votes with prediction market positions. When a wallet votes YES on a proposal and also bets on related outcomes, that's conviction.
๐ค Live Agent Demo
๐ Documentation
MCP Server Configuration
Add this to your Claude Desktop or OpenClaw configuration:
{
"mcpServers": {
"solder-cortex": {
"command": "cortex-mcp",
"args": [],
"env": {
"CORTEX_DEFI_API_URL": "https://api.mainnet-beta.solana.com"
}
}
}
}
Available Tools
- ๐ ๏ธ
cortex_get_wallet_summary- Portfolio overview - ๐ ๏ธ
cortex_get_market_trend- Prediction market OHLCV (Polymarket + Kalshi) - ๐ ๏ธ
cortex_detect_informed_traders- Find smart money across platforms
What is Solder Cortex?
Solder Cortex is a cross-domain intelligence layer that connects DeFi analytics with Prediction Markets.
It allows you to see not just what happened on-chain, but why likely outcomes are priced that way.
Key Features
- Unified MCP Server: One interface for all data.
- Conviction Engine: Correlate bets with on-chain positions.
- Real-time Indexing: Monitor wallets live.