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

# FAQs

## What is the advantage of using Btrade?

In a short answer: convenience and speed. But let me give you more some more details why you are better off using Brocktrade:\
\- Sniping is fully automated after you tell the bot what you want to buy and for how much. It handles calculating max transaction, safe block, confirms if its sellable.\
\- You can monitor the prices of your tokens in real time, you can sell / transfer in an instance.\
\- Top tier anti-rug protection saves you from bad actors.\
\- Default honeypot detection saves you from buying a malicious contract.\
\- Default anti-mev protection saves you from being sandwiched and exploited.\
\- Reorg protection saves you from getting sandwiched in a rare occasion blocks get reorged.

## How can i extract my private key from Btrade?

There's no option to retrieve your private key from Btrade. When you generate a wallet, make sure to save your private key in a secure location. **Never share your private key with anyone. Team members will never ask for it!**


---

# 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://brocktrade.gitbook.io/brocktrade/faqs.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.
