ContractsOperationalEnvironment scoped
Actions
Write contracts run against one instance and may call other instances inside one commit.
Instances4Placed in the selected environment
Replica freshness9 / 129 of 12 copies current
Regions3Holding a copy of this environment
In flight2Runtime work running right now
What it guarantees
An action owns one ordered transaction on its instance. It can emit an event, call another exported contract, or wrap an external effect that carries its own retry and compensation.
- Read and write a module's private tables in one transaction
- Call another keyed instance and keep both under one outcome
- Abandon every state change by throwing from anywhere in the call tree
Configured resources
What this capability is holding up in the environment in scope right now.
| Resource | Kind | State | Configuration |
|---|---|---|---|
| settle | Action | Active | battles, writes a round and emits settled |
| checkout | Action | Active | wallet, calls reserve inside its transaction |
| reserve | Action | Active | inventory, keyed by item |
Telemetry
Action rate284 per secondIn the selected environment
Commit success99.93%Over the last hour
p95 duration54 msIncluding the route to the home
Recent activity
- checkout committedCompleted, 1 minute agoThe hold and the reservation closed together.
- settle abandonedObserved, 8 minutes agoA rule turned the round away and nothing changed.