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

# Compliance Capabilities

> Overview of Sonar's compliance features for token sales

## Overview

Sonar provides compliance infrastructure to help you run regulated token sales. This page summarizes the available capabilities; see the linked technical documentation for implementation details.

<Info>
  All compliance settings are configured in the Echo Founder Dashboard when setting up your sale.
</Info>

## Identity Verification

### KYC (Know Your Customer)

Individual participants complete identity verification through Sonar's KYC flow.

### KYB (Know Your Business)

Organizational participants (companies, DAOs, funds) can complete business verification to participate on behalf of their entity.

<Card title="Entities" href="/sonar/core-features/entities" icon="users">
  Technical details on entity states and verification flow
</Card>

## Accreditation

For sales requiring accredited investors (e.g., US Reg D offerings), Sonar can verify accreditation status.

### Verification Methods

| Method                       | Description                                                                    |
| ---------------------------- | ------------------------------------------------------------------------------ |
| **Professional attestation** | Letter from CPA, attorney, or other qualified professional                     |
| **Net worth (on-chain)**     | Verification using only on-chain assets plus liability statement               |
| **Net worth**                | Verification using on-chain and off-chain assets with supporting documentation |
| **Income**                   | Income documentation (tax returns, pay stubs, etc.)                            |
| **Professional credentials** | Verification via professional license (e.g., Series 7, CRD number)             |

## Geographic Restrictions

Block participation from specific jurisdictions (e.g., OFAC-sanctioned countries).

## Wallet Risk Screening

Screen participant wallets for risk indicators before allowing participation. Sonar screens for:

* Sanctioned entities
* High-risk addresses
* Illicit activity indicators

<Card title="Wallet Risk Screening" href="/sonar/planning/wallet-risk-screening" icon="shield">
  Configure risk thresholds and screening behavior
</Card>

## Purchase Limits

Enforce minimum and maximum commitment amounts per entity. Limits are enforced at the entity level, so participants cannot circumvent them by using multiple wallets.

<Card title="Purchase Permits" href="/sonar/core-features/purchase-permits" icon="file-signature">
  How limits are enforced through permits
</Card>

## Next Steps

<CardGroup cols={2}>
  <Card title="Configuration Options" href="/sonar/planning/configuration-options" icon="sliders">
    All sale configuration options including compliance settings
  </Card>

  <Card title="Sale Lifecycle" href="/sonar/planning/sale-lifecycle" icon="rotate">
    How compliance checks fit into the sale process
  </Card>
</CardGroup>
