# Hot Potato!

## Overview <a href="#overview" id="overview"></a>

This documentation provides a summary of our <mark style="color:red;">Onchain Hot Potato</mark> game, including its rules and the smart contract implementation. The game involves minting NFTs in rounds, passing around a "hot potato" trait, and rewarding the last player remaining. The smart contract is written in Solidity. The game utilizes <mark style="color:blue;">ChainlinkVRF</mark> to provide verifiable randomness to our project.

In our <mark style="color:red;">Onchain Hot Potato</mark> game, we have a team of dedicated individuals driven by ambition and a shared passion for global success. We see Onchain Hot Potato concept as more than just a casual game. It's a vision we have for creating an engaging experience that goes beyond mere entertainment.


---

# 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://0xhotpotato.gitbook.io/onchain-hot-potato/hot-potato.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.
