> For the complete documentation index, see [llms.txt](https://docs.synteq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synteq.com/client-portal/billing/paying-an-invoice-with-cryptocurrencies.md).

# Paying an invoice with cryptocurrencies

## General information:

* We need to receive the exact amount shown. The transfer fees are covered by the customer, so please make sure to send enough
* BTC does not have minimum amounts
* If you choose Other coins, they usually have minimum amounts. As a rule of thumb, you should use this if you are paying us above $10. If needed, create an “Add Funds” invoice to meet those. You can find out how to create one of these invoices here: [Adding credits](/client-portal/billing/adding-credits.md)

## Paying an invoice: <a href="#invoicepayment" id="invoicepayment"></a>

### 1. Log in, and go to the invoice you'd like to pay

Start by logging into [https://get.crunchbits.com](https://get.crunchbits.comhttps//get.crunchbits.com), then on the left sidebar clicking `Billing` \[1], and then `My Invoices` \[2].&#x20;

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

Then click on the invoice, you'd like to pay.

<figure><img src="/files/0ibH1fShgepNzzE74QXE" alt=""><figcaption></figcaption></figure>

### 2. Select the payment method, and start the payment process

Start by changing the `Payment Method` to `Cryptocurrency`.

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

Then click on the `Pay Now` button.&#x20;

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

### 3. Pay the invoice

{% tabs %}
{% tab title="With BTC" %}

#### 1. Select BTC, and pay it

In here, select `Bitcoin` and send the amount shown to the wallet address shown.

<figure><img src="/files/8qA94zvV99Zy8NZQlOaE" alt=""><figcaption></figcaption></figure>

#### 3. Wait until the BTC transaction is confirmed.

Afterward, you'll just have to wait until your transaction has at least 2 confirmations, and within a few minutes the invoice will be marked as paid within our interface.
{% endtab %}

{% tab title="With other coins" %}

#### 1. Select the other coins option

Start by clicking on `Other Coins`&#x20;

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

Then select the coin that you'd like to pay in.

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

And afterward, click on the `Pay` button.

<figure><img src="/files/7CYTZHTFuIuRaUK3ZtSs" alt=""><figcaption></figcaption></figure>

#### 2. Pay the invoice

Then, you'll be sent to trocador.app with all of the information on where to send your cryptocurrency

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

In here you may use the `Refresh Transaction Status` button to check the status of your transaction.&#x20;

Please be aware that after the transaction is shown in trocador.app as paid, the payment will only be reflected on your account after around 30 minutes, as the transaction between us and trocador.app also has to be confirmed.&#x20;
{% endtab %}
{% endtabs %}


---

# 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.synteq.com/client-portal/billing/paying-an-invoice-with-cryptocurrencies.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.
