Enter any wallet address to view its real-time trust score, axis breakdown, and verification status.
No config files. No boilerplate. Just install, init, and go.
npm install prooflayer-sdkconst pl = new ProofLayer({ wallet, apiKey })pl.start()Four weighted dimensions combine into a single composite. Log-scale curves prevent gaming.
Transaction success rates, escrow completions, value handled over time.
Uptime, response latency, heartbeat consistency, retry success.
Attestation count, verification status, trust gate pass rate.
Peer endorsements, protocol interactions, cross-agent references.
Backend API at api.prooflayer.net
/v1/ingestReceive behavioral snapshots, recompute score
/v1/score/:walletCached or fresh trust score
/v1/report/:walletFull report card with metadata
/v1/agents/registerIdempotent agent registration
/v1/trust/checkTrust gate — min composite threshold
/v1/badges/:walletVerification badge status
8 passing tests. TypeScript. Zero config.
View on GitHub