> For the complete documentation index, see [llms.txt](https://dexx.gitbook.io/dexx-tutorial-book/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-tutorial-book/q-and-a/why-cant-i-sell.md).

# Why Can’t I Sell?

There are several reasons why a transaction might fail. The most common problems include insufficient gas fees, low liquidity, tight slippage settings, honeypot tokens, or network issues.\
For example:

* If the gas fee was $16 1s ago and your balance is only $20, but the gas fee jumps to $22, you'll get a notification that the transaction has failed.
* Tight slippage often becomes a problem with tokens that have booming trading. When large buy or sell orders hit the market at the same time, they can drastically change the price. If your slippage is set too low, the price may move outside your acceptable range while your transaction has been submitted, leading to a failure.
* You might be trying to sell a honeypot token that has already been blacklisted, or the token may have specific rules that prevent it from being sold.
* Low liquidity means there aren’t enough tokens in the liquidity pool to meet selling demand. In other words, there may not be enough buyers or funds available to support your sell order, or there aren’t sufficient funds for you to exchange.


---

# 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-tutorial-book/q-and-a/why-cant-i-sell.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.
