# Why Use Fuul?

## The problem

Incentive programs are essential growth infrastructure — they drive acquisition, engagement, liquidity, and retention. Most companies start by building these systems in-house because they seem simple at first.

As programs grow, they become increasingly complex. New behaviors need to be tracked, reward structures evolve, abuse must be mitigated, and programs require constant iteration. What starts as a growth feature becomes an engineering burden.

This creates two structural problems:

| Problem                                                                 | Impact                                                                |
| ----------------------------------------------------------------------- | --------------------------------------------------------------------- |
| **Go-to-market teams depend on engineering** for every incentive change | Slows experimentation, reduces momentum, and delays time-to-market    |
| **Engineering teams get pulled away** from building the core product    | Maintaining incentive systems that constantly evolve drains resources |

Without dedicated infrastructure, incentive programs end up being manually operated, spreadsheet-driven, difficult to measure, hard to scale, and vulnerable to abuse.

{% hint style="warning" %}
Building in-house is the most common alternative — and the most expensive. Internal incentive infrastructure typically costs **$50k–200k+** to build and maintain, and requires ongoing engineering investment as programs evolve.
{% endhint %}

## How Fuul solves this

### Cross-chain and fully composable

Fuul enables projects to deploy incentive programs that operate across multiple EVM-compatible chains as well as SVM-based networks like Solana and Fogo. Listen to conversion events on one chain and pay out rewards on another.

Fuul comes with 30+ pre-built integrations with leading DeFi protocols — concentrated liquidity AMMs, constant product pools, lending protocols, staking, token holders, and more. You can also define custom onchain or offchain events.

Learn more about [Trigger Integrations](https://docs.fuul.xyz/core-concepts/trigger-integrations).

### White-label and no-code options

| Option          | Best for                        | What you get                                                               |
| --------------- | ------------------------------- | -------------------------------------------------------------------------- |
| **No-code**     | Teams that want to go live fast | Templates and drag-and-drop editor — launch in minutes, no dev work needed |
| **White-label** | Teams that want full control    | APIs and SDK to build a fully branded incentives hub inside your own app   |

Learn more about the [Incentives Hub](https://docs.fuul.xyz/incentives-manager/incentives-hub).

### Sybil-resistant

Fuul's fraud prevention tools ensure that only legitimate users receive rewards, protecting your budget and maintaining program integrity.

| Protection                      | How it works                                                                                                         |
| ------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| **Behavioral cluster detector** | Proprietary ML model that analyzes 30+ onchain behavior signals to identify wallets likely operated by the same user |
| **Self-referral detector**      | Detects self-referrals across multiple wallets by the same user — flagged and excluded from distributions            |
| **Wallet screening**            | Checks if wallets are allowed to receive payouts at the time of movement creation                                    |
| **Blacklisting**                | Exclude specific addresses from earning rewards in your program                                                      |
| **Payout caps**                 | Limit excessive rewards and safeguard your program from abuse                                                        |

Learn more about [Fraud Prevention](https://docs.fuul.xyz/core-concepts/fraud-prevention).

### Non-custodial

For token reward programs, each program is powered by its own smart contract, deployed directly through the Fuul webapp — no coding required.

{% hint style="success" %}
Your project is the **sole administrator** of its smart contract, with full control over its incentives budget. Fuul never has access to your funds. Points-only programs are fully offchain and don't require a smart contract.
{% endhint %}

### Speed without tradeoffs

Because the infrastructure layer already exists, programs can be deployed in days instead of weeks — while maintaining full flexibility for future iteration. No need to choose between speed and customizability.


---

# Agent Instructions: 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:

```
GET https://docs.fuul.xyz/getting-started/why-use-fuul.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
