> For the complete documentation index, see [llms.txt](https://docs.fliq.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fliq.one/xp-program/testnet.md).

# Testnet

The XP allocation plan is designed to incentivise user activity, reward profitable trades, and foster long-term engagement with the platform through a combination of activity, profit, and engagement-based incentives.

## <mark style="color:purple;">Activity Incentives</mark>

### Trade XP

1. Users earn <mark style="color:green;">5 XP</mark> per trade, with a maximum of 10 XP per market per day.

### Bonus XP: Activity Streak&#x20;

1. Trades in 5 markets in a day: <mark style="color:green;">+5 XP</mark>&#x20;
2. Trades in 10 markets in a day: <mark style="color:green;">+15 XP</mark>&#x20;
3. Trades in 20 markets in a day: <mark style="color:green;">+30 XP</mark>&#x20;
4. Trades in 50 markets in a day: <mark style="color:green;">+100 XP</mark>

## <mark style="color:purple;">Profit Incentives</mark>

### Profitable Exit

1. Users gain <mark style="color:green;">50 XP</mark> per profitable full exit.
2. Additional variable XP based on profit value. <mark style="color:green;">+ (50 \* Profit Per Share) XP</mark>

{% hint style="info" %}
Buying YES shares at 0.52$/share and selling them at 0.84$/share gives fixed 50 XP and variable 50 \* (0.84 - 0.52) = 16. Total 66 XP earned in this profitable trade.
{% endhint %}

### Profit Booking Streak Bonus

1. 2 consecutive profit booking streaks: <mark style="color:green;">+100 XP</mark>&#x20;
2. 5 consecutive profit booking streaks: <mark style="color:green;">+500 XP</mark>&#x20;
3. 10 consecutive profit booking streaks: <mark style="color:green;">+1500 XP</mark>&#x20;
4. 15 consecutive profit booking streaks: <mark style="color:green;">+3000 XP</mark>&#x20;
5. 20 consecutive profit booking streaks: <mark style="color:green;">+5000 XP</mark>

## <mark style="color:purple;">Engagement Incentives</mark>

1. 5 consecutive days of at least 1 trade: <mark style="color:green;">+100 XP</mark>&#x20;
2. 10 consecutive days of at least 1 trade: <mark style="color:green;">+500 XP</mark>&#x20;
3. 20 consecutive days of at least 1 trade: <mark style="color:green;">+1500 XP</mark>&#x20;
4. 50 consecutive days of at least 1 trade: <mark style="color:green;">+5000 XP</mark>


---

# 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://docs.fliq.one/xp-program/testnet.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.
