Read-only Solana wallet scans, transaction-receipt anchoring, and cross-chain trust lookups on mainnet. Powered by Alchemy RPC. No custody, no scoring, no marketing claims — every signal is labeled with its limits.
Live call to /api/solana/scan via Alchemy mainnet RPC. Returns lamports, recent-signature window, success rate, and 24h / 7d / 30d activity counts.
Live call to /api/solana/receipt. Paste a Solana transaction signature; we resolve it, extract Memo-program output, and tell you whether the tx is a Vaultfire-style receipt anchor (memo === sha256 of a canonicalized payload).
Vaultfire never holds Solana keys. You build and broadcast the tx — we verify.
hash = sha256(canonicalize(receiptBody)) off-chain.MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr/api/solana/receipt?signature=… — assert memos[] contains the hash.Every Solana endpoint Vaultfire serves today, with status and example calls. All free, all read-only.
/api/solana/healthSolana mainnet RPC health — slot, block height, core version, getHealth status. Powered by Alchemy.
/api/solana/scan?address=H8sMJSCQxfKiFTCfDR3DUMLPwcRbM61LGFJ8N4dK3WjSOn-chain activity scan for any Solana wallet — lamports, recent signatures (up to 1000), windowStart/End, successRate, 24h/7d/30d activity counts.
/api/solana/receipt?signature=<base58>Provenance / receipt-anchor lookup. Resolves a tx signature and extracts Memo-program output for receipt-hash verification.
/api/solana/bonds/mapRead-only spec: how Vaultfire accountability/partnership bonds map to Solana. Option A (native Solana program) and Option B (cross-chain bridge proof).
/api/agent/trust?chain=solana&address=H8sMJSCQxfKiFTCfDR3DUMLPwcRbM61LGFJ8N4dK3WjSUnified trust lookup. ?chain=solana&address=<base58> returns Solana-native activity signals — ZK attestation contract is labeled EVM-only.
/api/solana/indexPersistent ring buffer of recent scans + webhook events. Upstash KV-backed (30-day TTL), in-memory fallback when KV unset.
/api/solana/program-scan?address=JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4Program-level trust intel for any Solana program ID — owner loader, upgrade authority (frozen yes/no), deployed slot, last-upgrade signature, dataLen.
/api/solana/agentsCurated registry of public Solana protocols & agent-adjacent infra (Jupiter, Orca, Raydium, Pump.fun, Jito, Pyth, Memo program, SPL Token, etc.) with live trust signals.
/api/solana/webhookAlchemy address-activity webhook receiver. HMAC-SHA256 signature verified when wired. Passive intel — no contract side effects.
Truthful: no Vaultfire-authored Solana smart contract is deployed today. The bond bridge spec is live at /api/solana/bonds/map.
Port AccountabilityBond to an Anchor program. Bond escrow as PDA; slashing as on-program instruction. USDC-SPL primary, native SOL for tiny bonds. Honest estimate: 4–6 weeks engineering + 4–6 weeks audit. No hard date.
Bond stays on Base. Solana-side agent posts a Memo-program tx whose memo is a signed attestation tying its Solana pubkey to its Base address + bond amount. Verifiers fetch both chains. Zero new contracts.