> 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/release-notes/cake-wallet-6.2.md).

# Cake Wallet 6.2

Covers [v6.2.0](https://github.com/cake-tech/cake_wallet/releases/tag/v6.2.0) (June 5, 2026) and [v6.2.1](https://github.com/cake-tech/cake_wallet/releases/tag/v6.2.1) (June 9, 2026).

## Highlights

* Use a Trezor hardware wallet with Monero: pair your device to view balances and sign XMR transactions while your private keys stay offline.
* Redesigned WalletConnect screens, with clearer permission prompts, faster session setup, and smoother multi-chain dApp connections.
* Rebuilt Nodes screen: check node latency, switch between your own and Cake's default daemons, and manage your connections in one place.
* Bitcoin and Litecoin wallets sync faster in the background, so the app is ready to use sooner after you open it.
* Smoother Pay Anything flow for scanning, converting, and paying a crypto invoice.

## Improvements & fixes

### v6.2.0 — June 5, 2026

* Ongoing code modernization means a smaller app footprint and better memory use.
* General maintenance, performance tuning, and fixes for edge-case UI glitches.

### v6.2.1 — June 9, 2026

* LetsExchange is now re-enabled as a swap provider after extensive improvements to their infrastructure, giving you another excellent source of rates when exchanging coins.
* Fixed a Monero issue where an invalid key image could cause transaction creation to fail.
* Further Trezor improvements.
* QR scan screen fixes: the manual-input button works again, the layout no longer overlaps, and Lightning invoices are parsed more reliably when scanned.
* Solana: the GMT token now displays with the correct number of decimals.
* The swap confirmation sheet now shows the network badge, address book entries show the right chain icons, and the missing MWEB icon is back.
* Sharing now works correctly on iPad.
* Fixed an error when entering an invalid custom node address, and a fix for EVM wallet creation failing after restoring from a backup.


---

# 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/release-notes/cake-wallet-6.2.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.
