# How to Solve

To solve the puzzle you must:

**1. Identify the five key tokens**

Study the collection. Examine SVG source code. Compare pieces across all rarity tiers. The hidden glyph type used in real key tokens is consistent — it belongs to a specific family. The community will likely need to work together.

**2. Acquire all five simultaneously**

You must own all five key tokens in a single wallet at the same time before calling solve. This may require purchasing tokens from other collectors on the secondary market.

If other hunters are also pursuing the same tokens, secondary market prices for suspected key tokens may rise significantly. The race is part of the mechanism.

**3. Call solve()**

With all five tokens in your wallet, call the `solve()` function on the PuzzleEngine contract, passing the five token IDs as an array.

The contract sorts your provided IDs, hashes them, and compares the result to the stored solution hash.

**If your combination is wrong:** The transaction reverts. No tokens are burned. You lose only the gas cost of the failed attempt. Your tokens are completely safe.

**If your combination is correct:** The transaction proceeds to the reward sequence.


---

# Agent Instructions: 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://glyphvoiddocs.gitbook.io/undefined/the-puzzle/how-to-solve.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.
