> For the complete documentation index, see [llms.txt](https://docs.fuul.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fuul.xyz/fuul-mcp-server/managing-incentives/incentive-analytics.md).

# Incentive Analytics

See how each incentive program is performing directly from Cursor, Claude, or any agent — no dashboard, no manual exports.

Read-only tools, same credentials as the dashboard. No Project API key required.

## Ranking all incentives

List all incentives in a project ranked by the metric of your choice:

> "Which incentives are underperforming in the last 30 days?"

{% hint style="info" %}
Sorts by active users, volume, earnings, or revenue. When the date range allows it, results include week-over-week and month-over-month comparisons.
{% endhint %}

## Stats for a single incentive

Get a full snapshot of one program:

> "How is the Uniswap LP incentive performing this month?"

{% hint style="info" %}
Returns participant count, volume, revenue, earnings across all reward currencies, comparison against the project median, and WoW / MoM deltas.
{% endhint %}

## Performance over time

Pull the time series for a single incentive:

> "Show me day-by-day activity for the Morpho incentive over the last 30 days"

Supports `daily`, `weekly`, or `monthly` granularity. All three tools support: last 7 / 30 / 90 days, month-to-date, quarter-to-date, all-time, or a custom date range.

{% hint style="warning" %}
`get_incentive_history` requires a bounded date range and does not support all-time. If you use all-time on stats or breakdown, WoW / MoM comparisons will be empty — that means no prior period to compare against, not zero change.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/fuul-mcp-server/managing-incentives/incentive-analytics.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.
