# 📘 Definitions

**Mission**: A game round that will be limited in access and last for a limited period of time (ie first mission will be open for a maximum of 10 000 players and will last one week)

**Territory**: The game map that is shared among all players during a mission (ie Earth)

**Pass**: The token a player will buy to gain access to a mission, each pass will allocate one AI spaceship pilot to its owner, making it the commander of this pilot.

**Crystal**: an NFT that will be randomly hidden on the Territory before a mission starts. Each crystal will hide a prize. There will be multiple crystals per mission with at least one Meta Crystal that will hide an IRL life-changing prize (ie a car:race\_car:, a house :house\_with\_garden:, a box filled with cash:moneybag: etc...). Crystals will be active for a limited period of time, during their active period they can be unveiled and the prize they encapsulate can be claimed. The active period will be visible to the player who extracted it.

**Vault**: Your wallet where all the Crystals you found will be stored

**Power ups**: A token attached to a Pass which will unlock in game upgrades for the spaceship.  Some are <mark style="background-color:purple;">active</mark> while others are <mark style="background-color:orange;">passive</mark>. An active Power up will add abilities to your spaceship, a passive one will enhance an existing ability or add a behind-the-scene ability.

Examples of power ups are:

* <mark style="background-color:orange;">Shields</mark>: will protect the spaceship from certain cosmic events
* <mark style="background-color:orange;">Plaid</mark>: will speed up the spaceship ability to move around planets
* <mark style="background-color:purple;">Spy</mark>: equip the ship with spying technology
* <mark style="background-color:orange;">Scramblers</mark>: sends fake data to Spies
* etc...

**Squad**: Your team under direct command, you form a squad by purchasing multiple Passes. When you command a squad, only one pilot in your squad will relay ECCs (read below).

**League**: The team you belong to by joining forces with other commanders

**ECC**: an Encrypted Captured Communication containing a riddle that your pilot will relay to you. Each ECC you solve will guide you further towards the Meta Crystal


---

# 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://space-hunters.gitbook.io/space-hunters/game/definitions.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.
