> 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/features/features.md).

# Features

Guides for everything you can do in Cake Wallet — from everyday sending and swapping to privacy tools and advanced settings.

## Basic

* [Send funds](/features/basic/send-funds.md)
* [Receive funds](/features/basic/receive-funds.md)
* [Swap](/features/basic/swap.md)
* [Bitcoin Lightning](/features/basic/bitcoin-lightning.md)
* [AnyPay](/features/basic/anypay.md)
* [Bridge USDT between chains](/features/basic/bridge-usdt-between-chains.md)

## Privacy & Security

* [Privacy settings](/features/privacy-and-security/privacy-settings.md)
* [Payjoin](/features/privacy-and-security/payjoin.md)
* [Built-in Tor](/features/privacy-and-security/built-in-tor.md)
* [Silent Payments](/features/privacy-and-security/silent-payments.md)
* [Litecoin MWEB](/features/privacy-and-security/litecoin-mweb.md)
* [Authentication and 2FA](/features/privacy-and-security/authentication.md)

## Managing your wallet

* [Manage wallets](/features/managing-your-wallet/manage-wallets.md)
* [Wallet groups](/features/managing-your-wallet/wallet-groups.md)
* [Create backup](/features/managing-your-wallet/create-backup.md)
* [Rescan](/features/managing-your-wallet/rescan.md)
* [Manage nodes](/features/managing-your-wallet/manage-nodes.md)
* [Seed and keys](/features/managing-your-wallet/seed-keys.md)
* [Address book](/features/managing-your-wallet/address-book.md)
* [Customize the app](/features/managing-your-wallet/customize-the-app.md)

## Advanced

* [Coin control](/features/advanced/coin-control.md)
* [Background sync](/features/advanced/background-sync.md)
* [Change network fee](/features/advanced/change-network-fee.md)
* [Add custom tokens](/features/advanced/add-custom-tokens.md)
* [Sign & verify messages](/features/advanced/sign-and-verify-messages.md)
* [Duress PIN](/features/advanced/duress-pin.md)
* [Tor with Orbot](/features/advanced/tor-with-orbot.md)
* [Address lookup services](/features/advanced/address-lookup-services.md)


---

# 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/features/features.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.
