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

# Fraud Protection

> Keep referral programs honest with signed attribution, self-referral and disposable-email blocking, deduplication, and traffic-quality monitoring.

> A referral program only works if the conversions are real. Built-in fraud protection blocks the common abuse patterns - self-referrals, throwaway emails, duplicate signups - so you reward genuine business, not gamed numbers.

## What it does

Fraud protection is built into every campaign. Click attribution is signed so referrals cannot be
spoofed. Self-referral blocking stops partners from converting their own links, and disposable-email
blocking rejects throwaway addresses used to fake signups. Deduplication prevents the same customer
from being counted twice, and new-customer gating ensures you only reward genuinely new business.

A traffic-quality view on each campaign surfaces suspicious patterns, like a spike of clicks with no
conversions or many conversions from one source, so your team can investigate and revoke links when
needed.

## The problem it solves

Affiliate programs attract gaming, and unchecked fraud erodes trust and margin:

* **Partners refer themselves** → Self-referral blocking rejects those conversions.
* **Fake signups inflate numbers** → Disposable-email blocking filters throwaway addresses.
* **The same customer is paid twice** → Deduplication counts each customer once.
* **Existing customers get rewarded** → New-customer gating rewards only new business.

## From problem to solution

Fraud protection keeps the program honest without manual policing. Signed attribution, blocking
rules, deduplication, and a traffic-quality view mean you reward real conversions and catch abuse
early.

## Use cases

<CardGroup cols={2}>
  <Card title="Stop self-referrals" icon="circle-check">
    Reject partners converting their own links.
  </Card>

  <Card title="Filter fake signups" icon="circle-check">
    Block disposable email addresses.
  </Card>

  <Card title="Avoid double-paying" icon="circle-check">
    Deduplicate customers.
  </Card>

  <Card title="Catch abuse early" icon="circle-check">
    Monitor traffic quality.
  </Card>
</CardGroup>

## Impact

* **Low total cost of ownership** - Partner ops sets fraud controls with no engineering.
* **CRM-native** - Only clean, new business becomes CRM records and commission.

## Who it's for

<CardGroup cols={2}>
  <Card title="Partner Operations" icon="user">
    Configures and monitors fraud controls.
  </Card>

  <Card title="RevOps" icon="user">
    Protects pipeline integrity and margin.
  </Card>
</CardGroup>

## Works with

{/* CONNECTS:START - generated content goes here */}

<CardGroup cols={2}>
  <Card title="Conversion Tracking" icon="share-nodes" href="/features/affiliate/conversion-tracking">
    Hold suspect conversions before they count.
  </Card>

  <Card title="Links & Attribution" icon="share-nodes" href="/features/affiliate/links-attribution">
    Catch link abuse at attribution.
  </Card>
</CardGroup>

## Going deeper

<CardGroup cols={2}>
  <Card title="How to" icon="screwdriver-wrench" href="./technical">
    Setup, configuration, and all how-to guides.
  </Card>

  <Card title="API reference" icon="code" href="/general/introduction">
    Integration surface and code.
  </Card>
</CardGroup>
