> 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/overview.md).

# Overview

TxFlow L1 is a high-performance Layer 1 purpose-built for financial execution.

Unlike traditional blockchain architectures that fragment liquidity across multiple applications, chains, and protocols, TxFlow introduces a unified execution environment where applications share liquidity, settlement, and market infrastructure through TIP Liquidity Standards.

### Core Principles

* Shared Liquidity
* Deterministic Settlement
* Parallel Execution
* Modular Channels
* Fully On-Chain Financial Infrastructure

### Design Goals

#### Unified Liquidity

Liquidity is treated as a chain-level primitive rather than an application-level resource.

#### Parallel Execution

Independent state transitions execute concurrently through DAG-based scheduling.

#### Deterministic Settlement

All financial operations settle directly on-chain.

#### Channel-Based Expansion

Applications can launch as independent Channels while inheriting shared infrastructure.

### Runtime Overview

```
Applications
      │
Channels
      │
Shared Liquidity Layer
      │
TxFlow L1
```
