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

# Features

> Authentication, KYC, KYB, and post-onboarding monitoring on one programmable platform. 22 metered modules, pay-per-success, 500 free checks/month.

export const SectionHeader = ({label, title, description, align = "left"}) => <div className="didit-section-header" style={{
  textAlign: align,
  alignItems: align === "center" ? "center" : "flex-start"
}}>
    {label && <p className="didit-section-label">{label}</p>}
    <h2 className="didit-section-title">{title}</h2>
    {description && <p className="didit-section-desc">{description}</p>}
  </div>;

export const FeatureGrid = ({cols = 3, children}) => <div className="didit-feature-grid" style={{
  "--grid-cols": cols
}}>
    {children}
  </div>;

export const FeatureCard = ({icon, title, description, href}) => {
  const inner = <div className="didit-feature-card">
      {icon && <div className="didit-feature-card-icon">
          <Icon icon={icon} size={20} />
        </div>}
      <div className="didit-feature-card-content">
        <h3 className="didit-feature-card-title">{title}</h3>
        {description && <p className="didit-feature-card-desc">{description}</p>}
      </div>
      {href && <div className="didit-feature-card-arrow">
          <Icon icon="arrow-right" size={14} />
        </div>}
    </div>;
  if (href) {
    return <a href={href} style={{
      textDecoration: "none",
      color: "inherit",
      display: "block",
      border: "none",
      boxShadow: "none"
    }}>{inner}</a>;
  }
  return inner;
};

Didit is **infrastructure for identity and fraud**. Every module below maps to one of three lifecycle stages — **Authentication** (is this user real and present right now), **Verification** (are they who they say they are), and **Monitoring** (stay on top of risk after onboarding). Use any module standalone, or compose them into a workflow in the [Workflow Orchestrator](/console/workflows).

<SectionHeader label="Authentication" title={<>Is this user <span>real and present</span> right now?</>} description="Biometric checks that confirm the person behind the screen is alive, present, and the same human you verified the first time." />

<FeatureGrid cols={3}>
  <FeatureCard icon="video" title="Passive Liveness" description="Frictionless anti-spoofing from a single selfie. Detects printed photos, screen replay, and deepfakes. iBeta Level 1 PAD." href="/core-technology/liveness/overview" />

  <FeatureCard icon="hand" title="Active Liveness" description="3D Action or Flashing challenges for the highest assurance level. Stops sophisticated presentation attacks." href="/core-technology/liveness/overview" />

  <FeatureCard icon="user-check" title="Face Match (1:1)" description="Compare a live selfie to the portrait on the ID document. Returns a similarity score with anti-spoofing." href="/core-technology/face-match/overview" />

  <FeatureCard icon="users" title="Face Search (1:N)" description="Search a face against your entire database of verified users. Detect duplicate accounts and blocklisted faces." href="/core-technology/face-search/overview" />

  <FeatureCard icon="fingerprint" title="Biometric Authentication" description="Passwordless re-authentication using face biometrics. Match a live selfie against a stored template — sign-in, step-up, recovery." href="/core-technology/biometric-auth/overview" />

  <FeatureCard icon="cake-candles" title="Age Estimation" description="Estimate user age from a selfie with built-in passive liveness. Ideal for age-restricted content and UK OSA compliance." href="/core-technology/age-estimation/overview" />
</FeatureGrid>

<SectionHeader label="Verification" title={<>Are they <span>who they say they are</span>?</>} description="One-time onboarding checks for individuals (KYC) and businesses (KYB). Both are forms of verification — the same lifecycle stage, the same workflow surface." />

### KYC — User Verification

<FeatureGrid cols={3}>
  <FeatureCard icon="id-card" title="ID Verification" description="AI-powered OCR across 14,000+ document types in 220+ countries. Extracts personal data, validates authenticity, and detects tampering." href="/core-technology/id-verification/overview" />

  <FeatureCard icon="microchip" title="NFC Reading" description="Read cryptographic data directly from e-passport and e-ID chips for the highest assurance level." href="/core-technology/nfc-verification/overview" />

  <FeatureCard icon="house" title="Proof of Address" description="Verify utility bills, bank statements, and government letters with AI-powered document analysis." href="/core-technology/proof-of-address/overview" />

  <FeatureCard icon="database" title="Database Validation" description="Validate identity data against government registries and credit bureaus in 60+ countries, including biometric face-match via national databases." href="/core-technology/database-validation/overview" />

  <FeatureCard icon="clipboard-list" title="Custom Questionnaires" description="Build custom KYC questionnaires with drag-and-drop. Multi-language, conditional logic, file uploads, scoring." href="/core-technology/questionnaires/overview" />
