For the complete documentation index, see llms.txt. This page is also available as Markdown.

State Machine Replica

The state machine is the database tier that contains multiple replications. Every replication is a State Machine Replica.

Every replica is a standalone state machine CML node. It syncs with the other state machine CML nodes.

Our Proof_of_Time algorithm guarantees that all state machine replicas run all transactions (or any called commands) at the same sequence. As a result, the same state will be kept among all replicas.

Last updated