> For the complete documentation index, see [llms.txt](https://sixnetwork.gitbook.io/definix/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sixnetwork.gitbook.io/definix/investment/finix-challenge.md).

# FINIX Challenge

**FINIX Challenge** is a trade competition for the trader to measure their performance as a mandatory protocol to create and manage funds. The competition is based on real price and situation that the trader has to perform under the real environment and situation. Every transaction on the competition will be recorded on the blockchain, which allows the investor to trace back their performance.

## FINIX Challenge Scenario

| FINIX Challenge      |         STEP 1         |         STEP 2         |    STEP 3   |
| -------------------- | :--------------------: | :--------------------: | :---------: |
| Trading Period       |         30 days        |         60 days        |  Indefinite |
| Minimum Trading Days |         10 days        |         10 days        |   10 days   |
| Maximum Daily Loss   |  5% of initial capital |  5% of initial capital |  500 FINIX  |
| Maximum Loss         | 10% of initial capital | 10% of initial capital | 1,000 FINIX |
| Profit Target        | 10% of initial capital |  5% of initial capital |             |
| Fee                  |        100 FINIX       |          free          |    Refund   |


---

# 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://sixnetwork.gitbook.io/definix/investment/finix-challenge.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.
