> 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-wo-mai-bu-chu-qu.md).

# 为什么我卖不出去？

交易失败可能是由多种原因造成的。\
最常见的原因是由于您Gas费用不够、流动性不足、滑点过低、貔貅代币、网络问题导致的。\
\
例如\
· 前一秒的Gas是 $16，您的余额仅有 $20，此时Gas费用上涨至 $22，就会提示交易失败\
\
· 滑点过低，常见于交易激励的币种。同一秒内买入/卖出交易金额大/数量多，将价格砸下/涨起。此时您的滑点比较低，交易信息发送到链上之后，价格波动已经超过了您的滑点，导致交易失败。\
\
· 您购买的是貔貅代币，地址已经被拉黑。或者代币有特殊机制，无法卖出。\
\
· 流动性不足时，意味着流动性池中某种代币的数量不足以满足卖方的需求。换句话说，没有足够的买方资金或代币来支持你的卖单，或者没有足够的资产供您兑换。


---

# 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-wo-mai-bu-chu-qu.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.
