> For the complete documentation index, see [llms.txt](https://help.margex.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.margex.com/help-center/account-and-security/kyc/verification.md).

# How to verify your account

\
**KYC** (Know Your Customer) is a quick identity verification procedure which can be done directly through your Margex account.\
\
Identity verification (KYC) is generally optional. The verification process helps ensure that the platform complies with international regulatory standards and practices as well as offering traders numerous advantages such as enhanced account security.\
\
To initiate a verification request:\
\
1\. Click on the profile icon located in the top-right corner of the page and click the <mark style="color:yellow;">**Not verified**</mark> button:

<figure><img src="/files/Qe6hPaatoJJuA9YFr6nU" alt="" width="379"><figcaption></figcaption></figure>

2. On the verification page, click the <mark style="color:$primary;">**Verify**</mark> button:

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

3. Follow the prompts provided to upload any relevant ID documents (including your ID and Selfie)

{% hint style="success" %}
The following documents are accepted:\
\
**Level 1:** Proof of Identity (ID)\
Government issued photo-ID documents:

* Passport (National or International)
* Driver's License
* ID card (EU citizens)

\
**Level 2:** Proof of Address (PoA):

* Regular utility bill
* Bank statement <br>

The PoA document must be issued in your name within the last 3 months. The bill can be a copy of a bill for gas, water, sewage, internet service, TV cable, or fixed telephone line, etc. Please note that a mobile phone bill will not be accepted.
{% endhint %}

4. Once your verification has been completed, your account status will be updated to 'Verified':

<figure><img src="/files/4SmkjFgh97HXttPkrx2O" alt=""><figcaption></figcaption></figure>

An email notification will be sent to your email if your verification request is approved or declined.&#x20;

{% hint style="info" %}
If your verification request is rejected, make sure to review your submitted documents as well as the rejection reason(s) stated in the email notification, correct any discrepancies (make sure that image quality is sufficient and provided documents are valid) and resubmit the application.
{% endhint %}

Make sure to check out our [FAQ ](/help-center/account-and-security/kyc.md#frequently-asked-questions-faq)for more anwsers to most frequently asked questions regarding KYC verification.


---

# 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://help.margex.com/help-center/account-and-security/kyc/verification.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.
