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

# Welcome to Meta Flux

Meta Flux（元流） is a next-generation Decentralized Exchange (DEX) and blockchain infrastructure, 基于先进的区块链架构设计，专注于 高性能、可扩展性、安全性与去中心化 的数字资产交易与链上应用支持。

Leveraging smart contracts, non-custodial architecture, and trustless execution, Meta Flux enables on-chain asset swapping, liquidity provisioning, and DeFi protocol interaction, 为多链生态与未来 Web3 基础设施提供稳定、可持续的底层支持。


---

# 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://metaflux.gitbook.io/metaflux-docs/welcome-to-meta-flux.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.
