> 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
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.txflow.com/txflow-l1/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
