> For the complete documentation index, see [llms.txt](https://docs.curio.cards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.curio.cards/protecting-your-cards.md).

# Protecting Your Cards

### Want the short version? Top 3 things to know:

1. **There is NO reason anyone would ever need your** [**seed phrase**](https://en.wiktionary.org/wiki/seed_phrase) **or** [**private key**](https://wiki.trezor.io/Private_key)
   * Curio Cards, OpenSea, MetaMask, Ledger, Trezor, etc will **Never** ask you for this. No matter how official the request looks, remember impersonation is easy online.
   * The Only time a seed phrase is needed is when you decide to recover a wallet. For a hardware wallet, you never need to enter your seed phrase on your computer, *only on the hardware device itself!*
   * Unsure about a request? Join a reputable crypto discord community like [The Daily Gwei](https://t.co/WUCtcwEFio) or [Bankless](https://discord.gg/bankless) and ask for advice. Ignore private messages; to avoid scams, leave out personal info and keep the conversation public. Give time for lots of people to see and reply. If a request is too urgent for this, it's a scam.
2. **Getting a Hardware Wallet**
   * They start at $80 and are the **#1 best thing you can do** to keep your crypto safe. If you have more than a few hundred dollars worth of Crypto and NFTs, there is no reason not to get one.
     * [Ledger](https://www.ledger.com/)
     * [Trezor](https://trezor.io)
     * [How to Use a Hardware Wallet](#hardware-wallets)
3. &#x20;**Don't keep all your eggs in one basket.**
   * If your wallet is compromised, limit how much can be stolen with a Hot/Cold Wallet setup.
     * Hot Wallet - the wallet you use all the time, where you keep funds and NFTs you need quick access to, where you interact with sites. This wallet carries more risk of theft.&#x20;
     * Cold Wallet - where you keep everything else. This wallet is cold because you hardly use it, and is ideally left offline. Only use it to send things too and from the Hot Wallet, never connect it to a service or authorize access for a site/tool.

If you have any questions about what any of these terms or phrases mean, you can always join the [Curio Discord](https://discord.curio.cards) and ask. After following all these steps if you want to continue to minimize your risk, ask around and continue to educate yourself on crypto and wallet security.

### What More? Next Pages:

* [Common Scams](/protecting-your-cards/common-scams.md)
* [Hardware Wallets](/protecting-your-cards/hardware-wallets.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.curio.cards/protecting-your-cards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
