# Wallet

## What Is a Crypto Wallet?

A **crypto wallet** lets you **store, send, and manage** digital assets (coins/tokens) on a blockchain.\
Just like a real-world wallet holds cash and ID, a wallet on-chain **proves your assets and identity**.\
A wallet is required to use **DeFi, airdrops, swaps, deposits**, and other Web3 services.

### 🦊 Example Wallet: MetaMask

* Available as a **browser extension** (desktop) or **mobile app**
* **No email sign-up**; create a wallet in about **one minute**
* Connect to **multiple networks** (Ethereum, Avalanche, Kaia, etc.)
* **Instant DApp access** via wallet connection
* Fully compatible with **AquaBank** (portfolio view, deposits, swaps)

> Other wallets (e.g., Kaikas, Rabby, WalletConnect-supported wallets) are also supported.

### Centralized vs. Decentralized (Wallet-Based)

| Category                | Centralized System           | Decentralized (Wallet-Based)   |
| ----------------------- | ---------------------------- | ------------------------------ |
| Onboarding              | Sign up → Log in             | Create wallet → Connect wallet |
| Personal Data           | Extensive (name/email/phone) | None (address only)            |
| Data Breach Risk        | Server breach = mass leakage | None (no personal data stored) |
| Access Control          | Platform-controlled          | **User-controlled**            |
| Security Responsibility | Company/platform             | **User**                       |

> **Bottom line:** Wallet-based access is **simpler** and **privacy-first**,\
> but **you** are fully responsible for your **keys and recovery phrase**.

### &#x20;Why Wallets Matter

* Assets are **self-custodied** in your wallet, not on a central server → lower systemic risk
* **View holdings** with your wallet address
* Handle **deposits, rewards, and swaps** from a single wallet
* **Warning:** If you lose access to your personal wallet, **recovery is impossible** without the recovery phrase

#### &#x20;Must-Follow Security Rules

* Store your **Secret Recovery Phrase** **offline** (paper, metal, etc.)
* **Never share** it or upload to cloud/email/messengers
* **No legitimate site will ever ask** for your recovery phrase
* If prompted by any person/site, it’s **phishing** — **do not enter** it

### How Wallets Work in AquaBank

With just a wallet connection, AquaBank (a DEX Aggregator) enables:

* **Portfolio View:** auto-detection of deposit positions in your wallet
* **Smart Swap:** real-time token-to-token swaps
* **Deposit & Claim:** join pools, earn deposit rewards, participate in Coral Rush

### Quick Q\&A for Beginners

| Question              | Simple Answer                                                                       |
| --------------------- | ----------------------------------------------------------------------------------- |
| What is a wallet?     | Your **on-chain account** to hold and trade crypto.                                 |
| What is MetaMask?     | A popular **wallet app** for browser/mobile.                                        |
| Why do I need it?     | You need a wallet to use **DeFi** like AquaBank.                                    |
| Is there a login?     | No. **Connect your wallet** — no personal data requested.                           |
| Is my data safe?      | AquaBank **does not store personal data**.                                          |
| What’s the main risk? | **Losing or leaking** your recovery phrase — recovery is **impossible** without it. |

### Final Notes

AquaBank provides **beginner guides, tutorials, and support**\
to help you manage your wallet **safely and efficiently**.

> Your wallet is **the key to your assets**.\
> Enjoy the convenience — but **prioritize security**.


---

# 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://aquabank.gitbook.io/aquabank/en/hello/wallet.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.
