> 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.1.md).

# Cake Wallet 6.1

Covers [v6.1.0](https://github.com/cake-tech/cake_wallet/releases/tag/v6.1.0) (April 16, 2026) and [v6.1.2](https://github.com/cake-tech/cake_wallet/releases/tag/v6.1.2) (April 23, 2026).

## Highlights

* Bridge USDT between Ethereum, Polygon, and Arbitrum directly inside the app, without using an external bridge.
* Faster app: navigation is smoother and asset screens load more quickly.
* Multi-chain wallets stay in sync in the background, so balances and transaction history are consistent across networks.

## Improvements & fixes

### v6.1.0 — April 16, 2026

* Fixed issues with Lightning invoice generation.
* Fixed EVM connectivity problems.
* Assorted bug fixes and stability work following the 6.0 launch.

### v6.1.2 — April 23, 2026

* Monero swaps now show up correctly in transaction history, and Monero transaction details show the correct address.
* Bridge screen polish: the keyboard opens automatically, the amount field no longer resizes or gets cut off, and wording on the bridge details and info sheets was corrected.
* Fixed the swap screen not remembering whether fixed rate was turned on or off.
* Pay Anything no longer inserts a token contract address as the recipient, and now automatically selects the token specified in a scanned payment URI.
* Fixed the receive address used for payjoin transactions.
* Clearer descriptions on the wallet restore options.
* Stability fix for Monero wallets to prevent a rare hang while refreshing the dashboard.


---

# 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.1.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.
