# Certification (ID verification)

Certifying your identity (also known as ID verification, or KYC) is an optional step for warden accounts that — along with your [signal](/roles/signal.md) score — unlocks [privileges](/roles/signal.md#privileges-based-on-signal) including higher submission limits and post-judging QA comments.

C4's certification process is as follows:

1. From the account screen, a warden can choose from two KYC options:  [Persona](https://www.withpersona.com/), or [zkPassport](https://zkpassport.id/).  \ <img src="/files/Hog4CfhoR9TKmU7fOZTD" alt="" data-size="original">
   1. You only need to verify with one of the two providers.
2. The warden's identity is verified by the selected KYC provider.
3. The KYC provider certifies the warden as having successfully completed their identity verification process.

Identity verification status can be viewed on [your C4 account screen](https://code4rena.com/account).

In the event that a certified contributor violates or is believed to have violated the [Terms of Service](/legal/terms-of-service.md), Code4rena reserves the right to pursue all remedies available, including removal from the platform or legal action.

### Which verification option should I choose?&#x20;

The choice is yours. We recommend reviewing [Persona's Help Center](https://help.withpersona.com/for-end-users/) and [zkPassport's FAQ](https://docs.zkpassport.id/faq#general-questions) to help you choose.&#x20;

### How long does it take to get verified?

* Persona or zkPassport verification can usually be completed within a few minutes, assuming you have the necessary documents available.

### My verification is failing; can you help?&#x20;

* For tips on verifying your identity with Persona, visit [Persona's Help Center](https://help.withpersona.com/for-end-users/).
  * One of the most common causes of failure is photo quality, so ensure that your photos are:
    * clear,
    * well-lit,
    * free of glare or reflections, and
    * clearly show your eyes.
* For tips on verifying your identity with zkPassport, visit [zkPassport's FAQ](https://docs.zkpassport.id/faq#general-questions).


---

# 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.code4rena.com/roles/certification-id-verification.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.
