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

# FAQ

<details>

<summary>Hey this is a honeypot!! You're trying to steal my moniessss</summary>

Don't fret! We know what it looks like but let us explain!!! The entire point of this game is a play on honeypots, psychology, and game theory. We created Killswitch with these 3 things in mind.

The contract uses honeypot technology by disabling sells when the killswitch is triggered. This does NOT mean it's a traditional honeypot.

Traditional honeypots:

1\) Do not tell you they are honeypots.

2\) Do not comment in their contract explaining what the honeypots do and how they can be turned on or off by anybody.

3\) Allow devs and whitelisted addresses to sell at any time

**Killswitch is different:**

1\) We tell you there is honeypot tech here.

2\) The contract is clear about what the goal is. This is a game. Any transfer of tokens has a chance at triggering the honeypot.

3\) When the Killswitch is triggered, **NOBODY CAN SELL, INCLUDING THE DEVS**

</details>

<details>

<summary>My telegram bot won't let me buy!</summary>

If your bot does not allow you to buy, check that there is an Alpha mode available. Some bots have marked the contract as a honeypot and will only let pro-users purchase tokens. If the killswitch is active, your bot probably won't let you buy the tokens since the simulation to sell will fail, in this case, you should purchase directly through Uniswap.

</details>

<details>

<summary>Why isn't ownership renounced?</summary>

We need to keep ownership due to a part of the game that requires some moderation. People in-theory could setup different liquidity pools and have a way to sell their tokens through there that would get around the official liquidity pool which the killswitch checks. To get around this, we use a mapping of liquidity pairs so that we can set a pair as an LP and disable transfers to said pair. That is the only function that is ownable and modifiable by the devs.

</details>


---

# 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://killswitch.gitbook.io/home/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.
