> For the complete documentation index, see [llms.txt](https://tradesman.gitbook.io/lv8r-labs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tradesman.gitbook.io/lv8r-labs/micropay/kyc.md).

# Identity Verification

## Overview

MicroPay provides multi-layer identity verification that scales from individual KYC to enterprise-grade KYB, with on-chain asset verification (KYA) for the production stack.

## Verification Layers

### Know Your Customer (KYC)

| Check                      | Method                                                 |
| -------------------------- | ------------------------------------------------------ |
| **Document Validation**    | Government-issued ID scanning with authenticity checks |
| **Biometric Verification** | Facial recognition matched against document photo      |
| **Address Verification**   | Utility bill / bank statement cross-reference          |
| **Risk Scoring**           | Composite score from multiple verification signals     |
| **Sanctions Screening**    | OFAC, EU sanctions lists, PEP databases                |

### Know Your Business (KYB)

| Check                    | Method                                                               |
| ------------------------ | -------------------------------------------------------------------- |
| **Entity Verification**  | Business registration across 140+ jurisdictions (via OpenCorporates) |
| **Beneficial Ownership** | UBO identification and verification                                  |
| **Trade License**        | State license board checks for regulated trades                      |
| **Compliance Status**    | Active standing, tax compliance, regulatory filings                  |

### Know Your Asset (KYA)

| Check                     | Method                                     |
| ------------------------- | ------------------------------------------ |
| **On-Chain Provenance**   | Asset ownership trail on Accumulate ADI    |
| **Encumbrance Check**     | Liens, mortgages, and competing claims     |
| **Valuation Attestation** | Third-party appraisal anchored at creation |

## Integration

MicroPay KYC integrates with [tradesman-verify](/lv8r-labs/lv8r-labs/tradesman-verify.md) for contractor credentialing — a single verification flow that confirms both identity and trade qualification.

→ [Contractor Compliance](/lv8r-labs/shared/contractor-compliance.md) · [Fraud Prevention](/lv8r-labs/micropay/fraud.md) · [About MicroPay](/lv8r-labs/micropay/micropay.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://tradesman.gitbook.io/lv8r-labs/micropay/kyc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
