# Securing your Account

#### <mark style="color:green;">Save Private Keys</mark>

**ALWAYS DOWNLOAD YOUR PRIVATE KEY (PK)** immediately after wallet creation. Without it, you lose permanent access to your wallet. Store it safely offline—this is critical for account security.

#### <mark style="color:green;">Enable Two-Factor Authentication on BullX (2FA)</mark>

Enable 2FA to protect your account. Even if someone gets your password,\
**2FA keeps your account secure**. Don't forget this code as you wont be able to recover your account if this is lost.

<mark style="color:green;">Enable Password Authentication on Telegram (2FA)</mark>

To set up 2FA on Telegram on any device:

1. Open **Telegram** and go to **Settings**.
2. Tap **Privacy and Security**.
3. Select **Two-Step Verification**.
4. Tap **Set Password**, create and confirm a strong password.
5. (Optional) Add a **recovery email**.
6. 2FA is now enabled for your account.

You’ll need to enter this password when logging in on new devices.

#### <mark style="color:green;">Avoid Random Logins</mark>

Never log in on untrusted devices or public platforms. Be cautious with **Telegram QR logins**—they can expose your account to risk if used in unsafe environments.

#### <mark style="color:green;">Verify Links</mark>

Check all links before clicking. Only use official BullX URLs to avoid scams and phishing attacks.


---

# 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://bullx.gitbook.io/bullx-neo-docs/getting-started/securing-your-account.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.
