KyroKyro Docs
Concepts

Reputation scores

How identity_score_v1 turns verified evidence into one explainable score from 0 to 100.

Kyro exposes one primary reputation score per wallet, from 0 to 100. Supporting components explain why the score moved but they are not separate competing scores.

Score model identity_score_v1 combines global wallet maturity, Arc-specific activity, verified transaction attestations, capped trust propagation and evidence-based risk controls. Component points sum to the score after any risk penalty, then clamp from 0 to 100.

Claiming a username grants no points. A fresh wallet with no indexed activity, no Arc footprint, no verified attestations and no trust graph evidence starts at the real component total: 0. The score rises only when Kyro can verify meaningful wallet behavior.

Score components

ComponentPointsWhat it measures
Global wallet age20Maturity from the earliest real indexed transaction across supported chains.
Chain coverage5Supporting context from active chains with successfully indexed activity.
Indexed transactions15Maturity context from real indexed transactions. Raw volume alone cannot dominate the score.
Counterparty diversity15Unique global counterparties plus higher-signal Arc and verified transaction relationships.
Arc activity25Arc transactions, Arc counterparties, active days, Arc age and the current balance signal.
Verified attestations15Only transaction-backed attestations with unique tx hashes and registered counterparties.
Trust propagation5A tightly capped signal from verified trust edges. Network influence cannot outweigh wallet behavior.
Risk penaltyup to -10Applied only from supported anomaly evidence or excessive repeated-pair concentration.

Score stability

The same persisted evidence always produces the same score. A refresh commits atomically only after indexing finishes. Temporary provider failures preserve the last verified evidence instead of treating unavailable chains as zero, so repeating a refresh cannot walk a score up or down.

Reading scores over the API

GET /api/v1/score/{wallet} returns the committed score with its component breakdown, chain coverage and freshness metadata. See getScore in the API reference.

The Decision API consumes the same evidence and adds verdict semantics on top. Wallets Kyro has not indexed yet get a conservative baseline verdict instead of a guessed score.

On this page