> For the complete documentation index, see [llms.txt](https://docs.aquapay.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aquapay.io/features/crypto-conversion.md).

# Crypto Conversion

AquaPay provides a convenient way to convert the residue amount of Crypto to Fiat in each bill. We provide both UI and API access for the conversion.

On AquaPay web portal, go to "Create Conversion" from the sidebar to start the workflow.

{% hint style="info" %}
Each conversion can only use 1 trading pair. To convert multiple crypto types, please create multiple conversion invoices.
{% endhint %}

![](/files/hMmVn86ym4XfhwAMzSSI)

Each quote is valid for a limited time, usually around 8 seconds and will automatically refresh until executed. A quote can only be executed when it's valid. Balances used in the conversion invoice will be locked and cannot be used for creating another conversion invoice.

![](/files/adRiaS2eiRTpQ14xoLCt)

You can see the conversion invoice history in the sidebar "Conversions" > "History" page. Each conversion item is also shown under the billing record.

![](/files/UxQxBPpjQIZA0OABIgvd)


---

# 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.aquapay.io/features/crypto-conversion.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.
