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

# Known Bugs

This page presents a compilation of common issues encountered by users, along with potential workarounds until a bug fix is implemented.

1. When selling tokens, consider selling 99% of your tokens instead of 100%.
2. To maintain active limit orders, ensure your wallet maintains a balance of at least 0.02 ETH; otherwise, they may be automatically cancelled.
3. If your Limit Buy order is cancelled, verify that your remaining balance after the buy is at least 0.02 ETH.
4. We're actively investigating this rare bug. If you continue encountering the same error despite repeated attempts, consider transferring your tokens to another wallet and trading via Uniswap, OKX DEX, 1inch, or Kyberswap.


---

# 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://lfg314.gitbook.io/lfg314/known-bugs.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.
