# Welcome to CornWallet

Welcome to the world of CornWallet! CornWallet is a powerful, secure, and user-friendly multi-chain wallet dedicated to providing you with a seamless Web3 experience. Whether you're new to cryptocurrency or an experienced user, CornWallet meets all your needs, from simple asset management to complex quantitative copy trading.

\
This guide will walk you through the entire process, from installation to mastery. Let’s embark on your Web3 journey together!

## Download and install the CornWallet wallet

Visit the official CornWallet website: <https://www.cornwallet.io/>

<figure><img src="/files/QbcyDDmVDTCquBsf1J11" alt=""><figcaption></figcaption></figure>

#### For iOS

Select the iOS version, click the link to download the app from the[ App Store](https://apps.apple.com/us/app/cornwallet/id6755650881), or search for "CornWallet" in the App Store. After installation, launch the app.

#### For Android

Download the APK Android package directly from the official website link

<figure><img src="/files/kXT7KuvmUC2lfyU4jbWo" alt=""><figcaption></figcaption></figure>

## **Create Your First Wallet**

When you launch the app for the first time, you will see options to create a new wallet or import an existing one. If you are a new user, select "Create New Wallet."

<figure><img src="/files/yc1JCSw0vdvXrNe9HWGV" alt=""><figcaption></figcaption></figure>

During the wallet creation process, the system will generate a 12-word Secret Recovery Phrase (mnemonic phrase) for you.

It is the unique "key" to your wallet. Possessing the mnemonic phrase means having full control over all assets in the wallet. Therefore, it is crucial to store your mnemonic phrase securely.

Follow the on-screen instructions to record your mnemonic phrase in order, and verify it in the next step. Once verified, your new wallet will be successfully created!

{% hint style="danger" %} <mark style="color:$danger;">**Secure Storage Recommendations:**</mark>

* **Offline Backup:** Write down the mnemonic phrase on paper and store it in a safe place, such as a safe.
* **No Screenshots:** Do not save the mnemonic phrase as a screenshot or text file on any internet-connected device.
* **Do Not Share:** Never share your mnemonic phrase with anyone under any circumstances. The CornWallet team will never ask for your mnemonic phrase.
  {% endhint %}

## **Quick Overview of Basic Concepts**

* **Wallet Address:** Similar to your bank account number, it is used to receive cryptocurrency assets. You can safely share your wallet address with others.
* **Private Key:** The password that controls your wallet's assets. The mnemonic phrase is a more user-friendly form of the private key. Never share it with anyone.
* **Gas Fee:** The network fee required to conduct transactions or perform operations on a blockchain, usually paid in the blockchain's native token (e.g., ETH on Ethereum).
* **Multi-Chain Wallet:** A wallet that supports multiple different blockchain networks (such as Ethereum, Arbitrum, Solana, etc.).


---

# 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://corndex.gitbook.io/cornwallet/quick-start/welcome-to-cornwallet.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.
