# 歡迎使用 CornWallet

&#x20;      歡迎來到 CornWallet 的世界！CornWallet 是一款功能強大且安全易用的多鏈錢包，致力於為您提供無縫的 Web3 體驗。無論您是加密貨幣新手還是資深用戶，CornWallet 都能滿足您的需求，從簡單的資產管理到複雜的量化跟單交易。\
&#x20;     本手冊將引導您完成從安裝到精通的整個過程。讓我們一起開啟您的 Web3 之旅！

安裝與初始化

訪問 CornWallet 官網：<https://www.cornwallet.io/>

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

選擇 **iOS 版本**，點擊連結從 [App Store ](https://apps.apple.com/us/app/cornwallet/id6755650881)下載應用，或在 App Store 搜尋「CornWallet」。安裝完成後，啟動應用。

## 創建您的第一個錢包

首次啟動應用時，您將看到**創建新錢包**或**導入現有錢包**的選項。如果您是新用戶，請選擇「創建新錢包」。

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

**重要提示**：在創建錢包的過程中，系統會為您生成一組由 **12 個單字組成的助記詞**。

{% hint style="info" %}
**什麼是助記詞？** 助記詞是您錢包的唯一「鑰匙」。擁有助記詞就等同於擁有錢包內所有資產的控制權。因此，務必妥善保管您的助記詞。
{% endhint %}

按照螢幕提示，依序記錄下您的助記詞，並在下一步中進行驗證。驗證通過後，您的新錢包就創建成功了！

{% hint style="danger" %} <mark style="color:red;">安全保管建議：</mark>

* **離線備份**：將助記詞寫在紙上，並存放在安全的地方，例如保險箱。
* **請勿截圖**：不要將助記詞以截圖或文字檔案的形式儲存在任何連網裝置上。
* **請勿分享**：在任何情況下都不要與任何人分享您的助記詞。CornWallet 團隊絕不會向您索取助記詞。
  {% endhint %}

## 基礎概念速覽

**錢包地址**：類似於您的銀行帳號，用於接收加密資產。您可以安全地與他人分享您的錢包地址。

**私鑰**：控制您錢包資產的密碼。助記詞是私鑰的一種更易於記憶的形式。絕不能與任何人分享。

**Gas 費**：在區塊鏈上進行交易或執行操作時需要支付的網路費用，通常以該區塊鏈的原生代幣支付（例如以太坊上的 ETH）。

**多鏈錢包**：支援多個不同區塊鏈網路（如 ETH、Arbitrum、Solana 等）的錢包。


---

# 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/documentation/fan-ti-zhong-wen/kuai-su-kai-shi/huan-ying-shi-yong-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.