</FeatureGrid>

### KYB — Business Verification

<FeatureGrid cols={2}>
  <FeatureCard icon="building" title="Company Registry" description="Pull authoritative company data — legal name, registration number, status, addresses — from official registries worldwide." href="/business-verification/company-data" />

  <FeatureCard icon="shield-check" title="KYB Company AML" description="Screen the entity against global sanctions, PEP, and adverse media lists. Risk score with audit trail." href="/business-verification/aml" />

  <FeatureCard icon="file-lines" title="KYB Documents" description="Collect, OCR, and validate articles of incorporation, proof of registry, and supporting compliance documents." href="/business-verification/documents" />

  <FeatureCard icon="people-arrows" title="KYB Key People" description="Resolve UBOs and officers, then trigger a linked KYC session for each one — closed-loop, unique, no duplicates." href="/business-verification/key-people" />
</FeatureGrid>

### Shared signals — apply to KYC and KYB

<FeatureGrid cols={3}>
  <FeatureCard icon="scale-balanced" title="AML Screening" description="Real-time screening against 1,300+ global sanctions, PEP, adverse media, and watchlist databases with two-score risk." href="/core-technology/aml-screening/overview" />

  <FeatureCard icon="envelope" title="Email Verification" description="Send OTP codes to email, check for data breaches, disposable providers, and deliverability issues." href="/core-technology/email-verification/overview" />

  <FeatureCard icon="phone" title="Phone Verification" description="Send OTP codes via SMS, WhatsApp, Telegram, RCS, or voice. Detect virtual numbers and disposable phones." href="/core-technology/phone-verification/overview" />
</FeatureGrid>

<SectionHeader label="Monitoring" title={<>Stay on top of <span>risk after onboarding</span></>} description="Continuous checks once the user is in. Transactions are scored in real time, wallets are screened on every flow, and AML status is rechecked daily." />

<FeatureGrid cols={2}>
  <FeatureCard icon="chart-line" title="Transaction Monitoring" description="Real-time rule engine with 11 seeded bundles, fiat + crypto, case management, SAR workflow, and AWAITING_USER auto-remediation." href="/transaction-monitoring/overview" />

  <FeatureCard icon="link" title="Wallet Screening (KYT)" description="Blockchain risk on every wallet and tx hash. Crystal or Merkle Science BYOK at $0.02 per screening — about 10× cheaper than direct." href="/core-technology/wallet-screening/overview" />

  <FeatureCard icon="rotate" title="Ongoing AML" description="Daily re-screening of every onboarded user against global watchlists. $0.07 per user per year." href="/core-technology/aml-screening/continuous-monitoring-aml-screening" />

  <FeatureCard icon="globe" title="Device & IP Analysis" description="Analyse IP addresses for VPN/proxy usage, geolocation mismatch, ASN risk, and Tor exit-node detection." href="/core-technology/ip-analysis/overview" />
</FeatureGrid>

<SectionHeader label="Platform" title={<>Cross-cutting <span>infrastructure</span></>} description="The orchestration, distribution, and AI-agent surface that ties every module together. Free or low-cost extensions of the modules above." />

<FeatureGrid cols={3}>
  <FeatureCard icon="diagram-project" title="Workflow Orchestrator" description="Visual no-code builder. Conditional branching, A/B testing, nested decisions, one-click module activation. Free." href="/console/workflows" />

  <FeatureCard icon="folder-open" title="Case Management" description="Compliance officer workspace for transaction alerts and AML hits. Notes, SAR drafts, audit trail, role-based access." href="/transaction-monitoring/cases" />

  <FeatureCard icon="palette" title="White Label" description="Ship the verification flow under your own brand. Custom domain, colours, logo, and copy. $0.20 per session." href="/console/white-label" />

  <FeatureCard icon="recycle" title="Reusable KYC" description="Share verification results across partners and applications — users verify once, reuse everywhere. Free." href="/core-technology/reusable-kyc/overview" />

  <FeatureCard icon="robot" title="MCP Server" description="Model Context Protocol server so AI agents can trigger and inspect verifications directly. Free." href="/integration/ai-agent-integration" />
</FeatureGrid>
