# Keeping your crypto secure and safe

Keeping your crypto safe involves following some basic principles to protect your digital assets from theft or loss. Here's a very simple explanation:

1. **Use Secure Wallets**: Store your cryptocurrency in a secure wallet. There are two main types:
   * [**Hardware Wallets**](https://www.youtube.com/watch?v=7iplbbcLfJU): These are physical devices that store your cryptocurrency offline, making them less vulnerable to hacking. They are considered one of the safest options. Note we have not covered these at all, but if you are looking to hold crypto long term (10+ years) these are a great idea!
   * **Software Wallets**: These are digital wallets that run on your computer or smartphone. Choose reputable wallets with strong security features and consider using multi-factor authentication for added protection.
2. **Backup Your Wallet**: Always write down your wallet's private keys and/or recovery phrases. This allows you to restore access to your cryptocurrency if your device is lost, stolen, or damaged. Store your backups in a safe and secure location, preferably offline on a piece of paper. If you just take a screenshot or write it down in your notes app, any hacker who can get into your iCloud can access your crypto. Note if you are holding crypto on a *centralised exchange,* such as Binance, you do not have to worry about this step, as they hold your private key safe for you.

{% embed url="<https://youtu.be/fdtx0MG0Xgo>" %}

3. **Use Strong Passwords**: Choose strong, unique passwords for your wallets and accounts. Avoid using easily guessable passwords or sharing them with others. Consider using a password manager to securely store and manage your passwords.
4. **Beware of Scams**: Be cautious of phishing attempts, fake websites, and fraudulent schemes designed to steal your cryptocurrency. Double-check URLs, use reputable exchanges (such as Binance) and services, and never share your private keys or sensitive information with anyone.
5. **Keep Your Software Updated**: Ensure that your wallet software, operating system, and antivirus software are up to date with the latest security patches. Regularly update your devices to protect against known vulnerabilities.
6. **Diversify Your Holdings**: Consider diversifying your cryptocurrency holdings across multiple wallets and exchanges. This reduces the risk of losing all your assets if one wallet or exchange is compromised.
7. **Educate Yourself**: Stay informed about common security threats and best practices for protecting your cryptocurrency. Take the time to learn how to use wallets securely and avoid common pitfalls.

By following these simple steps, you can help keep your cryptocurrency safe from unauthorized access or loss. Remember that security is a continuous process, so stay vigilant and proactive in protecting your digital 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://solanaupdate.gitbook.io/the-crypto-bible/investing/keeping-your-crypto-secure-and-safe.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.
