# Daily Market Orders

The daily market orders will be a list of tasks/orders that each user will be able to see on the game UI.\
These orders will be a combination of different ingredients (example of a simple order 3X Orange juice= 80 AWC + 20 XP).&#x20;

These orders will always be available to be filled by users initially (with juices and popcorn), as more recipes and variations are added over time more limits on the orders will be introduced.\
Some market orders will only be filled with a minimum level requirement. For example- (3X Orange juice + 2X chilly popcorn = 200 AWC + 50 XP Minimum level= 4). Levelling up for the user will be essential to unlock more variations and earning potential in the game\
\
The AWC earned from the orders will be added to the user's in game balance which can be used in game or withdrawn using the [Token Exchange](/animal-world/game-mechanics-and-entities/token-exchange.md)<br>


---

# 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://animalworld-1.gitbook.io/animal-world/game-mechanics-and-entities/daily-market-orders.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.
