# Using Cold Wallets and Hot Wallets

##

**Cold wallets and hot wallets are both ways of storing cryptocurrencies, each with its own advantages and disadvantages, suitable for different scenarios and needs.**

**Cold Wallet:**

* **Definition: A cold wallet is a method of storing cryptocurrencies offline, typically by storing the private keys of the cryptocurrencies on a device not connected to the internet, such as a hardware wallet, paper wallet, or secure storage device. Advantages: Cold wallets are relatively more secure because the private keys are not exposed to the internet and are less susceptible to hacking attacks. They are suitable for users holding large amounts of cryptocurrencies for the long term, maximizing asset security. Disadvantages: Less convenient, as cryptocurrencies need to be manually transferred to a hot wallet for transactions, which may require additional steps and time.**

**Hot Wallet:**

* **Definition: A hot wallet is a method of storing cryptocurrencies online, with the private keys stored on a device connected to the internet, such as a software wallet or exchange wallet. Advantages: Hot wallets are more convenient, allowing for transactions anytime and anywhere, enabling quick buying and selling of cryptocurrencies. They are suitable for users who frequently engage in transactions, enabling rapid response to market changes. Disadvantages: Relatively less secure because the private keys are exposed to the internet, making them vulnerable to hacking attacks or malicious software threats. There is a risk when storing large amounts of assets.**

{% hint style="success" %}
**The specific choice between using a cold wallet and a hot wallet depends on your needs and risk preferences. Generally, assets held for the long term and not requiring frequent transactions can be stored in cold wallets, while assets that require frequent trading or quick buying and selling can be kept in hot wallets. The best practice is to store the majority of assets in cold wallets, keeping only a small amount for daily trading in hot wallets.**
{% endhint %}


---

# 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://mexc-web3.gitbook.io/mexcweb3-docs/group-1/ensuring-fund-safety/using-cold-wallets-and-hot-wallets.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.
