> For the complete documentation index, see [llms.txt](https://docs.slerf.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slerf.tools/ru/osnovy-solana/wallet-security-prompt.md).

# Безопасность кошелька

**Защита закрытого ключа**: SlerfTools выполняет вычисления и подписывает транзакции локально, никогда не собирая и не загружая ваши закрытые ключи или конфиденциальную информацию.

**Рекомендуется использовать мелкие кошельки**: если есть риск раскрытия закрытого ключа, рекомендуется использовать кошелек с небольшой суммой, чтобы избежать хранения крупных средств.

**Безопасное копирование закрытого ключа:** при копировании ключа перемешивайте и копируйте его по частям, чтобы избежать мониторинга данных буфера обмена вредоносным ПО.

**Официальный запрос закрытого ключа**: SlerfTools никогда не запрашивает у вас информацию о закрытом ключе, будьте бдительны.

**Будьте бдительны**: всегда остерегайтесь мошенничества, фишинговых ссылок и загрузки программ. Члены команды никогда не будут отправлять вам личные сообщения или просить вас присоединиться к другой группе в Telegram. Никогда не предоставляйте и не показывайте свои закрытые ключи.

Если ваш кошелек скомпрометирован, лучшим способом защиты будет немедленный перевод ваших активов на новый кошелек.


---

# 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://docs.slerf.tools/ru/osnovy-solana/wallet-security-prompt.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.
