quantum_config_census
Censuses the Xahau network to report key-rotation configuration: percentages of accounts and XAH supply with no rotation path, master disabled, or regular key set. Measures config readiness, not exposure.
Instructions
WHOLE-LEDGER key-rotation posture census via ledger_data (AccountRoot Flags/RegularKey/Balance) — no per-account tx scan, so figures ARE network statistics. Reports % of accounts AND % of XAH supply with: no rotation path (master active + no regular key), master disabled, regular key set. Measures CONFIG (can the master key be retired?), not exposure (hndl_exposure does that). HEAVY + rate-limited; paced. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delayMs | No | ||
| network | No | mainnet | |
| maxPages | No | ||
| pageLimit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| caveat | No | ||
| network | No | ||
| accounts | No | ||
| totalDrops | No | ||
| asOfComplete | No | ||
| pagesScanned | No | ||
| noRotationPct | No | ||
| noRotationCount | No | ||
| noRotationDrops | No | ||
| hasRegularKeyPct | No | ||
| masterDisabledPct | No | ||
| hasRegularKeyCount | No | ||
| masterDisabledCount | No | ||
| masterDisabledDrops | No | ||
| noRotationSupplyPct | No | ||
| masterDisabledSupplyPct | No |