# Oracle

Golden Age has an oracle, in charge of maintaining the dollar price of both the rewards and the sale of chests. If the GA token were to go up or down, this system is capable of keeping the economy stable in such a way of ensuring both our users earnings and the token longevity

Example: The GA token has a current cost of $ 1, A basic chest has a value of 100 GA ($ 100), from one moment to another the token increases by 200%, now costing $ 3. Without the system provided by the oracle the same basic would cost $ 300. But since this is in place, the economy would adjust and the Chest would cost 33 GA ($ 100)


---

# 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://golden-age.gitbook.io/golden-age/economy/oracle.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.
