# In-game economy

* In-game money can be obtained through mining natural resources. These resources are rare
* Free market
* Physical delivery of items will absolutely be required
* Probably some sort of Uniswap-like AMM, running in different market hubs
* Property: no property rights coded into the game; whoever has de facto control over a piece of land "owns" it. Different states can define their own property rights & have their own property registries, enforced by their own police.


---

# 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://ostomo.gitbook.io/ostomo-notes/in-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.
