# 🛡️ Security

## Overview

While the bot employs robust encryption to secure your private keys, it is essential to remember that you are 100% responsible for safeguarding your private keys. Below are key practices, recommendations, and tips to help you stay secure.

## Security Best Practices

#### Keep Your Private Keys Secure:

* **Recommendation:** Never share your private keys or access credentials with anyone. Ensure they are stored in a secure location, inaccessible to unauthorized individuals.
* **Tip:** Consider using a secure method to store your private keys.

#### Double-Check Transactions:

* **Recommendation:** Always verify transaction details carefully before confirming. Ensure the recipient address and the amounts are correct.
* **Tip:** Use the "[Trade Confirmation](/overview/functionalities/trading-bot.md#trade-confirmation)" feature to review each transaction before it is executed.

#### Regular Updates:

* **Recommendation:** Keep your Telegram and Bot up to date with the latest versions and security patches. This ensures protection against known vulnerabilities.
* **Tip:** Follow the bot’s communication channels to receive updates on new versions and best practices.

## Secure Use of the Bot

#### **Using Slippage Carefully:**

* **Recommendation:** Configure your slippage settings carefully to avoid overpaying due to market volatility.
* **Tip:** Set a low slippage percentage for "User Slippage" to minimize the risk of paying more than expected.

#### **Fast Trade Security:**

* **Recommendation:** Fast Trade is designed for speed but may be less secure as it skips transaction confirmation. Use it only when you are certain of market conditions.
* **Tip:** Consider using "[Safe Trade](/overview/functionalities/trading-bot.md#trading-modes)" to ensure all transactions are confirmed by the network before execution.

## Protecting Your Account

#### **Account and Access Security:**

* **Recommendation:** Ensure your Telegram account is secured, including enabling two-step verification and locking your chats for additional protection.
* **Tip:** Monitor your account activity regularly and be vigilant about any suspicious behavior.

## Responding to Security Incidents

#### **In Case of Compromise:**

* **Recommendation:** If you suspect your account has been compromised, contact bot support immediately and take steps to secure your assets.
* **Tip:** Revoke any keys or permissions that may have been compromised and change your access credentials.

## Encryption and Data Protection

#### **Data Encryption:**

* **Recommendation:** The bot uses encryption to securely store private keys, providing the highest level of security possible.
* **Note:** Even if you export your key, the bot's system can still synchronize related transactions for your account.

## Conclusion

Your security is a shared responsibility. While the Alert Friend bot provides robust security measures, including encryption, it is ultimately up to you to protect your private keys and maintain secure practices. Always stay vigilant and proactive in safeguarding your assets.


---

# 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.alertfriend.com/overview/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.
