Metacenter

Quickstart

Read the current figures in under a minute, from the dashboard, the API or a contract.

Open the dashboard

metacenter.0xo.in/dashboard shows coverage, headroom, the bond payout order, the reserve, STX-only yield and a stress test. Hover a provenance tag to see what it means.

Call the API

curl https://metacenter.0xo.in/api/metrics/current

Every metric comes back as { value, unit, provenance, source }. See Coverage for what each figure means.

Read it from a contract

;; any contract that implements risk-feed-trait
(contract-call? .risk-feed get-coverage-summary)

See Read coverage from your contract and Deployments for contract IDs.

Edit on GitHub

On this page