> For the complete documentation index, see [llms.txt](https://docs.cryptoix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptoix.io/kyc-and-compliance.md).

# KYC and Compliance

At Cryptoix, we aim to provide a secure and trustworthy platform for everyone. To help ensure this, we sometimes require identity verification, a process commonly known as Know Your Customer (KYC). This is a standard practice in financial services and cryptocurrency platforms to help prevent fraud, comply with regulations, and maintain a safe environment.

This guide explains why identity verification might be needed, how to complete it, and what to expect.

## Why Identity Verification May Be Required

Identity verification is an important part of our security and compliance efforts. It helps us:

* **Meet Trust and Compliance Standards:** We operate with a commitment to security and compliance. Depending on your account activity, transaction volume, or jurisdiction, identity verification may be required to meet these standards.
* **Enhance Account Security:** Verifying your identity adds an extra layer of security to your account, helping to protect it from unauthorized access.
* **Enable Certain Account Features:** For specific actions or higher transaction volumes, verification may be necessary. This can affect your access to withdrawals, payouts, refunds, or higher transaction limits.

Think of KYC as a measure to build trust and ensure the integrity of the Cryptoix platform for all users.

## Starting KYC Verification

If your account requires identity verification, you will typically be prompted within your Cryptoix dashboard.

1. **Find the Verification Section:** Look for a notification or a dedicated area in your account settings or dashboard, often labeled "Verification" or "KYC."
2. **Begin the Process:** Click on the "Start Verification" or a similar button.
3. **Follow On-Screen Instructions:** The system will guide you through the steps to provide the necessary information and documents.

## Required Information and Documents

The exact information and documents needed can vary. However, common requirements usually include:

* **Personal Information:**
  * Full legal name
  * Date of birth
  * Residential address
  * Contact information (email, phone number)
* **Government-Issued Identification:**
  * A clear, valid photo of your passport, driver's license, or national ID card. Ensure all details are legible and the document is not expired.
* **Proof of Address:**
  * A recent utility bill, bank statement, or government-issued document showing your name and current residential address. This document should typically be no more than a few months old.
* **Facial Verification (Selfie):**
  * You might be asked to take a live photo of yourself (a selfie) to compare with your ID document. This helps confirm you are the person whose identity is being verified.

**Tip:** Please ensure all documents are clear, well-lit, and that no information is cut off or obscured.

## Review Statuses

After you submit your verification documents, they will be reviewed. You will see one of the following statuses for your KYC application:

* **Pending:** Your application has been received and is currently being reviewed.
* **Approved:** Your identity has been successfully verified. This may enable access to withdrawals, payouts, refunds, or higher limits, subject to platform policies and other controls.
* **Rejected:** Your application could not be approved. This often happens if the documents were unclear, incomplete, expired, or did not meet the requirements. You will usually receive a notification explaining why and how to resubmit.
* **Resubmission Required:** Your application is pending, but we need more information or clearer documents to complete the verification. Please check your notifications for specific details.

## Limits and Restricted Actions

Until your identity verification is complete and approved, your account may have certain limitations. These can include:

* **Withdrawal Restrictions:** You may be unable to withdraw funds.
* **Lower Transaction Limits:** The maximum amounts for transactions might be capped.
* **Limited Payouts or Refunds:** Access to payout or refund features might be restricted.

Approval of your KYC may enable withdrawals, payouts, refunds, or higher limits, but your access remains subject to platform policies, feature flags, risk review, available balances, and other compliance controls.

## Privacy and Data Handling

We understand the sensitive nature of the information you provide. Cryptoix handles your data with care.

* **Data Usage:** Your information is used for identity verification, fraud prevention, risk and compliance operations, and to fulfill legal or regulatory obligations.
* **Processing:** Your data may be processed by authorized service providers, such as our third-party verification partner, to complete the verification process.
* **Security:** We implement security measures to protect the data we handle.

For more detailed information, please refer to our [Privacy Policy](https://cryptoix.io/page/privacy). If you have specific questions about data handling or compliance, please contact our support team.

## Common KYC Issues

Here are common reasons for delays or rejections and how to avoid them:

* **Unclear or Blurry Documents:** Ensure photos of your ID and proof of address are sharp, well-lit, and all text is readable.
* **Expired Documents:** Make sure your identification and proof of address documents are current and have not expired.
* **Incomplete Information:** Double-check that all required fields are filled out accurately and completely.
* **Mismatched Information:** The name and address on your submitted documents must match the information in your Cryptoix account.
* **Selfie Mismatch:** If a selfie is required, ensure the photo clearly matches the person in your ID document.
* **Unsupported Document Types:** Only use the types of identification and proof of address specified in the verification instructions.

**Important Note:** This documentation provides general information. For account-specific KYC or compliance questions, please contact our [Support Team](https://cryptoix.io/contact). They are best equipped to assist you. This information is not legal advice.


---

# 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://docs.cryptoix.io/kyc-and-compliance.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.
