> For the complete documentation index, see [llms.txt](https://info.xtreamly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.xtreamly.io/project-overview/trading-bot/bump-reward-campaign/keeping-your-streak-alive.md).

# Keeping Your Streak Alive

#### The Scoring: Earning Exponential Points

Your rank is determined by a Streak system that rewards consecutive correct predictions with points that double each day.

| Day 1  | 1 Point                 |
| ------ | ----------------------- |
| Day 2  | 2 Points                |
| Day 3  | 4 Points                |
| Day N  | $$ $2^{N-1}$ $$ Points  |
| Day 30 | Over 536 Million Points |

{% hint style="info" %}
Crucial Point: These points are your competitive score on the public leaderboard, not a cash value. The massive exponential difference ensures that players who maintain their streak for longer have a dominant lead.
{% endhint %}

If your prediction is incorrect, your streak is immediately broken, and you earn 0 points for that day. To "Save Your Position" and continue your streak the following day, you must complete one of the two options below. If you fail to do either, your streak resets to zero.

| **Option**          | **Action Required**                      | **Cost / Effort**                                                                        |
| ------------------- | ---------------------------------------- | ---------------------------------------------------------------------------------------- |
| 1. Retention Ticket | Pay a small fine to restore your streak. | 5% of the total USDC you have staked up to the day you lost.                             |
| 2. Viral Referral   | Successfully invite one new user.        | The new user must sign up, create a trading bot, and fund it with a minimum of $100 USD. |

Completing either Option 1 or 2 instantly restores your streak for the next day's challenge.

***


---

# 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://info.xtreamly.io/project-overview/trading-bot/bump-reward-campaign/keeping-your-streak-alive.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.
