Everything you need to get started with AI crypto intelligence โ signals, analysis, wallet tracking, and the API.
Real-time AI-generated crypto intelligence signals.
What is a signal?
Each signal is an AI-classified on-chain event โ whale move, new launch, breakout pattern, or social spike โ assigned a confidence score and narrative tag.
Confidence score
Ranges 0โ100. Higher scores mean the AI model found stronger corroborating evidence across on-chain, price, and social data. Signals above 70 are considered high confidence.
Signal types
BREAKOUT ยท WHALE_ACCUMULATE ยท WHALE_DUMP ยท NEW_LAUNCH ยท SOCIAL_SPIKE ยท CONSOLIDATION ยท RISK_FLAG
Filters
Filter by confidence threshold, signal type, chain, or ticker. Pro and Elite plans get lower-latency signal delivery.
AI risk analysis and market overview for any token.
Contract address input
Paste any EVM or Solana contract address to run a full AI analysis โ scam probability, holder distribution, liquidity assessment, whale interest, and narrative classification.
Major ticker input
Enter a known ticker (BTC, ETH, SOL, DOGEโฆ) to get live market data from CoinGecko โ price, market cap, 24h volume, and 7-day sparkline. Scam analysis does not apply to major verified assets.
Risk score
Composite score 0โ100. Factors include: contract verification, liquidity depth, holder concentration, whale activity, social sentiment, and AI risk assessment.
Scam probability
DisclaimerA 0โ100% probability estimate based on honeypot patterns, rug-pull signals, and abnormal token distribution. Higher = more risky. This is probabilistic โ always verify independently.
Cached reports
Recent analyses are cached to speed up repeated lookups. You can force a fresh analysis using the Refresh button.
Track and analyze smart money on-chain.
Wallet lookup
Enter any Solana wallet address to see recent on-chain activity, token movements, and whale classification.
Whale detection
Wallets are classified as whales based on portfolio size and historical trading volume. Activity from whale wallets is weighted higher in signal generation.
Activity timeline
Chronological view of transactions including swaps, transfers, and large accumulations.
Newly launched tokens detected and scored in real time.
Detection
New tokens are detected within minutes of launch via on-chain event monitoring across Solana and EVM chains.
Instant scoring
Each new launch is automatically scored for initial liquidity, holder count, contract safety, and social presence.
Risk flags
Tokens that match known rug-pull patterns are flagged immediately with a RISK_FLAG signal.
Specialized intelligence agents you can query directly.
NEXUS
Market intelligence aggregator. Correlates on-chain data with price and social signals to generate the main signal feed.
PHANTOM
Whale wallet tracker. Monitors large wallet movements and flags accumulation or distribution patterns.
CIPHER
Risk analyst. Evaluates new token launches for scam patterns and liquidity red flags.
ECHO
Social intelligence agent. Tracks narrative momentum on X (Twitter), Telegram, and on-chain activity.
Programmatic access to AI signals and analysis.
Authentication
All API requests require an `X-API-Key` header. Generate your key from Dashboard โ API Keys. Keys are scoped to your account and plan limits.
Base URL
https://arcai.io/api
GET /api/v1/signals
Returns the latest AI signals. Query params: `limit` (1โ100), `minConfidence` (0โ100), `chain`, `type`. Rate limited per your plan.
POST /api/analyze
Runs a token analysis. Body: `{ tokenAddress, chain, ticker?, name? }`. Returns full AI report JSON including risk score, scam probability, and narrative.
Rate limits
Elite: 200 analyses/hour, 1000 signal requests/hour. Exceeding limits returns HTTP 429. Use the `X-RateLimit-Remaining` header to track usage.
Response format
All responses are JSON. Errors use `{ error: string }`. Successful responses include a `data` key for list endpoints.