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

# Use cases

> Verification stacks by industry — the same Dojah building blocks, ordered for what you are regulated for. Fintech, lending, crypto and betting.

<div
  className="dj-uc"
  dangerouslySetInnerHTML={{ __html: `
<style>
.dj-uc{
--bg-elevated:#fff;--text:#11141f;--text-soft:#4b5366;--text-muted:#6b7488;
--border:#e2e7ef;--accent:#007fff;--accent-soft:#e6f2ff;--radius:10px;
--sp-1:.25rem;--sp-2:.5rem;--sp-3:.75rem;--sp-4:1rem;--sp-5:1.5rem;--sp-6:2rem;--sp-7:3rem;
--fs-xs:.75rem;--fs-sm:.875rem;--fs-md:1rem;--fs-xl:1.375rem;
font-family:"Mona Sans",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
color:var(--text-soft);line-height:1.6;width:100%}
html.dark .dj-uc{
--bg-elevated:#11141f;--text:#eef1f6;--text-soft:#aab2c4;--text-muted:#7e879c;
--border:#232838;--accent:#3d9bff;--accent-soft:rgba(0,127,255,.12)}
.dj-uc,.dj-uc *{box-sizing:border-box}
.dj-uc a{text-decoration:none}
.dj-uc .inner{max-width:820px;margin:0 auto;padding:var(--sp-7) var(--sp-6) var(--sp-6)}
.dj-uc .head{padding:var(--sp-5) 0 0}
.dj-uc .eyebrow{display:inline-block;font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:.1em;
font-weight:700;color:var(--accent);background:var(--accent-soft);border-radius:99px;padding:4px 12px}
.dj-uc .head h1{margin:var(--sp-2) 0 var(--sp-3);font-size:2rem;font-weight:800;line-height:1.15;
letter-spacing:-.02em;color:var(--text)}
.dj-uc .lead{margin:0 0 var(--sp-6);max-width:60ch;font-size:var(--fs-md);color:var(--text-muted)}
.dj-uc .grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--sp-3)}
.dj-uc .card{display:flex;flex-direction:column;padding:var(--sp-4);border:1px solid var(--border);
border-radius:14px;background:var(--bg-elevated);transition:border-color .15s,transform .12s,box-shadow .15s}
.dj-uc .card:hover{border-color:var(--accent);transform:translateY(-3px);
box-shadow:0 8px 24px -14px color-mix(in srgb,var(--accent) 45%,transparent)}
.dj-uc .ico{display:grid;place-items:center;width:34px;height:34px;margin-bottom:var(--sp-5);border-radius:9px;
font-size:1rem;line-height:1;background:var(--accent-soft);
border:1px solid color-mix(in srgb,var(--accent) 22%,transparent)}
.dj-uc .card h3{margin:0 0 var(--sp-2);font-size:var(--fs-sm);font-weight:600;letter-spacing:-.01em;color:var(--text)}
.dj-uc .card p{margin:0;font-size:.8125rem;line-height:1.5;color:var(--text-muted)}
.dj-uc .sec{margin-top:var(--sp-7)}
.dj-uc .sec h2{margin:0 0 var(--sp-3);font-size:var(--fs-xl);font-weight:600;letter-spacing:-.015em;color:var(--text)}
.dj-uc .sec p{margin:0;max-width:62ch}
.dj-uc .sec a{color:var(--accent);font-weight:500}
.dj-uc .sec a:hover{text-decoration:underline}
.dj-uc .foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--sp-4);
margin-top:5rem;padding-top:var(--sp-5);border-top:1px solid var(--border);font-size:var(--fs-sm);color:var(--text-muted)}
.dj-uc .foot nav{display:flex;flex-wrap:wrap;gap:var(--sp-5)}
.dj-uc .foot a{color:var(--text-muted)}
.dj-uc .foot a:hover{color:var(--accent)}
@media (max-width:820px){
.dj-uc .grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
.dj-uc .inner{padding:var(--sp-6) var(--sp-4)}
.dj-uc .head h1{font-size:1.75rem}
.dj-uc .grid{grid-template-columns:1fr}
}
</style>

<div class="inner">
<div class="head">
<span class="eyebrow">Use cases</span>
<h1>Verification stacks by industry</h1>
<p class="lead">The same building blocks, ordered differently depending on what you are regulated for. Each page lists the checks to run, in the order to run them.</p>
</div>

<div class="grid">
<a class="card" href="/use-cases/fintech">
  <div class="ico">🏦</div>
  <h3>Fintech &amp; Neobanks</h3>
  <p>Government ID, biometrics and watchlist screening before funding.</p>
</a>
<a class="card" href="/use-cases/lending">
  <div class="ico">📈</div>
  <h3>Lending &amp; Credit</h3>
  <p>Verify borrowers and pull credit history before you disburse.</p>
</a>
<a class="card" href="/use-cases/crypto">
  <div class="ico">🔗</div>
  <h3>Crypto &amp; Web3</h3>
  <p>Strict KYC/AML with sanctions screening, for exchanges and wallets.</p>
</a>
<a class="card" href="/use-cases/betting">
  <div class="ico">🎲</div>
  <h3>Betting &amp; Gaming</h3>
  <p>Confirm age, block duplicate accounts and screen for fraud at signup.</p>
</a>
</div>

<section class="sec">
<h2>Not sure where to start?</h2>
<p><a href="/get-started">Browse every task</a> by what you want to do, or read the <a href="/api-reference/get-started/quickstart">quickstart</a> to make your first call.</p>
</section>

<footer class="foot">
<span>© 2026 Dojah Inc.</span>
<nav>
  <a href="/api-reference/get-started/introduction">API Reference</a>
  <a href="/dashboard-guide/getting-started/create-your-account">Dashboard Guide</a>
  <a href="/changelog/all_updates">Changelog</a>
  <a href="/support">Support</a>
</nav>
</footer>
</div>
` }}
/>
