Execution Model
Last updated
Was this helpful?
TxFlow uses DAG-based parallel execution.
Transactions are analyzed based on state dependencies before execution.
Incoming Transactions
│
Dependency Analysis
│
DAG Construction
│
Parallel Scheduling
│
Execution
│
Commit
│
FinalityTransactions touching independent states may execute simultaneously.
Examples:
Different users trading different markets
Independent vault operations
Market data updates
Transactions accessing overlapping state are executed deterministically.
This guarantees consistent state transitions across validators.
Last updated
Was this helpful?
Was this helpful?

