> For the complete documentation index, see [llms.txt](https://fantasygo.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/power7-predictor.md).

# Power7 Predictor

## <mark style="color:purple;">What is Power7?</mark>

Power7 is FantasyGo's new pool-based football predictor game with a **minimum** jackpot of **R5 million**!&#x20;

Power7 costs R5 a line to enter, and similar to the lottery, players can enter as many lines of predictions as they want. To win the jackpot, a user must get all 7 score predictions correct. But there are **also prizes for users who get 2, 3, 4, 5, 6, or 7 scores correct!**

Users may use the Quick Pick function to have score predictions automatically submitted for them.

You can make unlimited changes to your predictions prior to the contest deadline.

There are no limits to the number of lines you can enter in a Power7 contest.

Note: Goals in extra-time and penalty shootouts will not count towards the prediction score.&#x20;

Note: If you want to predict either or both sides scoring 6 or more goals in a game, check the "Any othe result" box next to the match. This will cover you for any result in which either team scores 6 or more goals (for example, 6-1, 4-7, 8-2, etc.)

## <mark style="color:purple;">How does the prize pool grow?</mark>

Just like our fantasy games, the Power7 pools grow each time someone makes a prediction. This is what separates Power7 from all other score predictor games out there!

## <mark style="color:purple;">Prize distribution</mark>

**7 out of 7 correct:**  A user who correctly predicts all 7 scores will win R5m

**6 out of 7 correct:** Share 29% of the pool.

**5 out of 7 correct:** Share 21% of the pool.

**4 out of 7 correct:** Share 19% of the pool.

**3 out of 7 correct:** Share 17% of the pool.

**2 out of 7 correct:** Share 6% of the pool.

**Fewer than 2 out of 7 correct:** No prizes will be awarded for predictions with fewer than 2 correct scores.

Any portion of the net pool that is not won in a prediction round will carry over into the following round.

## <mark style="color:purple;">Cancelled Matches</mark>

* If 3 or more of the matches in a Power7 contest are cancelled or suspended, the contest will be void and all entries will be refunded.&#x20;
* Should the contest go ahead, any cancelled matches will be treated as an incorrect result.

Note: If a match is suspended or postponed and not completed by 9am on the day after the last day of the contest, the match will be deemed as cancelled.


---

# 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://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/power7-predictor.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.
