> For the complete documentation index, see [llms.txt](https://help.margex.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.margex.com/help-center/wallet/deposit/where-to-buy-bitcoin-1.md).

# How to Buy Bitcoin With a Credit Card (Buy Crypto with a Bank Card)

{% embed url="<https://www.youtube.com/watch?v=Y_QEI7BoTho>" %}

BTC and other cryptocurrencies can be purchased using a bank card/credit card through the **Changelly** or **Changenow** widgets integrated on our platform, or through numerous other third-party services that provide similar fiat-to-crypto and crypto-to fiat exchange services.

The Changelly/Changenow widgets allows you to purchase BTC and other cryptocurrencies using your **bank card** and have it transferred directly to your personal Margex Wallet.

As an example, let's take a look at how to purchase crypto through the Changelly widget:

To purchase BTC (or other crypto) with a bank card using Changelly, navigate to the [Wallet](https://margex.com/app/wallet) page.

* Сlick on the 'BUY CRYPTO' button:

<figure><img src="/files/u5svnldal4HFeyB7vRmG" alt=""><figcaption></figcaption></figure>

* Click on 'BUY CRYPTO' button and choose the payment provider from the drop-down list:

<figure><img src="/files/WSptbxLm3kgtKs24InHq" alt=""><figcaption></figcaption></figure>

* Choose your payment **Amount** and **Currency**, and select your Country

![46Changelly buy crypto.png](https://strapi-secret-uurl-yuasdll767ew.margex.ch/uploads/46_Changelly_buy_crypto_0f87c7582a.png)

* Click "Exchange" to continue to the address confirmation window.

![47Changelly confirm address.png](https://strapi-secret-uurl-yuasdll767ew.margex.ch/uploads/47_Changelly_confirm_address_ce44eff563.png)

* In the next window, click the 'Redirect' button to continue with your purchase:

![48Changelly redirect.png](https://strapi-secret-uurl-yuasdll767ew.margex.ch/uploads/48_Changelly_redirect_be39c0f5ab.png)

* You will now be redirected to the Changelly site, where you can enter your payment details and finalize your purchase.

{% hint style="info" %}
*Changelly and ChangeNOW are third-party services which provide the ability to purchase crypto with fiat using a bank card. When making a purchase through these services for the first time, you may be required to complete their verification procedure to verify your account for future purchases.*
{% endhint %}


---

# 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://help.margex.com/help-center/wallet/deposit/where-to-buy-bitcoin-1.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.
