> For the complete documentation index, see [llms.txt](https://docs.txflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.txflow.com/txflow-l1/core-protocol/finality.md).

# Finality

### Deterministic Settlement

Financial applications require deterministic settlement guarantees.

TxFlow finality ensures:

* Consistent account balances
* Verifiable liquidation logic
* Transparent vault accounting
* Reproducible market state

### Performance Targets

| Metric     | Target   |
| ---------- | -------- |
| TPS        | >250,000 |
| Block Time | <50ms    |
| Finality   | \~200ms  |

### Settlement Lifecycle

```
Execution
      │
State Commit
      │
Validator Verification
      │
Finality
```
