# KYC

We require our customers to pass the Know Your Customer (KYC) procedure to create an order. The KYC requirement depends on a country, order amount, and a flow (on-ramp or off-ramp).&#x20;

There are two levels of KYC:

* <mark style="color:yellow;">**basic**</mark>
* <mark style="color:yellow;">**advanced**</mark>

For basic KYC, a user needs to select an ID type he wants to submit, provide his first name, last name, date of birth, and an ID number.

For advanced KYC, a user needs to select an ID type they would like to submit, provide their first name, last name, and date of birth, and instead of an ID number, they have to submit 3 photos:

* selfie
* front of the document
* back of the document

KYC requirements for countries:

| Country               | On-ramp                                                                                                                                                          |
| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Nigeria               | <p></p><p>$15 → $500 - <mark style="color:yellow;"><strong>basic</strong></mark></p><p></p>                                                                      |
| Kenya                 | <p>$15 → $99.99 - <mark style="color:yellow;"><strong>basic</strong></mark></p><p>$100 → $500 - <mark style="color:yellow;"><strong>advanced</strong></mark></p> |
| Ghana                 | $15 → $500 - <mark style="color:yellow;">**advanced**</mark>                                                                                                     |
| South Africa          | <p>$15 → $99.99 - <mark style="color:yellow;"><strong>basic</strong></mark></p><p>$100 → $500 - <mark style="color:yellow;"><strong>advanced</strong></mark></p> |
| Tanzania              | $15 → $500 - <mark style="color:yellow;">**advanced**</mark>                                                                                                     |
| Uganda                | $15 → $500 - <mark style="color:yellow;">**advanced**</mark>                                                                                                     |
| Zambia                | $15 → $500 - <mark style="color:yellow;">**advanced**</mark>                                                                                                     |
| Burkina Faso          | $15 → $500 - <mark style="color:yellow;">**advanced**</mark>                                                                                                     |
| Brazil                | $15 → $500 - <mark style="color:yellow;">**advanced**</mark>                                                                                                     |
| Senegal               | $15 → $500 - <mark style="color:yellow;">**advanced**</mark>                                                                                                     |
| Republic of the Congo | $15 → $500 - <mark style="color:yellow;">**advanced**</mark>                                                                                                     |
| Benin                 | $15 → $500 - <mark style="color:yellow;">**advanced**</mark>                                                                                                     |
| Gabon                 | $15 → $500 - <mark style="color:yellow;">**advanced**</mark>                                                                                                     |
| Rwanda                | $15 → $500 - <mark style="color:yellow;">**advanced**</mark>                                                                                                     |
| Ivory Coast           | $15 → $500 - <mark style="color:yellow;">**advanced**</mark>                                                                                                     |
| Cameroon              | $15 → $500 - <mark style="color:yellow;">**advanced**</mark>                                                                                                     |

Unverified users may transact up to a cumulative $15 (onramp); once exceeded, KYC must be completed before any further transactions.&#x20;

**An example of a basic KYC form**:

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

An example of an advanced KYC form:

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

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

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

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

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

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

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


---

# 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.fonbnk.com/kyc.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.
