> For the complete documentation index, see [llms.txt](https://fluxflow.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fluxflow.gitbook.io/docs/points-program/leaderboard-and-strategy-guide.md).

# Leaderboard & Strategy Guide

### The Leaderboard

Resets every week. Rolling 7-day window. New users always have a shot at the top.

All-time rankings available as a secondary view.

***

### How to Maximize Your Points

**1. Don't break your streak.**\
This is the single biggest thing you can do. 30+ days = 2.0x on everything. One missed day costs you a tier. Be active daily, even with a small swap.

**2. Swap regularly.**\
Daily volume beats one big trade. The points system rewards consistency over size. Even moderate daily swaps add up over a week.

**3. Provide concentrated liquidity.**\
V3 positions in tight ranges around the current price earn more LP points. Wider ranges earn less per dollar.

**4. Stay in range.**\
If your LP position goes out of range, it earns zero. Check your positions and rebalance when needed. Fluent's low gas makes this cheap.

**5. Complete quests.**\
Free bonus points for things you'd do anyway (first swap, first LP, tight range). Don't leave them on the table.

**6. Refer active users.**\
You earn 10% of everything they earn. Refer people who will actually use Flux, not lurkers.

***

### What Doesn't Work

* Depositing large amounts for a short time, then withdrawing
* Breaking your streak

***

### What You Earn

| Source             | How                                                                              |
| ------------------ | -------------------------------------------------------------------------------- |
| **Swap fees**      | Every trade in your pool pays you a fee                                          |
| **$BLEND rewards** | LP incentives via Merkl. Claim anytime at [app.merkl.xyz](https://app.merkl.xyz) |
| **Points**         | Toward future reward allocations                                                 |
| **Multipliers**    | Streak + Pulse + Referrals. All stacking                                         |


---

# 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, and the optional `goal` query parameter:

```
GET https://fluxflow.gitbook.io/docs/points-program/leaderboard-and-strategy-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
