Quick Start

Analyze a Solana wallet and see its privacy exposure in a few steps.

1. Analyze a wallet

Open the Wallet X-Ray page and paste a Solana address. AEGIX will classify the account, and if it is a personal wallet, start an analysis.

Open Wallet X-Ray →

2. Wait for the analysis

Analysis runs asynchronously. The UI polls the real backend status (queued → fetching → normalizing → analyzing → scoring → graphing → ready). AEGIX never fakes completion.

3. Read the report

The report shows the privacy exposure score, analysis confidence, seven exposure dimensions, top signals with evidence, and attack paths — with limitations and engine versions made explicit.

4. Connect a wallet to save & monitor

Connect a Solana wallet to save analyses and comparisons, create monitors, receive notifications, and manage developer API keys. Signing in costs no SOL.

Try the API

Developers can also request intelligence programmatically with a scoped API key.

curl -X POST https://aegixintelligence.com/api/v1/developer/intelligence/wallet \
  -H "Authorization: Bearer aegix_live_..." \
  -H "Content-Type: application/json" \
  -d '{"wallet":"<SOLANA_ADDRESS>"}'

Read the Developer API →

AEGIX reports observable linkability — it never asserts identity. Correlation is not ownership, and the AEGIX observed population is not the global Solana population.