> 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/new-year-new-nfts-contest/contest-rules.md).

# Contest Rules

1. **Eligibility:**
   * Users must have a EVM wallet with net-worth on Ronin at least $100 in token or $50 in NFTs.
   * Register and complete a profile on WOW3, including display name, bio, and connected accounts (Google, Twitter, Discord, Telegram).
   * Rewards will be distributed based on the official contest rules and point system in place. Any attempt to exploit loopholes or gain unfair advantages will lead to disqualification.
   * WOW3 team, ambassadors and community moderators are not eligible to win prizes but can join for engagement and community spirit.
   * WOW3 reserves the right to amend the contest rules at any time with prior notice.
2. **Fair Play**
   * Any attempts to manipulate the contest mechanics through automated bots, scripts, or other unethical means will result in 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 action, including account suspension or disqualification.
3. **Referral Conditions**
   * Referrals are valid only if the referred user has a net worth ≥$100 and completes their profile.&#x20;
4. **Point Validations**
   * Certain activities like sharing posts or bundles require submission of proof in the pinned tweet on WOW3 X profile (e.g., screenshots, shared links). We shall check the individual submissions for the winners to validate the tasks.
5. **Data & Privacy**
   * By participating in this contest, you agree to the WOW3 Terms of Service and Privacy Policy.
   * WOW3 will collect and use user data in accordance with its privacy policy for the sole purpose of administering the contest.
6. **Reporting**
   * If you encounter any suspicious activity or have questions about the contest, please report them directly to WOW3 through the designated support channels.
7. **Consequences**
   * Violation of any contest rule 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/new-year-new-nfts-contest/contest-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.
