> 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/en/solana-guide/wallet-security-prompt.md).

# Wallet Security

Protect Private Keys: SlerfTools only computes locally and uses private keys to sign transactions. It never collects or uploads your private keys or sensitive information.

Small Wallet Recommendation: If there are places where plain text private keys are exposed, it is recommended to use a small wallet for operations to avoid storing large amounts of funds.

Securely Copy Private Keys: When copying private keys, scramble the order and copy in segments to prevent clipboard data from being monitored by malware.

Officially Never Requests Private Keys: SlerfTools will never ask you to provide private key information. Stay vigilant.

Stay Alert: Always be wary of scams, phishing links, and downloading any programs. Team members will never DM you directly or ask you to join another Telegram group. Never give or show your wallet’s private key to anyone.

If your wallet has been compromised, the best action is to immediately transfer your assets to a new wallet.


---

# 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/en/solana-guide/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.
