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

Execution Layer

Execution entails executing transactions that update the state correctly. Thus, execution must ensure that only valid transactions are executed, i.e., transactions that result in valid state machine transitions.

Last updated