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

# Sell support

Cake Wallet supports four providers for selling cryptocurrency for fiat: **DFX.swiss**, **Onramper**, **MoonPay**, and **Kryptonim**. Which of them you actually see depends on your region and on the asset you are selling.

Tap `Buy` on the balance card to open the `Buy/Sell` page, then switch to `Sell` to see the providers available to you.

## DFX.swiss

[DFX](https://dfx.swiss/) is only available for European customers.

[Support website](https://dfx.swiss/help.html)\
[Email](mailto:support@dfx.swiss)

## Onramper

Cake Wallet shows an [Onramper](https://onramper.com/) widget that aggregates many providers. If you have an issue with the widget itself, please contact Cake Wallet support. For an issue with the provider behind your order, find the support details for that provider on the [Onramper help site](https://knowledge.onramper.com/how-can-i-get-help).

## MoonPay

MoonPay supports selling Bitcoin, Bitcoin Cash, Litecoin, USD Coin, and Tether.

[Support website](https://support.moonpay.com/)\
[Open ticket](https://support.moonpay.com/hc/en-gb/requests/new)

## Kryptonim

[Support website](https://www.kryptonim.com/help)\
[Email](mailto:contact@support.kryptonim.com)


---

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