Architecture / 03

Event-based order lifecycle

The implemented contract is an event-driven coordination layer. It does not contain the ECDSA RFQ quote-validation path previously described by this site.

Evidence scope · implementation, public chain state, third-party reports, operator disclosures

State held on-chain

State not held on-chain

Open finding MED-01

Events are not enforceable order state. Privileged calls can emit fill or cancellation without proving order existence, pending status or parameter match.

Cancellation

The user signs an order ID for the API. The privileged backend verifies it and calls markOrderCancelled. Refunds require configured receiver allowances and balances.