06 / Rules simulation

Archon Worlds

A command passes through validation, a ledger, and an event log.

Browser rules illustration

Interactive rules illustration

Follow a command

Choose a transfer in a tiny synthetic world. The trace shows each rule step and a balanced ledger.

Synthetic browser example using fixed rules and a balanced ledger.

Reading the command trace

01

Intent

A command names a resource, amount, source, and destination.

02

Validation

Rules check that the source can cover the transfer before state changes.

03

Ledger

Successful transfers debit and credit equal amounts, then append an event. An overdraw leaves the stock unchanged.

Archon Worlds resolves commands through typed rules and version checks, records balanced resource transfers, and appends an event. Its first setting uses synthetic Earth-like data.

Try a valid transfer and an overdraw in the browser example. The trace exposes the rule checks, the ledger entries, and the event that follows a successful command.