> For the complete documentation index, see [llms.txt](https://axon-finance.gitbook.io/axon-finance-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://axon-finance.gitbook.io/axon-finance-docs/readme.md).

# AXON Finance Whitepaper

> **The high-performance, AI-native PayFi L1**
>
> High-throughput L1 · Instant stablecoin settlement · AI-agent payments
>
> *Building the settlement rail for the on-chain economy.*

***

## Abstract

The world is moving money on-chain faster than ever. In 2025, stablecoins settled **$33 trillion** on-chain — more than the combined clearing volume of Visa and Mastercard. The way value moves is changing, but the underlying rail that carries it has not kept up: today the vast majority of stablecoins still run on chains designed for general-purpose computation, enduring congestion, volatile gas, and uncertain finality.

**AXON Finance is a Layer-1 blockchain built from the foundation up for Payment Finance (PayFi).** It is not a general-purpose chain retrofitted for payments, but a base layer redesigned around a single question: *if a blockchain were built from day one for global settlement and machine-native commerce, what would it look like?*

AXON's answer is two-layered: **the L1 is the foundation, PayFi is the wedge.** The foundation layer delivers payment-grade quality of service — high throughput, sub-second finality, and extremely low, predictable fees — and builds stablecoin settlement primitives, account abstraction, fee sponsorship, and a pluggable compliance gateway into the base of the chain rather than patching them on afterward. The wedge layer anchors PayFi, the direction with the most real cash flow today: instant stablecoin settlement, AI-agent payments, an on-chain money market that brings the *time value of money* on-chain, and cross-border-by-default B2B settlement.

On the AI dimension, AXON takes a **more defensible** path. We do not lead with "AI that makes money for you." Instead we position AI as chain-native **controlled payment execution** — using account abstraction, session keys, and verifiable payment policies to put limits, time windows, allowlists, and revocability around automated payments. AI agents **can pay, but can't run off and can't overspend.**

Longer term, atop a payment and settlement rail proven by real business, AXON will extend the network into a broader world of assets — growing the payment network into a global asset network.

***

## Key Anchors

| Metric                                 | Value           | Note                                                 |
| -------------------------------------- | --------------- | ---------------------------------------------------- |
| Stablecoin on-chain settlement, 2025   | **$33T**        | Exceeds Visa + Mastercard combined ($25.5T)          |
| PayFi leader Huma, cumulative volume   | **$10B+**       | Crossed $10B in Feb 2026, YoY 3.4× ($2.9B → $10B)    |
| Global cross-border payment flow (TAM) | **$190T+**      | B2B is \~60% of stablecoin cross-border flow         |
| Target network throughput              | **>10,000 TPS** | Payment-grade sustained throughput (Design Target)   |
| AXON total supply                      | **1B**          | Price / FDV / TGE float not disclosed (see Part VII) |

***

## How to Read This Book

This whitepaper is organized into seven parts, moving from vision all the way to the path to launch and tokenomics:

* **Part I · Vision & Positioning** — the "foundation & wedge" core thesis, AXON's two-layer narrative, and design philosophy.
* **Part II · Market & Opportunity** — stablecoin monetization, the origins of PayFi, cross-border pain, and the AI-agent economy: how four trends converge into a whitespace.
* **Part III · Technical Architecture** — why a purpose-built L1, the five-layer architecture, consensus and performance targets, payment determinism, oracle safety, the compliance gateway, and account abstraction.
* **Part IV · The PayFi Engine** — four scenarios stacking value, plus the first open ecosystem: the **US-equity copy-trading engine**.
* **Part V · AI-Native** — the real problem of agentic payments, controlled payment execution, x402 & M2M, and our honest positioning for AI.
* **Part VI · Roadmap & Governance** — the P0 → P3+ stage progression, governance framework, team & resource network, and the Season 1 ecosystem open program.
* **Part VII · Tokenomics** — 1B total supply, six-bucket allocation, vesting and circulating-supply curve, token utility, and the deflationary flywheel.
* **Appendix** — glossary, parameter summary, brand guidelines, and data sources.

***

<sub>AXON Finance · The high-performance, AI-native PayFi L1 ·</sub> [<sub>axonfinance.xyz</sub>](https://axonfinance.xyz)


---

# 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, and the optional `goal` query parameter:

```
GET https://axon-finance.gitbook.io/axon-finance-docs/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
