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

# Introduction

**Perpetual Economy, Infinite Expansion**

***

## What is PerpX Finance?

PerpX Finance is a **Blockchain x AI** powered TradeFi perpetual economy built on Base Chain.

We bring traditional finance full-category assets — cryptocurrencies, US equities, precious metals, commodities, forex, and indices — onto the blockchain through a decentralized oracle network, with perpetual contract trading as the core engine for value creation and AI as the intelligent hub.

**TradeFi = Full-Category Asset On-Chain Trading + Unified Liquidity + Revenue Aggregation**

## Core Protocol: Three-Element Architecture

| Protocol Layer      | Name               | Role                                                                          |
| ------------------- | ------------------ | ----------------------------------------------------------------------------- |
| **Perpetual Trade** | Trading Core       | Perpetual contract trading, full-category asset matching, position management |
| **Perpetual DeFi**  | Revenue Engine     | Unified liquidity vault, revenue aggregation, TVM capture                     |
| **Perpetual Pay**   | Settlement Network | Fiat on/off-ramp, cross-border settlement, payment routing                    |

## Why PerpX?

* **Full-Category Trading** — Trade crypto, stocks, gold, forex, and more — all on-chain, 24/7
* **AI-Powered** — Intelligent risk control, dynamic pricing, predictive liquidation, and AI trading assistant
* **Unified Liquidity** — Single vault shared across all asset categories, eliminating liquidity fragmentation
* **Trade to Earn** — Trading activity generates protocol revenue, which flows back to participants through the perpetual economy flywheel
* **Built on Base** — Low gas costs, fast confirmation, Ethereum-level security

## Key Numbers

| Metric                            | Value   |
| --------------------------------- | ------- |
| System Availability               | 99.999% |
| AI Volatility Prediction Accuracy | >78%    |
| Anomaly Detection Rate            | >95%    |
| TPS (State Channel)               | 5,000+  |
| Gas Cost Reduction                | 40%     |

## Get Started

* [Launch App](https://www.perpx.io) — Start trading
* [Read the Whitepaper](/whitepaper/technical-whitepaper-en.md) — Deep dive into the tech
* [Join the Community](/links-and-community/official-links.md) — Connect with us

***

> *The next generation of financial infrastructure is not a standalone victory of blockchain or AI, but a paradigm fusion of both.*


---

# 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://docs.perpx.io/welcome/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.
