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

# Fraud & risk prevention

> Stop bots, prevent fraud, and protect your app with Device Fingerprinting and Intelligent Rate Limiting.

## Intelligent fraud prevention

Unlike basic WAF or CAPTCHA solutions, Stytch Device Fingerprinting provides intelligent fraud prevention that protects your app while maintaining a frictionless end-user experience.

* **Integrate in minutes**: Add a simple JavaScript snippet to immediately start monitoring vulnerabilities
* **99.99% accurate bot detection**: The world's most accurate device fingerprinting, leveraging standard and proprietary signals
* **Invisible to real users**: No clicking on stop signs or solving puzzles—only add friction to suspicious traffic
* **\<100ms latency**: Frictionless UX with more than 3x lower latency than competing solutions
* **Intelligent rate limiting**: Granular device, browser, and network fingerprints go beyond IP address detection
* **Tamper-resistant**: Client-side encryption prevents reverse engineering and signal spoofing
* **AI agent detection**: Monitor, allow, or restrict AI-driven activity like OpenAI's Operator and Anthropic's Computer Use

## Core capabilities

Stytch Fraud & Risk provides comprehensive fraud prevention through device intelligence, decisioning, and enforcement:

<Columns cols={3}>
  <Card title="Device Fingerprinting" icon="fingerprint" href="/fraud-risk/device-fingerprinting/overview">
    Stable device identifiers that remain consistent across incognito browsing, VPNs, and IP changes.
  </Card>

  <Card title="Verdicts & decisioning" icon="gavel" href="/fraud-risk/device-fingerprinting/verdict/overview">
    Clear action recommendations (ALLOW, BLOCK, CHALLENGE) with explainable warning flags.
  </Card>

  <Card title="Intelligent Rate Limiting" icon="gauge" href="/fraud-risk/device-fingerprinting/decisioning/intelligent-rate-limiting">
    Rate limiting by device, browser, and network—not just IP addresses.
  </Card>

  <Card title="Protected Auth" icon="shield-check" href="/fraud-risk/device-fingerprinting/protected-auth">
    Automatic fraud checks on every authentication request with configurable actions.
  </Card>

  <Card title="Custom rules" icon="settings" href="/fraud-risk/device-fingerprinting/decisioning/set-rules">
    Tailor decisioning logic for your application's specific needs.
  </Card>

  <Card title="Email risk" icon="mail" href="/fraud-risk/email-risk/coming-soon">
    Detect disposable emails, typos, and suspicious email patterns.

    <Badge icon="star" color="blue" shape="pill" size="xs">Coming soon</Badge>
  </Card>
</Columns>

## Fraud-proof auth flows

Seamlessly integrate fraud prevention into your authentication flows:

<Columns cols={2}>
  <Card title="Get started with Protected Auth" icon="shield" href="/fraud-risk/get-started/using-protected-auth">
    Automatically protect sign-ups and logins from account takeover attacks.
  </Card>

  <Card title="Remembered device detection" icon="fingerprint" href="/fraud-risk/get-started/use-case/remembered-device">
    Recognize devices so users only need MFA when logging in from a new device.
  </Card>

  <Card title="Invisible CAPTCHA" icon="mail" href="/fraud-risk/get-started/use-case/invisible-captcha">
    Ensure delivery of email magic links even with enterprise security services.
  </Card>

  <Card title="New device notifications" icon="bell" href="/fraud-risk/get-started/use-case/new-device-notifications">
    Alert users when a new device login is detected for added security.
  </Card>
</Columns>

## Start building

<Columns cols={2}>
  <Card title="Device Fingerprinting API" icon="code" href="/fraud-risk/get-started/using-dfp-api">
    Integrate device fingerprinting directly into your app with our API.
  </Card>

  <Card title="Use cases & guides" icon="book" href="/fraud-risk/overview#device-fingerprinting">
    Common fraud prevention patterns and implementation guides.
  </Card>
</Columns>
