> For the complete documentation index, see [llms.txt](https://docs.inqud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inqud.com/crypto-widget/use-cases/balance-top-ups.md).

# Balance top ups

The Balance Top-Up flow of the Inqud Crypto Widget provides a flexible and secure way for businesses to allow their customers to add funds to their accounts using cryptocurrencies. Unlike fixed amount checkouts, this feature does not require a predetermined price, offering a versatile solution for various industries.

<figure><img src="/files/evj4db6tLEqtVRusJ7HH" alt="" width="375"><figcaption></figcaption></figure>

### Key Features

* **Flexible funding**: Users have the freedom to add any amount of funds to their accounts, providing flexibility and control over their spending.
* **Multiple cryptocurrency support**: The widget supports a wide range of cryptocurrencies, giving users various options for topping up their balances.
* **Automatic conversion**: Cryptocurrency amounts are converted to fiat currencies in real time, based on current market rates.

### Benefits for businesses

* **Enhanced user engagement**: Providing a crypto top-up option can increase engagement and loyalty, particularly among cryptocurrency enthusiasts.
* **Diversified revenue streams**: Accepting cryptocurrency payments can open up new revenue streams and attract a broader customer base.
* **Seamless integration**: The top-up feature is integrated smoothly into the user interface, maintaining a consistent and intuitive user experience.

### Checkout Experience

<figure><img src="/files/LHeqOqmoOul4UuIJnuP6" alt="" width="563"><figcaption></figcaption></figure>

### Integration Options

{% content-ref url="/pages/ZSla3PuKLrp7sV7oHAfT" %}
[Embedded Widget overview](/crypto-widget/overview/embedded-widget-overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/zVZLfo6oKpSlAHdWWFdD" %}
[Inqud Hosted Page overview](/crypto-widget/overview/inqud-hosted-page-overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/0mAsNozPnaYd3bNuqpYa" %}
[API Acquiring overview](/crypto-widget/overview/api-acquiring-overview.md)
{% endcontent-ref %}

### Supported Cryptocurrencies And Blockchains

{% content-ref url="/pages/5twXHmsoCIRqfFO571N1" %}
[Coverage](/crypto-widget/coverage.md)
{% endcontent-ref %}

### **Begin on Your Crypto Widget Journey**

{% content-ref url="/pages/VTOwspRFEcoV4u1zf6aW" %}
[Get Started](/crypto-widget/get-started-1.md)
{% endcontent-ref %}


---

# 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.inqud.com/crypto-widget/use-cases/balance-top-ups.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.
