Skip to content

IvanmgmSoftwareEngineering/puzzlesclub-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Puzzles Club Logo

🧩 Puzzles Club

An Educational Web3 Capture The Flag (CTF) Experience

It's not just NFTs — it's a challenge, an adventure, a way to learn how the crypto world works
while having fun and earning NFTs and Unstoppable Domains.

🌐 Play Now🧩 Buy Puzzles💬 Buy Hint Words

Polygon OpenSea BIP-39 Web3


🎯 The Challenge

We've all been there when we started — the crypto world can feel overwhelming. Puzzles Club offers you the opportunity to acquire solid knowledge in the crypto world while competing for real digital assets.

Each puzzle is a cryptographic challenge: recover a 12-word BIP-39 seed phrase, unlock a reward wallet, and claim everything inside — before anyone else does.

"Your Private Keys, Your Cryptos" — Always remember our motto.

What You'll Learn

  • 🔑 How BIP-39 mnemonic phrases and HD wallets work
  • 🧮 Derivation paths and how they generate addresses
  • 🔍 How to use vanity addresses and blockchain explorers
  • ⚡ Controlled brute-force techniques over reduced dictionaries
  • 🌐 How to interact with NFTs, wallets, and Web3 in a practical way

🎮 How to Play

┌──────────────┐     ┌──────────────┐     ┌───────────────┐     ┌──────────────┐     ┌──────────────┐
│  1. Buy a    │────▶│  2. Read its │────▶│ 3. Enter the  │────▶│ 4. Solve the │────▶│ 5. Claim the │
│  Puzzle NFT  │     │    Clues     │     │  Puzzles Club │     │    Puzzle    │     │   Rewards!   │
└──────────────┘     └──────────────┘     └───────────────┘     └──────────────┘     └──────────────┘

Step 1 — Acquire a Puzzle NFT 🛒

Head to the Puzzles - (Polygon) collection on OpenSea and purchase your puzzle. Each NFT is your access key to the challenge — choose your difficulty level wisely!

Every puzzle has a 12-word BIP-39 recovery phrase. The structure is always the same:

  • Word #1 — Provided via the vanity address (first 3 chars after 0x match this word)
  • Words #2 to #11 — The 10 unknown intermediate words you need to discover
  • Word #12 — Always zoo

Step 2 — Study the Clues 🔎

Your Puzzle NFT contains critical secret information in both its description and traits:

Clue What it tells you
Vanity address The target public address — first 3 chars after 0x reveal Word #1
Word #12 Always zoo — this is constant across all puzzles
Mini-dictionary A reduced word list of N words (where N = your puzzle level) extracted from the BIP-39 dictionary (2048 words). The 10 missing words were taken from this list
Derivation path The Room or Address index to use for wallet generation
Difficulty level The level number (10–16+) determines the size of the mini-dictionary

📖 "Don't forget to carefully read all the NFT's Traits, which, along with the description, contain secret clues to open the wallet."

Understanding the Difficulty

The level number equals the size of the mini-dictionary. All puzzles have exactly 10 unknown words, but the difficulty comes from how many words are in the mini-dictionary they were taken from:

  • Level #10 → Mini-dictionary of 10 words → The 10 missing words are all 10 words from the dictionary, you just need to find the correct order
  • Level #15 → Mini-dictionary of 15 words → The 10 missing words were taken from 15 possible words — you need to find which 10 and their correct order
  • Level #16 → Mini-dictionary of 16 words → Even more possibilities to test

🧮 The number of valid combinations follows the permutation formula P(N, 10) = N! / (N−10)! where N is the level number (mini-dictionary size). Higher levels mean exponentially more combinations to check.

Step 3 — Enter Puzzles Club 🖥️

Visit Puzzles Club and connect the same wallet where your Puzzle NFT is hosted. The platform will:

  • ✅ Detect your Puzzle NFT and unlock confidential content
  • ✅ Show the vanity public address and the mini-dictionary for your puzzle
  • ✅ Display any Puzzle Words you own as revealed hints
  • ✅ Provide access to educational whitepapers (Bitcoin & Ethereum)

Step 4 — Solve the Puzzle 🧠

The challenge: find the correct 10 words in the correct order from your mini-dictionary to complete the 12-word BIP-39 recovery phrase. Use the vanity address and derivation path to validate your attempts.

Stuck? You're fighting against the Numbers — but you don't have to fight alone! 👇

Step 5 — Claim Your Reward 🏆

Once you recover the full seed phrase, you gain access to the reward wallet. Be the first to claim all the digital assets inside!

⚠️ Winner-Takes-All: There is only one reward wallet per puzzle level. Whoever gets there first takes it all. FOMO is real — DYOR!

Always remember our motto: "Your Private Keys, Your Cryptos"


💬 Puzzle Words — Your Secret Weapon

Buy Puzzle Words

Puzzle Words - (Polygon) is a collection of secret words that make solving puzzles much easier. Each word you buy brings you one step closer to the solution.

How Puzzle Words Work

When you purchase a Puzzle Word NFT, it acts as a key in Puzzles Club:

"You can use this NFT as a key in Puzzles Club to access Word #9 of the recovery phrase for the Puzzle you're solving. Knowing an extra word and its true position will significantly reduce the possible combinations of valid phrases, making the puzzle easier to solve."

