# Game Economy

Nifty Island's main in-game currency unit is called a "bloom". Blooms are meant to be earned through actions that contribute to the platform's social economy; that is, at the most basic level: playing games with others and hosting players on your island.

Blooms function as a sort of spendable XP in the sense that the total accrued are coupled with financial incentives (during the airdrop period so far) but they can also be spent in various ways.

The following sub-pages detail the sources and sinks of blooms.


---

# 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://guide.niftyisland.com/game-guide/game-economy.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.
