> For the complete documentation index, see [llms.txt](https://handsnft.gitbook.io/handsnft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handsnft.gitbook.io/handsnft/getting-started/strategical-tips-for-pro-players.md).

# Strategical Tips For Pro Players

**⏱ Never Miss Your Claim Timer**\
The game runs on FCFS (First Come, First Served). Missing your claim means falling behind and losing rewards to faster players.

**📊 Analyze Pool Dynamics**\
You can now track the first entrant’s claim timer in every pool. Use this info to adjust your strategy - sometimes avoiding the most crowded pool is the smarter play.

**⚔️ Manage Level-Up Risks**\
Leveling up = bigger pools, higher rewards.\
Pro tip: Diamondhand rewards are huge but limited. If you’re late in the season, it can be smarter to stay in a lower pool and collect multiple rewards instead of chasing Diamondhand.

**💎 Think Twice Before Migrating**\
Migration gives you NFT access and perks, but if you migrate too early, you’ll miss the Diamondhand pool rewards.\
Pro tip: If you have 2 Diamondhands, consider migrating only one. That way, you enjoy both NFT perks and in-game rewards.

**🔥 WL vs Public Mint**\
WL mint is cheaper and puts you ahead of the competition. Use it wisely when available & chase it by playing Discord games, attending the internal campaigns etc.

**🚫 Bots Are Banned**\
Our AI Bot Detection scans wallets in real-time and flags suspicious actions. Any wallet using bots will be removed. Play fair - rise fair.

**💰 Early Pool Entry = Bigger Rewards**\
Being early always pays off. The sooner you join, the better your odds of maximizing rewards.

**🎮 Stay Active**\
This isn’t just about luck - it’s about being consistent. Missing even one cycle can cost you big.

**📚 Build Your Routine**\
Set alarms, track your timers, and keep Discord/Twitter/Telegram notifications on. Discipline and timing are the real edge in this game.

**🌍 Don’t Miss Special Seasons**\
Ecosystem badge seasons, Mainnet celebrations, or airdrop-linked events often bring 3–4x the hype and revenue of normal seasons. These are where legends are made.


---

# 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://handsnft.gitbook.io/handsnft/getting-started/strategical-tips-for-pro-players.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.
