> For the complete documentation index, see [llms.txt](https://docs.stonksnipebot.best/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stonksnipebot.best/security-and-rules/wallets-and-security.md).

# Wallets and Security

### Custody wallets

Each user can have up to five custody wallets. Each wallet has its own label, target, mode, amounts, fee limits, and position rules.

Private keys are encrypted locally with AES-256-GCM. Custody means the service can decrypt keys and sign authorized trades.

### Imports and exports

Imported private-key messages are deleted from Telegram when possible. Exports are spoiler-protected and auto-deleted.

Use a dedicated funded wallet for this service. Never import a primary savings wallet.

### Notifications and learning

Live execution starts with one designated learning wallet. Confirmed buy and sell results can release the trading gate to all custody wallets.

The group receives CA alerts and learning-wallet trade and fee results. Other users receive only their own execution result in private chat.

{% hint style="danger" %}
Do not share private keys, bot tokens, RPC endpoints, administrator passwords, or private operational addresses.
{% endhint %}


---

# 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.stonksnipebot.best/security-and-rules/wallets-and-security.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.
