# Token mining

The game token can be obtained only by selling eggs that are produced by the birds. Each egg has its specific value, which depends on the rarity of the egg.

It is important to note, that if you don't sell the eggs, you will be able to sell them only at the new price after the halving.

For the birds to continue laying eggs, the player needs to monitor the amount of feed in the grain storage, as well as the amount of space in the inventory. If the grain storage is empty, or the inventory is full, egg production will stop.

{% hint style="info" %}
After clicking the "Sell storage" button, the eggs are automatically sold at the current rate.
{% endhint %}

<figure><img src="/files/8qh7NdxN2oXSBqWpQTlI" alt=""><figcaption></figcaption></figure>


---

# 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://farmingbirds.gitbook.io/farmingbirdswax/game-mechanics/token-mining.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.
