# Security

To make sure your NFTs are safe and not vulnerable to hacks we suggest you use a hardware wallet. Hardware wallets provide a simple yet effective way of storing your private keys (usually in the form of a seed phrase) in a safe place. Because hardware wallets are not connected to the internet, they are very difficult to hack or steal.

Crypto hardware wallets are comparable to bank accounts or safes in a home. They are known as *cold wallets* because they are used for long-term storage rather than active use. It is important to note that hardware wallets don’t hold your cryptocurrency itself, but rather hold the private keys that allow you to access it.

Once you’ve purchased a hardware wallet from a reputable vendor, you’ll initially need to set up your wallet by plugging it into your computer. Most importantly, you’ll be prompted to write down and secure your recovery phrase, a long string of words which will allow you to recover your wallet if it is lost or stolen.

We recommend [Ledger](https://ledger.com) for your hardware wallet needs.


---

# 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.objkt.com/product/fundamentals/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.
