> For the complete documentation index, see [llms.txt](https://faq.blink.sv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.blink.sv/buy-and-sell-bitcoin/how-to-sell-bitcoin-with-blink.md).

# How to sell bitcoin with Blink?

1. Open the Blink app and tap the price graph icon on the top left

   ![](/files/5HCGwWSocG5LpV42TJQk)
2. Tap `Buy and sell bitcoin` on the bottom of the screen

   ![](/files/02qxmjy0fdU5eyO2oQEf)
3. Choose the country where your bank account is and tap the `Sell Bitcoin` button

   ![](/files/9IPBBWSWFeaKEvWLXZrF)
4. Enter the amount to sell in USD, fill your bank details where you will receive the transfer and tap `Next`

   ![](/files/fy4F3CuOaWZ3ofd99Mpi)
5. Fill in your details matching the details on your bank account, enter an email where you can be contacted and tap `Next`

   ![](/files/FqoE4MmUBchLumj92KwH)
6. Confirm the order details containing your name and bank account number (redacted here) and tap `Confirm`

   ![](/files/2aT7eFCvKVul3NCxSRvX)
7. Choose if you would like to pay from your BTC or USD (Stablesats) balance and tap `Next` to pay

   ![](/files/Ltf39M8JnHD0zPLENwjf)
8. The order will be processed automatically, but it can take between 1 hour to 1 day for the money to reach your bank account. Please monitor your email address for updates and contact <fiat@blink.sv> if you have any concerns.


---

# 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://faq.blink.sv/buy-and-sell-bitcoin/how-to-sell-bitcoin-with-blink.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.
