🏆 Built for Colosseum Agent Hackathon

🤘 Solder Cortex

Cross-Domain Intelligence for Solana

Bridging DeFi and prediction markets through unified wallet intelligence.
Know who's informed before you trade.

// Query wallet conviction
const conviction = await cortex.getConviction({
  wallet: "7xKX...",
  domains: ["defi", "prediction"]
});

// Returns cross-domain intelligence
{
  score: 0.847,
  signal: "STRONG_BULLISH",
  informed: true,
  crossDomain: true
}

The Problem

On-chain intelligence is fragmented. DeFi analytics know nothing about prediction markets. Polymarket watchers miss DEX signals. Traders with edge operate across domains invisibly.

🔍

Blind Spots

Existing tools analyze one domain at a time, missing cross-domain alpha signals

🎭

Hidden Edge

Informed traders bet across DeFi and prediction markets — their conviction is invisible

🤖

AI Gap

AI agents lack unified on-chain intelligence APIs to make informed decisions

The Conviction Engine

Solder Cortex unifies wallet activity across DeFi and prediction markets into a single conviction score. When a wallet is bullish on SOL via Jupiter and also betting "SOL > $200" on a prediction market, that's a signal. We surface it.

  • Cross-domain wallet analysis
  • Real-time conviction scoring
  • Informed trader detection
  • MCP-native for AI agents
DeFi Activity Jupiter, Raydium, etc.
🤘 Cortex Conviction Engine
Intelligence Scores & Signals
Prediction Markets Drift, MetaDAO, etc.

Features

Everything you need for cross-domain on-chain intelligence

👛

Unified Wallet Model

One data model that captures wallet activity across DeFi protocols and prediction markets. No more switching between analytics tools.

📊

Conviction Scoring

Quantified conviction signals from -1 (max bearish) to +1 (max bullish), weighted by position size and cross-domain confirmation.

🎯

Informed Trader Detection

Identify wallets with historical edge. Track their moves across domains before they hit your radar.

🔧

MCP Tools for AI Agents

Native Model Context Protocol integration. Your AI agent can query wallet intelligence as easily as it reads a database.

Real-Time Indexing

Live transaction processing from Solana. See conviction shifts as they happen, not hours later.

🔓

Open Source

MIT licensed. Run your own instance, extend the protocols, or contribute to the core engine.

See It In Action

Watch how Solder Cortex surfaces cross-domain conviction

Example Queries

get_wallet_conviction

Get unified conviction score for any wallet

find_informed_traders

Discover wallets with cross-domain edge

get_market_signals

Aggregate conviction for a token or market

🤘

Ready to see the full picture?

Clone the repo, spin up the indexer, and start querying cross-domain intelligence.