# Secret Behind Secret Heist

Like previous projects at **Tetration Lab**, Museum Heist is an on-chain game that aims to test and push the boundary of what is possible.

One exciting aspect of Museum Heist is that players can secretly steal artifacts at night. Keeping the mischief secret would mean that players can interact (do arithmetics) with museums or vaults according to some game rules without exposing themself. We can accomplish all this thanks to **zero-knowledge proof and homomorphic encryption technology.**


---

# 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://tetration-lab.gitbook.io/whitepaper/museum-heist/secret-behind-secret-heist.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.
