Skip to main content
SuperformOS Intent History - read-only strategy execution ledger Intent History is the operator-facing execution explorer for Strategy and OMS activity. Use it to answer: what strategy fired, where the intent is in the lifecycle, what filled, what transaction mined, and why execution failed.

What it shows

Lifecycle states

The explorer uses the OMS lifecycle vocabulary: RECEIVED, ACKED, STAGED, PLANNED, EXECUTING, COMPLETED, ABORTED, EXPIRED, FAILED, CANCELED, and UNKNOWN for rows that cannot be normalized.

How it maps to OMS

The Strategy Engine projects OMS events and backfills into strategy_intent_log. Each row can include:
  • intent_id, execution_id, correlation_id
  • strategy and vault IDs
  • last event sequence and message type
  • ack/executing/completed/terminal timestamps
  • error code and message
  • total amount in/out
  • total gas used
  • fills count
  • signal snapshot and summary
  • source: engine, nats, or backfill

API mapping

Common reads