Anchor Trust Registry
The decentralized Risk Intelligence layer for Stellar's anchor economy
ON-CHAIN PUBLIC API
get_acr(anchor_address)Readable by any contract on StellarOPERATIONAL SCORE SIGNAL FRAMEWORK
ACR = f(success_rate, latency, failures, oracle, payouts)Settlement Success Rate% of SEP-24 withdrawals cleanly settled
On-chainAvg Settlement LatencyTime from withdrawal init to fiat delivery
On-chainFailed WithdrawalsAbsolute count of SEP-24 failures
On-chainOracle UptimeReflector price feed availability
On-chainHistorical PayoutsTotal USDC paid to cover holders (bonus)
On-chain→ Makes AnchorShield the 'Risk Intelligence Layer for Stellar' — any protocol can call get_acr(anchor_address)
What is the Anchor Score?
The Anchor Score (ACR) is a composite, on-chain operational trust signal for Stellar anchors. It represents the actual fundamental health of an anchor's infrastructure, entirely removing the need for them to lock up capital.
Our Risk Oracle aggregates off-chain metrics — SEP-24 settlement success, withdrawal latency, and oracle uptime — and pushes them to the smart contract to calculate an immutable, multi-dimensional score readable by any protocol on Stellar.
// get composite operational score
anchor_stake.get_acr(&anchor_address)
// 10000 bps = 100.00% confidence
Rating Scale
RatingScore RangeSignal
AAA95% – 100%Exceptional — Flawless settlement rates and sub-minute latency.
AA90% – 95%Strong — Highly reliable. Minor operational friction.
A80% – 90%Standard — Adequate buffer for isolated network events.
BBB70% – 80%Marginal — Elevated failure rates or high latency.
C< 70%Low confidence — Avoid routing funds.
