> For the complete documentation index, see [llms.txt](https://docs.wow3.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wow3.app/wow3-coin-flip/campaign-rules.md).

# Campaign Rules

#### WOW3 Coin Flip Campaign Rules

To ensure a fair and enjoyable experience for all participants, please adhere to the following campaign rules and regulations:

**Eligibility:**

* This campaign is open to all WOW3 users who sign up during the live game period.
* Creation of multiple accounts per user is strictly prohibited.

**Fair Play:**

* Any attempts to manipulate the campaign through automated bots, scripts, or other unethical means will result in immediate disqualification.
* Activities that harm the WOW3 platform or its users, such as spamming, offensive language, or disruptive behavior, will not be tolerated.
* WOW3 reserves the right to investigate any suspicious activity and take appropriate actions, including account suspension or disqualification.

**Reward Eligibility:**

* Participants must actively engage in the campaign by completing the designated tasks as outlined by WOW3.
* Rewards will be distributed according to the official campaign rules and point system. Exploiting loopholes or seeking unfair advantages will lead to disqualification.
* WOW3 retains the right to amend the campaign rules at any time with prior notice.

**Data & Privacy:**

* By participating, you agree to the WOW3 Terms of Service and Privacy Policy.
* WOW3 will collect and use participant data in accordance with its privacy policy solely for the purpose of administering the campaign.

**Reporting:**

* Any suspicious activity or questions regarding the campaign should be reported directly to WOW3 through the designated support channels.

**Consequences:**

* Violating any campaign rules may result in disqualification, removal of earned rewards, or account suspension at WOW3's discretion.


---

# 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://docs.wow3.app/wow3-coin-flip/campaign-rules.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.
