Instrument
ATS bond- Name
- Loading
- Symbol
- Loading
- Controls
- Read only
Live instrument state, venue controls, and payment rail readiness. Administrative writes remain operator scripts.
Issuer grants and administrative writes remain operator scripts. This page only reads the live venue.
Ask the journal whether a transfer would be allowed, and why, before sending anything.
Permissionless. Spends disclosure budget on a closed epoch. May emit nothing if the budget cannot afford a reading.
One issuance this week: LPRC. This is not an issuance wizard. Values are read from the deployed token.
A halt is bounded twice: no single halt runs longer than the maximum, and no epoch spends more halt seconds than the budget. Both bounds are on chain.
The live root, and one row of the set read back key by key. Drift from the generated bundle is called out where it appears.
The set behind the root, walked entry by entry via keyCount, keyAt, and valueOf.
reconcile is the getter that answers whether the published schedule still matches live charges. A vacuous match when nothing is published is not a verified tariff.
minimumCancelFee: Loading.
Every constant the bundle carries is read off chain and compared against it. Cached values are not presented as verified unless compared with their live source.
The contract wired into the bond as its compliance hook. explain is the only getter that answers why a transfer would be refused rather than reverting.
disclose(e) is permissionless and spends disclosure budget. The journal takes the coarser reading when the finer one is unaffordable, and emits nothing when neither fits. Current or future epochs are refused here because they would spend gas to change nothing.