> For the complete documentation index, see [llms.txt](https://docs.bogged.finance/bogged-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bogged.finance/bogged-finance/token-teams/bogcharts/bogcharts-honeypot-detection-faq.md).

# BogCharts Honeypot Detection FAQ

### Help, I'm getting a honeypot warning on my token!?

![](/files/nfBImE1AqjGDrI1fQEdL)

Our honeypot detection automatically checks if holders of your token can sell their token. It checks in realtime, so that if a honeypot is activated later, it will instantly show the warning.

{% hint style="warning" %}
If your token is intentionally preventing buyers from selling then there's nothing we can do to help you, the feature is working as intended.
{% endhint %}

We don't disclose the exact method, but put simply, we simulate sells from a random sample of your top holders. If any of these simulated sells don't work as they should, then we flag the token as a potential honeypot.

{% hint style="success" %}
If your token complies with the ERC20 standard you will never experience this issue.
{% endhint %}

If the token is currently locked and not trading, then the feature is working as intended and the warning will automatically be removed once trading resumes.

If you believe there is a reason we should remove the warning despite this page, please contact our token teams support at <https://t.me/bogfortokenteams> We may choose to remove the warning, change the warning, or leave it as-is; our decisions are final.


---

# 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://docs.bogged.finance/bogged-finance/token-teams/bogcharts/bogcharts-honeypot-detection-faq.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.
