# Keeping your Crypto Secure

Securing your cryptocurrency investments is paramount, given the digital nature of the assets. Below, we've curated a guide to ensure the safety of your crypto assets.

### Table of Contents

1. [Understand the Basics](#1.-understand-the-basics)
2. [Use a Hardware Wallet](#2.-use-a-hardware-wallet)
3. [Be Cautious of Phishing Attacks](#3.-be-cautious-of-phishing-attacks)
4. [Enable Two-Factor Authentication](#4.-enable-two-factor-authentication-2fa)
5. [Maintain Multiple Backups](#5.-maintain-multiple-backups)
6. [Keep Software Updated](#6.-keep-software-updated)
7. [Stay Informed and Educated](#7.-stay-informed-and-educated)

### 1. Understand the Basics

* **Public Key**: This is like your email address - you can share it with others so they can send you cryptocurrency.&#x20;

Example:&#x20;

```
63FaC9201494f0bd17B9892B9fae4d52fe3BD377
```

* **Private Key**: This is like your password to your email. Never share your private key with anyone. Possession of the private key means full control over the associated crypto assets.

Example:

```
8da4ef21b864d2cc526dbdb2a120bd2874c36c9d0a1fb7f8c63d7f7a8b41de8f
```

*Please do not send any crypto to the public key example, as the private key is published and the account is unsecure.*

### 2. Use a Hardware Wallet

For large crypto holdings, consider investing in a hardware wallet. These are physical devices that store your private keys offline, ensuring they remain inaccessible to hackers.

* **Popular Choices**: Ledger Nano S, Ledger Nano X, Trezor.
* **Advantage**: Immune to viruses and malware, as they never connect to the internet.

### 3. Be Cautious of Phishing Attacks

Phishers imitate legitimate companies to steal your private keys.

* **Always**: Check URLs when accessing your digital wallet or exchange.
* **Never**: Click on suspicious links from emails or social media.
* **Always:** Double check wallet addresses when sending cryptocurrencies.

### 4. Enable Two-Factor Authentication (2FA)

Most exchanges and wallets offer 2FA. This is an extra layer of security that requires not only a password and username but also something that only the user knows or has.

* **Types**: SMS codes, email codes, Google Authenticator, or physical hardware tokens.
* **Recommendation**: Google Authenticator over SMS codes, as phone numbers can be compromised.

### 5. Maintain Multiple Backups

Always backup your wallet to avoid losing access due to device failure or other unforeseen problems.

* **Physical Copies**: Write down essential passwords and private keys and store them in a secure location.
* **Digital Copies**: Store in multiple offline environments, like USB drives or external hard drives. Keep them disconnected when not in use.

### 6. Keep Software Updated

Keep your wallet software and the software on your devices up-to-date. Developers regularly release security enhancements.

### 7. Stay Informed and Educated

The crypto space evolves rapidly, and threats change. Staying informed about the latest threats and best practices is essential.

* **Join**: Online forums, newsletters, or groups that discuss cryptocurrency.
* **Follow**: Influential and trusted figures in the crypto community on platforms like Twitter or LinkedIn.

<br>


---

# 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://faq.karrier.one/support/keeping-your-crypto-secure.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.
