See the signal behind the number.
Turn activity, age, volume, velocity, and balance into a 0–100 score with reasons attached.
Turn verifiable behavior into explainable trust scores and risk signals your systems can use.
Autonomous systems need more than an address before they delegate work, pay, or extend a limit.
Use the same evidence layer to rank, verify, and approve autonomous interactions.
Turn activity, age, volume, velocity, and balance into a 0–100 score with reasons attached.
Inspect delegation, reputation, relationships, and Sybil-like indicators before you act.
Combine trust signals into deterministic risk decisions, capacity estimates, and limits.
No opaque classification. The output carries the evidence your system needs to act.
A wallet or agent identifier.
History, relationships, and behavior.
Deterministic factors and thresholds.
JSON your application can inspect.
Use HTTP, TypeScript, or Python. Start locally, inspect the response, and keep the decision in your own system.
Read the docsconst result = await client.getScore(wallet)
// { trustScore: 78, riskLevel: "low", ... }Open source, deterministic scoring, and verifiable on-chain inputs make the boundary visible.
Algorand provides the observable activity and relationship history; Agent Passport turns it into auditable application signals.
Read security notesActivity and relationships are derived from the configured Algorand sources.
Scores include component values, reasons, risk levels, and source context.
Signals do not prove a human identity or guarantee future behavior.
Run the service yourself and inspect the algorithms, contracts, and tests.
Evaluate an agent before your system trusts it.