> 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/faq/buy-and-sell.md).

# Buy & sell

## How do I buy or sell crypto in Cake Wallet?

Cake Wallet lets you buy and sell crypto with fiat money (like USD, EUR, or GBP) directly in the app, using the `Buy` button on the balance card in Cake's home screen. The purchase or sale itself is handled by third-party on-ramp and off-ramp providers built into Cake Wallet — for example Onramper, MoonPay, DFX, Robinhood Connect, and Kryptonim for buying and selling. Cake Wallet shows you the available providers and quotes; you pick one and complete the order with that provider.

The buy/sell experience is currently being reworked, so exact buttons and steps may change between app versions. This page focuses on what to expect and where to get help rather than a step-by-step walkthrough.

{% hint style="info" %}
Cake Wallet is non-custodial and does not process payments itself. Buying and selling are provided by third parties, who set their own rates, fees, limits, supported regions, and verification requirements. Your crypto is delivered to (or sold from) your own wallet.
{% endhint %}

## My purchase failed, is pending, or I paid but didn't receive crypto

Buy and sell orders are processed by the third-party provider you chose, not by Cake Wallet, so the provider is where the order's real status lives.

* Check the confirmation email and order/receipt page from the provider (for example Onramper or MoonPay) for the current status.
* Orders can take time. Card payments may need review, and delivery to your wallet waits for confirmations on the blockchain — a "pending" order often just needs a little longer.
* Make sure your wallet is fully synchronized. Once the provider sends your crypto, it appears after it confirms on-chain. See [Why are my funds not appearing?](https://docs.cakewallet.com/faq/funds-not-appearing).

If the order shows complete on the provider's side but you still don't see your crypto — or the order is stuck or failed — contact Cake support with your order details (provider name, order/reference ID, amount, and your wallet address). We can look up the order and escalate it with the provider on your behalf, so you don't have to chase the provider alone.

Provider-specific contacts are also listed on the [Buy support](https://docs.cakewallet.com/support/buy) and [Sell support](https://docs.cakewallet.com/support/sell) pages.

{% hint style="warning" %}
Crypto transactions are irreversible and Cake Wallet is non-custodial — we cannot reverse a provider's payment or recover funds sent to a wrong address. Keep your order/reference ID; it is what support needs to help.
{% endhint %}

## Why do I have to complete KYC or identity verification?

The identity verification (KYC) step comes from the third-party buy/sell provider, not from Cake Wallet. Providers that convert between fiat and crypto are regulated and generally must verify their customers, so depending on the provider, amount, payment method, and your region, you may be asked for an email, a phone number, an ID document, or more.

Using Cake Wallet itself needs no account and no KYC — you can create a wallet and receive, send, and hold crypto without verifying your identity. Verification only applies when you use a fiat buy or sell provider. If you'd rather not verify, you can instead fund your wallet by receiving crypto from elsewhere, or use the in-app [swap](https://docs.cakewallet.com/features/basic/swap) to trade between coins.

## Buy or sell isn't available in my country

Availability depends on the third-party providers, and each one supports different countries, currencies, and payment methods. Some are region-locked — for example, DFX serves European customers and Robinhood Connect serves US customers.

If one provider isn't available where you are, check whether another provider is offered for your country and coin — the app may list several. Coverage also changes over time as providers update where they operate. If nothing is available, you can still fund your wallet by receiving crypto or by using the in-app [swap](https://docs.cakewallet.com/features/basic/swap).

## I got a different amount, or the fees seem high

The price, exchange rate, and fees are set by the third-party provider, not by Cake Wallet. Your final amount reflects the provider's rate at the time the order settles, plus their fees — and, for delivery to your wallet, the blockchain network fee. It can differ from an earlier estimate, especially if the market moves between the quote and settlement.

Before confirming, review the quote the provider shows, including the rate and any fees. If a charge still looks wrong afterward, check the provider's receipt first, then contact Cake support with your order details and we'll help review it.


---

# 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/faq/buy-and-sell.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.
