> For the complete documentation index, see [llms.txt](https://yoyo-5.gitbook.io/clipper-fan-chuan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yoyo-5.gitbook.io/clipper-fan-chuan/clipper-jian-jie.md).

# Clipper简介

什么是Clipper？&#x20;

Clipper 是为白手起家的交易者而非对冲基金和鲸鱼打造的新型去中心化交易所 (DEX)。 Clipper 旨在为最流行的加密资产上小于 1 万美元的中小型交易提供最低的每笔交易成本。 这是通过一种新颖的架构和一系列设计折衷来实现的，这些折衷牺牲了大宗交易的价格竞争力，以换取零售交易的更好价格。 Clipper 以 19 世纪中期用于全球贸易的一种商船命名。 快船是为速度而设计的，部分是通过权衡货物容量。

<https://www.wikiwand.com/en/Clipper>

[Clipper Docs English version](https://docs.clipper.exchange/)

文档翻译制作 —— MetaMan-01Meta.eth [@01MetaMa](https://twitter.com/01MetaMan)

[中文币圈大全](https://twitter.com/i/lists/1404086359443357699) （推特关注列表）


---

# 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://yoyo-5.gitbook.io/clipper-fan-chuan/clipper-jian-jie.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.
