Solana wallet intelligence

Stop reading wallets one transfer at a time.

Sova Intel turns Solana wallet activity into behavior labels, profile reports, similarity graphs, and programmatic research primitives for teams that need faster judgment.

Speed taxonomy
Similarity analysis
Tracked collections
SDK + X402

Behavior classification

Label wallets by holding speed and buy-sell balance instead of reading raw transfers by hand.

Similarity detection

Compare wallets for overlap in token exposure, allocation patterns, and coordinated action.

Portfolio tracking

Keep named wallet collections and batch-run repeat research without rebuilding inputs.

Active Wallet Signal
Behavior snapshot
Fresh
Speed
Momentum
Median hold time 8.4h
Flow
Balanced
Net buying profile
Win rate
74%
Trimmed PnL
+412 SOL
Tokens / day
3.8
Analysis modes
Dashboard + API
Manual research

Browse, inspect, and save wallets directly in the dashboard.

Programmatic access

Query the same intelligence layer from the SDK and REST API.

8
Speed categories
Sniper to Hodler
5
Flow patterns
Buy-only to Sell-only
6
API endpoints
Snapshots and async jobs
$0.009
Lowest unit cost
At Pro volume
Dashboard tools

What you can do inside the dashboard.

These are the main analyst workflows: surface wallets, compare behavior, track collections, and inspect deep profiles without leaving the product.

Discover

Filter ranked wallets by behavior, PnL, win rate, and activity instead of reviewing addresses one by one.

Similarity Lab

Run overlap and coordination analysis on wallet lists or token holder sets and inspect cluster-level behavior.

Tracked Wallets

Save addresses into named collections, keep context, and batch-run the same research workflow repeatedly.

Holder Profiles

Open a deep report with exit timing, behavior composition, similarity pairs, and a structured narrative.

Wallet Hunt

Search for wallets matching explicit behavioral criteria before digging into individual cases.

Research angle

Two behavioral axes define the system.

Sova Intel treats wallet behavior as something measurable: how quickly a wallet exits and how it balances buying against selling over time.

Speed
Sniper, Scalper, Momentum, Intraday, Day Trader, Swing, Position, Hodler
Flow
Buy-Only, Accumulator, Balanced, Distributor, Sell-Only
Why it matters

These labels let an analyst filter for behavior first, then inspect profitability, overlap, and timing with much less noise.

Access channels

Use the interface that fits the work.

Both surfaces sit on the same intelligence layer. Choose the browser when you need visual inspection, or code when you need repeatable throughput.

Recommended for analysts and traders

Web Dashboard

Browser workflow

Browse ranked wallets, open full holder profiles, save collections, and work through behavioral research in a visual interface.

Discover
Holder Profiles
Similarity Lab
Tracked Wallets
Recommended for developers and autonomous systems

Intel API

Programmatic workflow

Call wallet HUD, wallet profile, wallet tokens, and async analysis jobs from code using API keys or direct X402 payment.

SDK
API key auth
X402 payments
Job polling
Getting started

Operational in minutes.

The product should feel immediate: account, configure access, query data, then keep the workflow running.

01
2 min

Register

Create an account and open the dashboard or developer surface immediately.

02
5 min

Configure

Choose browser research or SDK-driven access and set your working path.

03
Instant

Query

Pull wallet HUDs, inspect profiles, or start async jobs against holder sets.

04
Continuous

Monitor

Reuse saved collections and polling flows for repeat analysis.

Developer section

Behavioral data as infrastructure.

Use the SDK for typed access to the same wallet intelligence exposed in the dashboard.

Install
npm install @sova-intel/sdk
wallet-intel.ts
Node / TS SDK
SDK usage
Programmatic access through `@sova-intel/sdk`
1
import { SovaClient } from '@sova-intel/sdk';
2
3
const client = new SovaClient({
4
apiKey: process.env.SOVA_API_KEY,
5
});
6
7
const hud = await client.walletHud('7xKX...mPqR');
8
const profile = await client.walletProfile('7xKX...mPqR');
9
const job = await client.walletSimilarity(['addr1', 'addr2', 'addr3']);
10
const result = await job.poll();
Endpoints
GET
Wallet HUD
Speed, flow, win rate, PnL, whale and bot flags.
GET
Wallet Profile
Full behavioral analysis for a single wallet.
GET
Wallet Tokens
Per-token PnL breakdown by address.
GET
Batch HUD
Behavior snapshots for multiple wallets in one request.
GET
Token Holder Profiles
Behavioral profiles of top holders of a token.
GET
Wallet Similarity
Run overlap and coordination analysis for wallet sets.
Autonomous payments

X402 for pay-per-call execution.

When a client is not using a pre-funded account, the API can return HTTP 402 payment instructions. The caller signs the USDC payment and resends with a payment-signature header. This is built for autonomous agent flows without changing the underlying wallet intelligence contract.

Security and trust

Built for serious Solana research workflows.

The product is designed around verifiable trading behavior, repeatable access paths, and a narrower claim set than generic analytics tooling.

Specific wallet behavior taxonomy instead of generic scoring.

Direct Solana-native and on-chain-adjacent workflows.

Self-serve API access with optional X402 pay-per-call routing.

Operational for both browser research and autonomous agents.

Pricing

Credit packs. No subscription layer.

Credits are purchased in advance and deducted per API call. Dashboard access is included with an account.

Starter
$15
1,000 credits
$0.015 / credit
Wallet HUD, profile, tokens, and batch endpoints.
API key and X402 auth paths.
Works for manual teams and programmatic use.
Builder
$120
10,000 credits
$0.012 / credit
Wallet HUD, profile, tokens, and batch endpoints.
API key and X402 auth paths.
Works for manual teams and programmatic use.
Pro
$900
100,000 credits
$0.009 / credit
Wallet HUD, profile, tokens, and batch endpoints.
API key and X402 auth paths.
Works for manual teams and programmatic use.