# 1️⃣4️⃣ Pacifica Builder Trades

Pacifica is a decentralized trading platform with a builder code system. Fuul integrates with Pacifica's builder trades to track and reward trading activity routed through your builder account.

## What you can incentivize

| Metric                   | Description                                                      |
| ------------------------ | ---------------------------------------------------------------- |
| **Builder trade volume** | USD volume of trades routed through your registered builder code |
| **Trading fees**         | Fee revenue generated by trades routed through your builder code |

## How it works

Fuul fetches daily trade data using the builder code linked to your project, tracking volume and fees for every trader.

Trade data is fetched on a **daily schedule** — activity from each day is processed and rewarded the following day.

{% hint style="info" %}
No contract address or webhook setup is required. Fuul handles all data fetching automatically using your builder code credentials.
{% endhint %}

## Setup

Select **Pacifica Builder Trades** as the trigger type when creating a conversion. Choose a payout type:

* **Variable** — reward as % of trading volume in your token
* **Leaderboard** — rank traders by volume for a competition
* **Proportional pool** — distribute a fixed pool among traders based on their volume share

**Example configuration:**

```
Trigger:    Pacifica Builder Trades
Reward:     Variable — 0.1% of volume in YOUR_TOKEN
Recipients: End users
```

## Use cases

| Use case                 | How it works                                                                |
| ------------------------ | --------------------------------------------------------------------------- |
| **Affiliate programs**   | Reward affiliates based on the trading volume their referred users generate |
| **Trading competitions** | Rank traders by volume over a time period and distribute prizes from a pool |
| **Fee rebates**          | Return a percentage of trading fees to active traders as an incentive       |

{% hint style="warning" %}
Reach out at <ecosystem@fuul.xyz> to register your Pacifica builder code and connect it to your Fuul project before setting up the trigger.
{% endhint %}


---

# 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/core-concepts/trigger-integrations/pacifica.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.
