# Wallets & Risk Mitigation

### Web **Wallets**

[MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en) (recommended)- The original browser extension wallet

[Binance Chain Wallet](https://chrome.google.com/webstore/detail/binance-chain-wallet/fhbohimaelbohpjbbldcngcnapndodjp?hl=en) - The official browser extension wallet for Binance Smart Chain

### Mobile Wallets

[SafePal](https://safepal.io/) (recommended) - An all in one mobile wallet with access to decentralized app

[Trust Wallet](https://trustwallet.com/) - A simple & secure mobile wallet that supports BTC, ETH, BSC & more&#x20;

### **Best Practices**

* Never give your private keys to anyone, ever.&#x20;
* Store your private keys/seed phrase off line and ideally in a safe
* Always log out of your browser extension wallet after using it
* Never log in to your account or type in your private key on open public wifi like cafe's or airports
* Understand the difference between blockchains. BTC (Segwit). ETH (ERC20). BSC (BEP20). Sending crypto to an address on the WRONG chain will make you LOSE YOUR FUNDS.

### Insurance

Planet Finance is in the process of creating the Purple Planet which is a free market insurance protocol. Insurance will enable you to pay a premium to be insured against various risks. More details to come on free market insurance on Planet.


---

# 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.planet.finance/risks/risk-minimization.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.
