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

# Overview

> User management and compliance verification

## Users API Overview

The **Users API** and **KYC Links API** allow you to register your end users, enabling seamless and compliant movement of stablecoins or fiat between your users' wallets or bank accounts. Carbn handles all **KYC (Know Your Customer)** and **KYB (Know Your Business)** verification steps, so you have confidence that your users meet all applicable compliance requirements.

***

### Key Concepts

* **Users**: Represent end users of your platform who need identity verification.
* **KYC/KYB**: Mandatory identity and business verification handled by Carbn Connect.
* **User Status**: Verification states (pending, approved, rejected) that determine transaction eligibility.
* **Risk Assessment**: Automated scoring system that evaluates compliance and regulatory requirements.
* **Document Verification**: Secure processing of government-issued IDs and business documents.
* **KYC Links**: Hosted verification flow alternative to direct API integration.

***

## Key Features

<CardGroup cols={2}>
  <Card title="Automated KYC/KYB" icon="shield-check">
    Streamlined identity verification with automated document processing and verification
  </Card>

  <Card title="Global Compliance" icon="globe">
    Support for compliance requirements across multiple jurisdictions and regulatory frameworks
  </Card>

  <Card title="Risk Management" icon="chart-line">
    Built-in risk assessment and scoring to help manage compliance and regulatory requirements
  </Card>

  <Card title="Document Management" icon="file-text">
    Secure storage and management of user documents with audit trails
  </Card>
</CardGroup>

***

## User Registration

To register a new user, use either the **Users API** or the **KYC Links API**. Upon registration:

* Users must **agree to Carbn Connect's Terms of Service**.
* You must provide **basic identity information** such as:
  * Full name
  * Email address
  * Government-issued identifiers (e.g., SSN for individuals, EIN/TIN for businesses)

Carbn Connect will validate this information to approve the user for transactions. If additional information is needed, Carbn Connect will return precise requirements for completion of the KYC/KYB process.

***

<Note>
  **See Also**: KYC Requirements for a detailed list of required fields and document types.
</Note>

## What's Next?

<CardGroup cols={2}>
  <Card title="KYC Requirements" icon="shield-check" href="/documentation/developer-platform/users/compliance/kyc-requirements" arrow="true">
    Review KYC requirements for individuals and businesses
  </Card>

  <Card title="Get Setup with Carbn" icon="rocket" href="/documentation/getting-started/setup" arrow="true">
    Start the onboarding process for your region
  </Card>
</CardGroup>
