> For the complete documentation index, see [llms.txt](https://docs.pixels.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixels.xyz/economics/tokens/usdberry.md).

# $BERRY

$BERRY is the primary in-game currency in Pixels. They are the main way for a player to progress and navigate through our game loop.

This currency is a ‘soft currency’ - it is vital to core gameplay loops and it needs to be accessible and easily earned in-game.

The primary of this currency in the game in its early stages will be through the in-game store. Players will be able to sell resources they generated to our in-game store to exchange their resources for $BERRY.

The primary burn mechanism will be through purchasing in-game items that progress players further along our game loop. In-game items that unlock new industries, activities, areas, quests, and content. Players who do not own land will also need to $BERRY to maintain their land.

We have several levers to adjust the incoming supply of $BERRY.

* Controlling the generation of resources
  * Adjusting replenishment times of resources
  * The number of inputs required to generate a resource
  * The output of a given resource
  * The effort to harvest a particulate resource
  * The amount of energy it takes to complete certain actions
* In-game store prices
  * The prices of in-game items will be adjusted on both the buy and the sell side

In the future, we also have the option of limiting or even removing our in-game store - which would stop the minting of new $BERRY altogether!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pixels.xyz/economics/tokens/usdberry.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
