# Farming Mechanics Explained

## Token Generation

* A special Orc mining system will be revealed after the launch
* Gold is Claimable one time per day
* Generation formula: `Tokens Generated = ORC Production Rate × Time Elapsed`

## Revenue Distribution

For each token claim:

| Participant       | Share | Description                               |
| ----------------- | ----- | ----------------------------------------- |
| Miner (ORC Owner) | 90%   | Fixed profit share from production        |
| Land Owner        | 5%    | Commission from hosting ORCs              |
| Burn              | 5%    | Burned to ensure long-term sustainability |

## Example Calculation

For a Novice ORC (17 tokens/day):

```
Daily Production: 17
ORC's Share: 15.3 (90%)
Land Owner's Share: 0.85 (5%)
Burn: 0.85 (5%)
```


---

# 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://orcmine.gitbook.io/whitepapper/game-mechanics/farming-mechanics.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.
