GLOSSARY
Canonical definitions for all Invarians concepts. The reference for all documentation, integrations, and publications.
A Proof of Execution Context (PoEC) is a cryptographically signed attestation of the structural regime of blockchain infrastructure at a given time. It is produced by the Invarians oracle and consumed by autonomous agents before executing on-chain operations.
A PoEC is not a recommendation. Invarians certifies a state. The agent applies its own execution policy.
A structural regime describes the operating state of a blockchain over a structural time window (~1 hour). It is not an event. It is a certified state of the infrastructure substrate, derived from two independent axes: τ (structural rhythm) and π (demand pressure).
The regime is measured over a calibrated window using an EMA (α = 0.1818, N ≈ 10 samples) with 3-confirmation hysteresis. A regime change takes ~3 hours to confirm. MEV, arbitrage, and short-term fee spikes do not create false regime changes.
S2D1 is the most operationally significant regime for autonomous agents. It describes structural degradation (S2) with no apparent demand pressure (D1). No gas spike. No mempool congestion. No fee monitor alert. The chain appears calm at the surface.
Post-EIP-4844, L1 basefee is structurally decoupled from L2 activity. Sequencer incidents, finalization anomalies, and structural stress can occur with no gas signature. Every conventional monitor stays silent. Invarians detects S2D1 through structural invariant measurement — not fee observation.
S2D1 has been observed during:
An autonomous agent acting during S2D1 without a PoEC is acting on incomplete information.
An infrastructure-aware agent is an autonomous on-chain agent that consumes a certified execution context before deciding to execute, defer, or reroute. It does not rely solely on gas price or mempool depth. It reads the structural regime of the infrastructure it operates on.
The operational state of a cross-chain bridge, measured independently from the L1/L2 structural regime. Bridge state is measured on a shorter window (5–15 min polling) because bridges can transition from healthy to congested faster than a structural regime change.
An attestation becomes stale when the oracle has not refreshed its data
within the expected window. The SDK exposes a stale_action field
and an optional stale_policy="raise" mode.
| oracle_status | Age | stale_action | Recommended behavior |
|---|---|---|---|
| OK | < 1h | ok |
Proceed normally |
| STALE | 1h – 2h | caution |
Use with awareness |
| STALE | > 2h | wait |
Do not act on this attestation |
The Pattern Reference is a historical record of all 32 possible execution contexts (4 L1 regimes × 4 L2 regimes × 2 bridge states), with observed frequencies and documented events for each combination. It is non-prescriptive — the agent reads the PoEC, consults the Pattern Reference, and applies its own policy.
The SxDx regime is derived from two independent axes, measured separately and combined to produce a four-state classification.