> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dollarpe.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# KYC methods

KYC (Know Your Customer) is a compliance process that verifies user identity before they can perform onramp or offramp transactions.

DollarPe supports two KYC methods:

### KYC sharing

* You run KYC verification with your own infrastructure and submit the verified data to DollarPe via [/kyc/add-kyc-data](/api-reference-exchange/endpoint/kyc/add-kyc-data).
* DollarPe stores the data and runs its own compliance checks. [Learn more](/guides/integration-guides/kyc/kyc-sharing).

### KYC SDK

* DollarPe generates a KYC link and manages the full process: document collection, verification, and status updates. [Learn more](/guides/integration-guides/kyc/kyc-sdk).
* Right for teams that want minimal integration effort.
