# Crypto Top-up

Fiat24 users can top up their cash account with their cryptocurrencies. The crypto top-up is done in seconds, much faster than the cash top-up.

### Eligibility

All Fiat24 verified user are eligible for crypto top-up, and

* Not in blocked or closed status
* Monthly transaction limit not reached.

{% hint style="warning" %}
In certain jurisdictions where cryptocurrency is prohibited, we do not offer the cryptocurrency top-up function when the user is phsically in those regions.
{% endhint %}

### Fee

We charge a fixed percentage fee based on the length of the NFT.&#x20;

| 5 - 8 digits NFT | 4 digits NFT | 3 digits NFT | 2 digits NFT |
| ---------------- | ------------ | ------------ | ------------ |
| 1%               | 0.5%         | 0.25%        | 0.125%       |

### How to make a top-up

{% stepper %}
{% step %}

### Select token to sell

From your dashboard, click **Add** button and **Crypto** tab.

Select the token you would like to use to top up your Fiat24 Account and enter the amount. You will see an estimation of the amount you will receive and of the gas.
{% endstep %}

{% step %}

### Give the allowance

You will need to authorise us to access the token you are selling from your wallet by clicking **Allow Access**, and sign and confirm the transaction through the wallet signature request.
{% endstep %}

{% step %}

### Execute

The crypto is sent to the Fiat24 smart contract and the fiat money is credited to your account within seconds.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.fiat24.com/user/transactions/crypto-top-up.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
