> 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/general-information.md).

# General Information

## General Rules

* Users must be 18 years of age or older to register a FantasyGo account and participate in any FantasyGo contests.
* Users are prohibited from having more than one FantasyGo account. Users found to have multiple FantasyGo accounts are in breach of our terms and conditions and may be banned permanently.&#x20;
* Users must be South African to register a FantasyGo account and participate in any FantasyGo contests.
* Unless otherwise stated:
  * Round/gameweek contest deadlines will generally be 1 minutes before the start of the first match.
  * Match/head-to-head contest deadlines will generally be 1 minutes before the start of the match.
  * Unless otherwise stated on the contest card, users may enter unlimited teams per fantasy contest, however an additional admin fee will be applied to Teams 4-10 (1x the entry fee) and Teams 11+ (2x the entry fee).

Our full Terms and Conditions can be found [**here**](/knowledge-base/legal-and-compliance/general-terms-and-conditions.md).

## Fantasy Contest Prize Distribution

Unless otherwise stated, fantasy contests will have the following prize structure.

| Position                     | Percentage prize of pool |
| ---------------------------- | ------------------------ |
| 1st                          | 30% of the pool          |
| 2nd                          | 12%                      |
| 3rd                          | 8.5%                     |
| 4th                          | 5%                       |
| 5th                          | 4%                       |
| 6th                          | 3.5%                     |
| 7th                          | 2.5%                     |
| 8th                          | 2%                       |
| 9th                          | 1.5%                     |
| 10th                         | 1%                       |
| Remaining top 25% of entries | Share 30%                |

Some contests may have slightly different prize structures – click on the i icon on a contest to view the prize payout breakdown.

## Power7 Contest Prize Distribution

| Number of correct score predictions | Prize amount          |
| ----------------------------------- | --------------------- |
| 7/7 correct                         | R5 million jackpot    |
| 6/7 correct                         | Share 26% of the pool |
| 5/7 correct                         | Share 24% of the pool |
| 4/7 correct                         | Share 22% of the pool |
| 3/7 correct                         | Share 20% of the pool |
| 2/7 correct                         | Share 8% of the pool  |
| Fewer than 2/7 correct              | No prize              |

## FantasyGo 49s Contest Prize Distribution

| Points scored        | Prize amount          |
| -------------------- | --------------------- |
| 80 points            | R1 million jackpot    |
| 70 points            | Share 25% of the pool |
| 60 points            | Share 22% of the pool |
| 50 points            | Share 18% of the pool |
| 40 points            | Share 15% of the pool |
| 30 points            | Share 11% of the pool |
| 20 points            | Share 9% of the pool  |
| Fewer than 20 points | No prize              |

## Estimated Prize Pools

Note: Some contests may display an "estimated prize pool" prior to the contest's deadline. Any "estimated prize pool" amounts are not a guarantee that the prize pool will be that exact amount. We use an algorithm based on historical data is used to calculate these estimations.&#x20;

The actual prize pool will be displayed once the deadline has passed. The final prize pool amount may be more or less than the estimated amount.

## Cancelled Matches

**Fantasy Contests**

* If a match is cancelled in a Match contest, the contest will be void and all entries will be refunded.
* If at least half of the matches in a Gameweek or Round contest are cancelled, the contest will be void and all entries will be refunded.

**Power7 Contests**

* 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:

```
GET https://fantasygo.gitbook.io/knowledge-base/rules-and-how-to-play/general-information.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
