> 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-buy-bitcoin-with-blink.md).

# How to buy 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 `Buy Bitcoin` button

   ![](/files/9IPBBWSWFeaKEvWLXZrF)
4. Enter the amount to buy in USD

   ![](/files/0qwVCXvnfcdYOlLBnNzj)
5. Confirm your email to be used to send your order details to (this is auto-filled if you have an email set for the account) and tap `Create order`

   ![](/files/Z1azPWDsqzA2qiWbXCEw)
6. The bank transfer details will be presented on this screen (always check the exact details - redacted here)

   ![](/files/QReUnFUkxIlLCfpG48BZ)
7. The payment initiated from your bank account may take between 1 hour and 1 day to be processed and arrive on the bank account of Blink. Once the order is complete you will receive a notification and the bitcoin will become available in your Blink wallet. Please monitor your email address for updates and contact fiat[@blink.sv](mailto:support@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-buy-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.
