> For the complete documentation index, see [llms.txt](https://dexx.gitbook.io/dexx-zhong-wen-jiao-cheng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dexx.gitbook.io/dexx-zhong-wen-jiao-cheng/chang-jian-wen-ti/wei-shen-me-tong-yang-de-ca-dai-bi-jia-ge-bu-yi-yang.md).

# 为什么同样的CA代币价格不一样？

在去中心化交易所（DEX）上，每个交易对都有不同的流动性池，池中两种代币的比例决定了交易的价格。如果一个池中的流动性较低，卖出或买入大量代币会对价格产生较大影响，从而导致价格偏差。\
\
常见比如，Uniswap的V2和V3池子。\
\
您可以通过池子地址来定位不同的池子。


---

# 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://dexx.gitbook.io/dexx-zhong-wen-jiao-cheng/chang-jian-wen-ti/wei-shen-me-tong-yang-de-ca-dai-bi-jia-ge-bu-yi-yang.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.
