> For the complete documentation index, see [llms.txt](https://docs.cakewallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cakewallet.com/cryptos/cryptocurrencies.md).

# Cryptocurrencies

Cake Wallet is one non-custodial app for sixteen separate chains — privacy coins, Bitcoin and its forks, the EVM ecosystem, and several chains that don't fit any of those boxes. Every wallet you create belongs to you alone: seeds and keys are generated on your device and never leave it, so no one at Cake can see your balances, freeze your funds, or move them on your behalf.

The pages below cover what genuinely differs from one chain to the next — seed formats and derivation paths, how receive addresses behave, how fees are set, and which privacy tools apply. Pick the currency you're using and start there.

## Privacy coins

* [Monero](/cryptos/monero.md) — private by default. Multiple accounts and subaddresses per wallet, a choice of Polyseed, 25-word, or BIP39 seeds, and full [coin control](https://docs.cakewallet.com/features/advanced/coin-control).
* [Zcash](/cryptos/zcash.md) — shielded transactions that hide the sender, receiver, and amount on-chain. Cake shields your funds automatically once a balance is worth shielding; very small amounts (under 30,000 zatoshi, or 0.0003 ZEC) are left alone, since the network fee would eat most of the value.
* [Zano](/cryptos/zano.md) — private transfers plus Confidential Assets, Zano's own privacy-preserving token standard.

## Bitcoin and forks

* [Bitcoin](/cryptos/bitcoin.md) — the deepest feature set in the app: [Lightning](https://docs.cakewallet.com/features/basic/bitcoin-lightning), [Silent Payments](https://docs.cakewallet.com/features/privacy-and-security/silent-payments), [Payjoin](https://docs.cakewallet.com/features/privacy-and-security/payjoin), [coin control](https://docs.cakewallet.com/features/advanced/coin-control), and a fresh receive address after every use.
* [Litecoin](/cryptos/litecoin.md) — fast, low-cost payments, with optional [MWEB](https://docs.cakewallet.com/features/privacy-and-security/litecoin-mweb) confidential balances on Android and iOS.
* [Bitcoin Cash](/cryptos/bitcoin-cash.md) — larger blocks and low fees, CashAddr addresses, and coin control.
* [Dogecoin](/cryptos/dogecoin.md) — quick blocks and very low fees, which makes it popular for tips and small payments. Coin control supported.

## EVM chains and tokens

Five EVM networks, each its own wallet type. They share the familiar `0x` address format and a BIP39 seed — 12 words by default, with 24 available if you prefer — which means one seed can cover all of them in a [wallet group](https://docs.cakewallet.com/features/managing-your-wallet/wallet-groups). The same address format does not mean the same network, though — always confirm which chain a sender is using before funds are on the way.

* [Ethereum](/cryptos/ethereum.md) — the original smart contract chain. ERC-20 tokens, [USDT bridging](https://docs.cakewallet.com/features/basic/bridge-usdt-between-chains), and optional Blink MEV protection.
* [Polygon](/cryptos/polygon.md) — an Ethereum Layer-2 with much lower fees. Fees are paid in POL, renamed from MATIC in 2024. Supports USDT bridging.
* [Arbitrum](/cryptos/arbitrum.md) — an Ethereum Layer-2 that inherits Ethereum's security. Fees are paid in ETH. Supports USDT bridging.
* [Base](/cryptos/base.md) — an Ethereum Layer-2 built by Coinbase. Fees are paid in ETH, with optional Blink MEV protection.
* [BNB Smart Chain](/cryptos/bnb-smart-chain.md) — EVM-compatible with low fees and fast blocks. Uses the same ERC-20 token standard, often called BEP-20 here.

## Other chains

* [Solana](/cryptos/solana.md) — high throughput and very low fees. Holds SPL tokens, and sets the fee for you automatically.
* [Tron](/cryptos/tron.md) — widely used for USDT (TRC-20). Fees work differently here: transactions consume bandwidth and energy, and the network burns a little TRX when you don't hold enough.
* [Nano](/cryptos/nano.md) — feeless and near-instant, with no network fee to send at all.
* [Decred](/cryptos/decred.md) — a hybrid Proof-of-Work and Proof-of-Stake chain with governance built into the protocol. Coin control supported.

## Tokens

Beyond native coins, you can hold tokens on all five EVM chains, on Solana (SPL), on Tron (TRC-20), and on Zano (Confidential Assets). Well-known tokens are available out of the box, and anything else can be added by contract address — see [Add custom tokens](https://docs.cakewallet.com/features/advanced/add-custom-tokens).

One thing worth remembering: tokens never pay their own fees. Sending USDT on Ethereum costs ETH, on Polygon it costs POL, on Tron it costs TRX, and so on. Keep a small balance of the chain's native coin so your token transfers can go through.

## Legacy currencies

Two currencies we once supported can no longer be created. [Wownero](/cryptos/wownero.md) wallets still open, but only to show you their seed and keys so you can recover your funds in another wallet. Haven support has also been removed. If you hold either, the Wownero page walks through getting your funds out.

## Where to next

* New here? [Get Started](https://docs.cakewallet.com/get-started) walks you through installing Cake Wallet and creating your first wallet.
* [Features](https://docs.cakewallet.com/features) covers everything that works across currencies — sending and receiving, swaps, backups, hardware wallets, nodes, and privacy settings.
* Want one seed to cover several currencies at once? See [wallet groups](https://docs.cakewallet.com/features/managing-your-wallet/wallet-groups).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cakewallet.com/cryptos/cryptocurrencies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
