> For the complete documentation index, see [llms.txt](https://decuple.gitbook.io/faxen-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://decuple.gitbook.io/faxen-whitepaper/specifications/bonus-trade-balance.md).

# Bonus Trade Balance

Bonus plans on the Faxen are designed to offer stakers additional incentives to participate in staking on the platform. Specifically, stakers will be eligible to receive a staking bonus as an initial balance, which can be used to start trading on the crypto futures markets. This can potentially allow stakers to earn profits without depositing additional cryptocurrency.

It's important to note that the starting bonus balance cannot be withdrawn. However, any profits earned through trading on the futures markets using this bonus balance are eligible for withdrawal. This means that stakers have the potential to earn additional profits on the platform beyond what they would earn through staking alone.

The bonus plans are designed to be accessible to all users, regardless of the size of their investment. This means even users with smaller investments can participate in the bonus plans and potentially earn additional profits.

To be eligible for the staking bonus, users must be enrolled in the participation plan for a minimum of three months. This helps to ensure that stakers are committed to participating in the platform for the long term and are not just seeking short-term gains.

Overall, the bonus plans on the Faxen are a great way for users to earn additional profits on the platform and to incentivize participation.


---

# 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://decuple.gitbook.io/faxen-whitepaper/specifications/bonus-trade-balance.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.
