# The Reward

When the correct five tokens are identified and solve() is called with the right combination, a single irreversible transaction executes the full reward sequence:

**The five tokens are burned permanently.** They cease to exist. Their contribution to the puzzle is complete. They become the seeds of what comes next.

**A legendary 1-of-1 token is generated.** Unlike any other token in the collection. Its generation seed incorporates the IDs of the five burned tokens, your wallet address, and the hash of the block in which you solved. Nobody — including the creator — knows what it will look like until the exact moment it is minted.

The legendary 1/1 contains the visual fingerprints of the five destroyed tokens — their glyphs reappear in the corners at full opacity. All five rarity glow colors appear simultaneously for the first and only time in the collection. The art is the artifact of the solve.

**The ETH vault is released.** The complete vault balance transfers to your wallet in the same transaction.

**The lore is decoded.** A narrative has been encoded into the PuzzleEngine contract since the day it was deployed. It has been locked. The solve releases it — emitted as a permanent on-chain event readable on the block explorer forever. The story belongs to everyone now. But you found it.

**Your address is recorded.** The `solver()` function on the PuzzleEngine contract returns your wallet address. Permanently. Anyone can call it and see who cracked the puzzle.

This can only ever happen once.


---

# 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/the-reward.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.
