# Security

Security is top priority for SOLFARMER. We implement multiple layers of protection to ensure the safety of your assets and trading activities.

## Two-Factor Authentication (2FA)

### Setting Up 2FA

1. Navigate to Settings in your Telegram bot
2. Click "Enable 2-FA"
3. Scan the QR code with your authenticator app
   * Supported apps: Google Authenticator, Authy, etc.
4. Enter the 6-digit verification code
5. 2FA is now enabled for your account

<div align="left"><figure><img src="/files/SiVRHeVtC7nlUu02w0np" alt="" width="375"><figcaption><p>Step 1: Setup 2FA</p></figcaption></figure></div>

<div align="left"><figure><img src="/files/NOJJ8vVkFAzrNDThDMy7" alt="" width="375"><figcaption><p>Step 2: 2-FA is enabled</p></figcaption></figure></div>

### When 2FA is Required

You'll need to provide your 2FA code when:

* Restore access on new telegram account in case you loose access to your current account
* Start/Stop Live Trading
* Withdrawing Funds

### Best Practices for 2FA

* Don't share QR codes or backup codes
* Use a reliable authenticator app
* Enable biometric protection on your authenticator app
* Set up backup authentication methods

## Emergency Procedures

If you suspect your telegram account or even your device has been compromised, lock your account to ensure no funds can be moved.

1. Lock your account\
   Settings > Other > Emergency Lock
2. Contact our support
3. Create a new telegram account and restore your account\
   Settings > Other > Restore Account

## 🆘 Need Help?

If you need help or you have questions, don't hesitate to contact us:

* 💬 [24/7 Telegram Support](/support/contact.md)
* 👥 [Community (Private Group)](/member-only/private-group.md)


---

# 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.pumpfarmer.pro/getting-started/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.
