# Security

### Is BONKbot secure?

BONKbot uses a custom signing system to secure your wallet without holding your keys. We call it **The Signer** - a unique, remote, non-custodial setup where only you can approve transactions. Your private key is never visible to anyone else - not us, Telegram, or any third-party.

Every transaction is checked against a template you’ve approved. If the action doesn’t match exactly, it won’t go through. 2FA adds extra protection keeping your funds safe even if your Telegram is compromised. It’s hardware wallet-level security at the heart of BONKbot.

<br>


---

# Agent Instructions: 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://docs.bonkbot.io/security/security.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.