Example: Imagine you have a Level #16 puzzle (mini-dictionary of 16 words, 10 unknown positions). Each Puzzle Word you buy reveals one word and its exact position, removing it from the unknowns:

Puzzle Words Purchased Remaining Unknowns Remaining Dict. Words Combinations P(N, K)
0 (no help) 10 positions 16 words P(16,10) = ~29 billion
Buy 2 words 8 positions 14 words P(14,8) = ~121 million
Buy 4 words 6 positions 12 words P(12,6) = ~665,280
Buy 6 words 4 positions 10 words P(10,4) = ~5,040
Buy 8 words 2 positions 8 words P(8,2) = 56

🎯 Each Puzzle Word you buy reveals one word and its exact position, turning an impossible challenge into a solvable one!

"Remember, you're fighting against the Numbers! So don't hesitate to buy puzzle words and defeat them."

⚠️ "Keep in mind that if the puzzle's difficulty level is very high, you might need more words to further reduce the difficulty."


📊 Difficulty Levels

Each puzzle level determines the size of the mini-dictionary from which the 10 unknown intermediate words were taken. All puzzles have the same structure (10 unknown words), but the larger the dictionary, the more combinations exist:

Level Difficulty Dict. Size Unknown Words Combinations P(N, 10) Reward
#10 🟢 Easy 10 words 10 P(10,10) = 3,628,800 10 Curated NFTs + 10 Unstoppable Domains
#11 🟡 Medium 11 words 10 P(11,10) = 39,916,800 11 Curated NFTs + 11 Unstoppable Domains
#12 🟠 Hard 12 words 10 P(12,10) = 239,500,800 12 Curated NFTs + 12 Unstoppable Domains
#13 🔴 Expert 13 words 10 P(13,10) = ~1.04 billion 13 Curated NFTs + 13 Unstoppable Domains
#14 🟣 Master 14 words 10 P(14,10) = ~3.63 billion 14 Curated NFTs + 14 Unstoppable Domains
#15 ⚫ Legendary 15 words 10 P(15,10) = ~10.9 billion 15 Curated NFTs + 15 Unstoppable Domains
#16 💀 Impossible 16 words 10 P(16,10) = ~29.1 billion 16 Curated NFTs + 16 Unstoppable Domains

🔮 More levels coming soon — theoretically up to Level #2046!


🏆 Rewards

Each puzzle level has its own dedicated reward wallet containing premium digital assets. The number of rewards scales with difficulty — harder puzzles yield more prizes. You can verify the contents on OpenSea before you play:

Level Difficulty Curated NFTs Unstoppable Domains Reward Wallet
#10 🟢 Easy 10 10 View on OpenSea
#11 🟡 Medium 11 11 View on OpenSea
#12 🟠 Hard 12 12 View on OpenSea
#13 🔴 Expert 13 13 View on OpenSea
#14 🟣 Master 14 14 View on OpenSea
#15 ⚫ Legendary 15 15 View on OpenSea
#16 💀 Impossible 16 16 View on OpenSea

⚠️ Winner-Takes-All: There is only one reward wallet per puzzle level. Whoever gets there first takes it all!


✨ Platform Features

  • 🎮 Interactive Matrix-Themed UI — Immersive hallway → desk → terminal intro with 3D elements
  • 🔐 Wallet Integration — MetaMask & WalletConnect support
  • 🧩 Smart NFT Detection — Automatic detection of your Puzzles and Puzzle Words
  • 🏆 Real-time Reward Tracking — See what's inside each reward wallet
  • 🛒 Puzzle Words Integration — Purchased hint words are automatically revealed
  • 📄 Confidential Documents — In-app whitepaper viewer (Bitcoin & Ethereum)
  • 🌍 Multilingual — English, Spanish, Valencian, Chinese, Hindi, Russian & Arabic
  • 🌗 Dark/Light Themes — Matrix-inspired aesthetics
  • 🎵 Ambient Audio — Optional background music for immersion
  • 📱 Fully Responsive — Desktop and mobile optimized
  • 🔄 Real-time Features — Live online user counter

❓ FAQ

If anyone can 'right-click and save' the image, what am I actually paying for?
You're paying for verifiable on-chain ownership. The NFT isn't just an image — it's your cryptographic key to access exclusive puzzle content and compete for real rewards.
How do I know my NFT won't disappear if the marketplace goes bust?
Your NFTs live on the Polygon blockchain, not on OpenSea. The marketplace is just an interface — your assets exist independently on-chain forever.
What if the puzzle is too hard for me?
That's exactly why Puzzle Words exist! Each word you buy reveals its true position in the recovery phrase, dramatically reducing the number of combinations. You can buy as many as you need until the puzzle is solvable.
Can someone else solve my puzzle before me?
Yes! This is a Winner-Takes-All competition. Each reward wallet can only be claimed once. Speed and skill matter — but remember, buying Puzzle Words gives you a significant advantage.
What makes 'generative art' NFTs different from standard digital art?
Generative art is created algorithmically, making each piece mathematically unique. In Puzzles Club, each NFT is also functionally unique — it grants access to a specific puzzle with its own reward.

For you, players. Let the game begin. 🎮

Puzzles | Polygon Network | 2026 NFT


Built with ❤️ by the Puzzles Club team

About

It's not just NFTs — it's a challenge, an adventure, a way to learn how the crypto world works while having fun and earning NFTs and Unstoppable Domains.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors