# Supported Fiat Currency

Below is a list of the supported fiat currencies, and their parameters that you can use to configure the widget.

| Fiat Parameter                        | Name             |
| ------------------------------------- | ---------------- |
| { fiat: `NGN`, iso\_alpha\_3: `NGA` } | Nigerian Naira   |
| { fiat: `GHS`, iso\_alpha\_3: `GHA` } | Ghanaian Cedi    |
| { fait: `KSH`, iso\_alpha\_3: `KEN` } | Kenyan Shilling  |
| { fiat: `UGX`, iso\_alpha\_3: `UGA` } | Ugandan Shilling |
| { fait: `ZMW`, iso\_alpha\_3: `ZMB` } | Zambian Kwacha   |

If you would like to list your asset on Paychant, please contact us at <sales@paychant.com>.


---

# 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://developer.paychant.com/resources/supported-fiat-currency.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.
