# Trading Competitions

A trading competition is a [Leaderboard](/core-concepts/incentive-payouts/leaderboard-rewards.md) incentive applied to a trading trigger. Users are ranked over a defined time window and rewarded based on their final position.

Competitions are built around custom formulas — you choose the ranking metric that fits your program: PnL, trading volume, referred fees, or any combination submitted via the [Custom Offchain Events API](/developer-guide/sending-custom-events-through-the-api.md).

## Setting up a competition

1. Create a trigger for the trading activity you want to track (HyperLiquid, Orderly, or a custom event)
2. Add a **Leaderboard** incentive
3. Configure the date range and rewards per position

{% hint style="info" %}
Display live rankings in your app → [Volume Leaderboard](/developer-guide/getting-leaderboard-data/volume.md) · [Points Leaderboard](/developer-guide/getting-leaderboard-data/points.md)
{% 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/trading-competitions.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.
