# Profile Verification

To be eligible to create a credit card, virtual or physical, users need to complete the profile verification. This is necessary as this allows us to ensure safety of users and the platform from fraudulent activities as well as be compliant with Visa rules.

{% hint style="info" %}
Under US laws we are required to store this data for 5 years before it can be permanently deleted.
{% endhint %}

The verification and data flow looks something like this–

1. User signups with Avici using email, does verification with Sumsub and we share the KYC information with our card partners.
2. We then create escrow loan contract, provide API for spending power, transaction history, creating cards.&#x20;
3. We use Sumsub AML plan to continuously monitor AML for users as well as funds on blockchain.

### How to get verified

The verification process is very simple. When a new user logs in they are prompted to generate a credit card.

<figure><img src="/files/hsnsExTVkB4X1hToHTSo" alt="" width="188"><figcaption></figcaption></figure>

On clicking tap to generate, users are faced with the option to select either personal or business account. If you are an individual user, please select personal account. For more information on business accounts, go [here](https://docs.avici.money/getting-started/business-cards/what-are-business-cards).

<figure><img src="/files/IxRVFpfetKT9bMShqDws" alt="" width="375"><figcaption></figcaption></figure>

On the next step choose your country of residence

<figure><img src="/files/99oWTwPzaxwuZHFOvQyZ" alt="" width="375"><figcaption></figcaption></figure>

After this, you are prompted to enter personal information, following which you will be asked to upload ID documents and perform a liveliness check.

Verification takes no more than a few minutes. Once verified, you can continue to purchase a card.


---

# 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.avici.money/getting-started/secured-credit-cards/profile-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.
