# Wallet Guide

### What is a Crypto Wallet? <a href="#id-6delr01vzi3m" id="id-6delr01vzi3m"></a>

All [crypto ](/whitepaper-v3/learing-and-resources/glossary-and-crypto-terms.md#cryptocurrency-cryptoasset)transactions are stored, and plainly visible on a [blockchain](/whitepaper-v3/learing-and-resources/glossary-and-crypto-terms.md#blockchain) (such as [Binance Smart Chain](/whitepaper-v3/learing-and-resources/glossary-and-crypto-terms.md#bsc-binance-smart-chain)). However, a [wallet](/whitepaper-v3/learing-and-resources/glossary-and-crypto-terms.md#wallet) app grants you the the ability to authorize transactions on your account.

When you create a [seed phrase](/whitepaper-v3/learing-and-resources/glossary-and-crypto-terms.md#seed-phrase) in a wallet app, you're actually generating your [address](/whitepaper-v3/learing-and-resources/glossary-and-crypto-terms.md#address) on that blockchain, as well as the security key to access it. Because of this, your seed phrase can be used with multiple different wallet apps - even at the same time - as long as those apps all use the same seed phrase standard. Since different wallet apps offer different features and can run on different platforms, this can be quite handy.

### List of Wallet Apps

Each wallet app has its advantages and disadvantages, and so it can be quite helpful to have multiple different wallet apps at your disposal.

Below is a list of the wallet apps directly supported by Leonicorn Swap. Other apps may also work via WalletConnect.

* [Binance Wallet](https://docs.binance.org/smart-chain/wallet/binance.html) (PC)
* [Coin98 Wallet](https://coin98.com/wallet) (Android/iOS/PC)
* [Math Wallet](https://mathwallet.org/) (Android/iOS/PC)
* [MetaMask](https://metamask.io/) (Android/iOS/PC)
* [SafePal](https://safepal.io/) (Android/iOS)
* [Token Pocket](https://www.tokenpocket.pro/) (Android/iOS)
* [Trust Wallet](https://trustwallet.com/) (Android/iOS)

{% hint style="warning" %}
**IMPORTANT SAFETY NOTICES**

*Always download crypto wallets from trustworthy locations (App Store, Play Store, official websites). It's also a good idea to verify the app before downloading (looking at the number of downloads is a good indicator).*

***NEVER GIVE YOUR SEED PHRASE TO ANYONE***

*Always store it in a safe, offline location. Only enter it into trusted wallet apps you have knowingly and intentionally installed and are trying to set up.*
{% 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://leonicornswap-1.gitbook.io/whitepaper-v3/get-started/wallet-guide.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.
