# Identity Verification

{% stepper %}
{% step %}

### Login

After logging into the platform, you will see toaster messages, banners, and prompts guiding you to begin the KYC process. Access to the core features of the app will only be available once your KYC is successfully completed. The verification flow is powered by Sumsub, offering a secure and seamless experience with minimal effort required from your end.

<figure><img src="/files/AE3ggodbthiBVjXKfNwC" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Connect your Wallet

Connect the wallet you intend to use with the Propbase. Propbase supports Aptos blockchain native wallets through third-party wallet providers. Please note that any terms and conditions related to custody wallets are solely between you and the respective wallet provider.

<figure><img src="/files/VuIJWD4i3ZIPoxW8OLgL" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Sign to Authorize Wallet Connection

Approve the connection by signing in through your wallet. This action generates a secure seed used to create encryption keys for protecting your KYC data. Propbase does not store or manage your data directly—your privacy remains fully under your control.

<figure><img src="/files/FiHkWyGMxBwDf6QaCW61" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### KYC confirmation popup

After connecting your wallet, a confirmation popup will be displayed. Click Submit to proceed to the next step.

<figure><img src="/files/ZhYYdkXCjEXbBVe3s8o6" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Start the Sumsub Verification process

<figure><img src="/files/u1i3Mc5dW8vaBuGk9v5w" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Successfully Verified

Follow the Subsub onscreen steps to complete and KYC and get a success message.

<figure><img src="/files/18ARK56yK7tszFTWmmDx" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://doc.propbase.app/get-started/identity-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.
