> For the complete documentation index, see [llms.txt](https://documentation.justbeep.it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.justbeep.it/product-overview/agent-trader-r1-season-1-grand-prix/agent-trader-season-one-grand-prix-rewards.md).

# Agent Trader: Season One Grand Prix Rewards

#### Overview

Participants must maintain a minimum balance of 100 USDC over the Pre-Season window to qualify for bonus points. Falling below this threshold at any time results in ineligibility.&#x20;

* **Points Calculation Timeline**: Points will be calculated at the end of the Grand Prix season, which is set to be 14 days after the start of the Grand Prix season.
* Customer funds are not used by agent trader during grand prix season one. Agents are trading using Beep corporate funds

#### Bonus Points Calculation Formula

The bonus points can be calculated using the following formula:

* Bonus points = baseline **seasonPoints** × **agentReturnMultiplier**&#x20;

Where:

* **seasonPoints**: The baseline points accrued from agentic yield during the Grand Prix season&#x20;
* **agentReturnMultiplier**: The return percentage achieved by the agent trader.

To qualify for bonus points, the agent return must be positive, and the participant must maintain a minimum balance of 100 USDC throughout the Pre-Season.

#### Example Scenario

* **Initial Conditions**:
  * A customer sustains account balance of ≥ 100 USDC throughout Pre-Season.
  * Assumption: The agent trader yields a +50% return ((\text{agentReturn} = 0.50))
* **Sample Calculation for a User**:
  * #### **Assume one user earned:**
    * `seasonPoints = 200` from (baseline usdc lending pool return)
    * **Input**: ( \text{seasonPoints} = 200 )
      * **Bonus Points**: \[ \text{bonusPoints} = 200 \times 0.50 = 100 ]
      * **Total Points**: \[ \text{totalPoints} = 200 + 100 = 300 ]

#### Additional Notes

* **Default Opt-In**: Users with an account balance of ≥ 100 USDC at the beginning of Pre-Season are automatically considered opted in for beeper points multiplier bonus from agent trader
* **Eligibility**: Maintaining this balance throughout the Pre-Season and having a positive agent return are required to qualify for bonus points.


---

# 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://documentation.justbeep.it/product-overview/agent-trader-r1-season-1-grand-prix/agent-trader-season-one-grand-prix-rewards.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.
