# Limit Order Competition

### Campaign Details

* **Duration**: September 10 - October 10, 2025
* **Total Prize Pool**: $1,500 USD
* **How to Qualify:** Minimum $5 total filled limit order volume (buy + sell combined)
* **Individual Cap**: $200 maximum per person
* **Distribution**: Fair share based on your contribution
* Rewards will be distributed in 72 hours after the campaign end time on 10th October 2:00PM UTC

### How to Place Limit Orders

1. Select "Buy" or "Sell" tab
2. Choose "Limit" from the order type dropdown
3. Set your target price and quantity
4. Submit your order and wait for it to fill

<figure><img src="/files/nAj3WIiafgGZr8c3Hmg9" alt=""><figcaption></figcaption></figure>

### How Your Reward is Calculated

#### Step 1: Calculate Your Share

```
Your Share = (Your Filled Volume ÷ Total Volume by Everyone) × $1,500
```

#### Step 2: Apply the $200 Cap

```
Your Final Reward = Minimum of (Your Share, $200)
```

### Real Examples

#### Scenario 1: Early Campaign (Lower Total Volume)

* Total volume across all users: $10,000
* Your filled volume: $100
* Calculation: ($100 ÷ $10,000) × $1,500 = $15
* Your reward: $15 ✅

#### Scenario 2: Active Campaign (More Competition)

* Total volume across all users: $25,000
* Your filled volume: $500
* Calculation: ($500 ÷ $25,000) × $1,500 = $30
* Your reward: $30 ✅

#### Scenario 3: High Volume Trader (Hits the Cap)

* Total volume across all users: $15,000
* Your filled volume: $2,500
* Calculation: ($2,500 ÷ $15,000) × $1,500 = $250
* Your reward: $200 (capped) ✅

### What Counts as Volume

Both buy and sell limit orders count toward your total:

* Buy limit order filled: $50 → Counts as $50 volume
* Sell limit order filled: $45 → Counts as $45 volume
* Total volume: $95

Order types that qualify:

* ✅ Limit orders (buy and sell)
* ❌ Market orders
* ❌ Orders that don't get filled

### Key Points

* **Fair Distribution:** The more volume you generate relative to others, the bigger your slice of the $1,500 pool
* **Whale Protection:** $200 cap ensures no single person can dominate the rewards
* **Final Calculation:** Your exact reward is determined when the campaign ends
* **Leftover Funds:** Any unused money from the cap system gets distributed equally among all qualifying participants as a bonus
* **Minimum Threshold:** You must have at least $5 in filled limit order volume to qualify for any rewards


---

# 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.fliq.one/limit-order-competition.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.
