# Seeds & Farming

Farming is one of Crypto Valleys' foundational gameplay mechanics. It offers players an opportunity to plant Seeds and progress in-game by harvesting [Produce](/the-game/seeds-and-farming/produce.md), YIELD, [Locked YIELD](/the-game/yield-token/locked-yield.md), and [Farmer XP](/the-game/seeds-and-farming/farmer-xp.md). During Phase 1 & 1.5, players have three avenues for acquiring Seeds:

* Using YIELD to open Seed Packs, which contain a collection of randomly selected Seeds.
* Opening the Daily Chest (Valley LV 1/5/10/15).
* Placing as a top player in Weekly Competitions.

With the introduction of Phase 2, Seeds will also become a possible reward from [Expeditions](/the-game/adventurers/expeditions.md).

{% hint style="success" %}
**ON SUSTAINABILITY**

For players with a LV 1 Valley, the unlocked YIELD ROI from Seed Packs will vary within the range defined by the lower and upper bounds of a distribution centered around a mean value of 0.956. To bypass this element of chance, players can upgrade their Valley, equip CVCs and utilize consumables, as these considerably increase the mean's value.&#x20;

**In other words..**&#x20;

YIELD is designed to be deflationary by implementing elements of chance!
{% endhint %}

Once a player acquires a Seed, it can be planted and will immediately start going through its five growth stages. After some time, the matured Crop will become harvestable. Some [Consumables](/the-game/seeds-and-farming/consumables.md) mingle with these mechanics, so make sure to check them out!

Seeds are categorized based on their tier and rarity, which affects their value, ROI, growth cycle, and harvestable Produce. The rarity levels are Common, Uncommon, Rare, Epic, and Legendary.

<table data-view="cards" data-full-width="false"><thead><tr><th>Rarity</th><th>Growth Cycle</th><th>Unlocked YIELD</th></tr></thead><tbody><tr><td>Common</td><td>3h</td><td>0.5x</td></tr><tr><td>Uncommon</td><td>4h</td><td>0.9x</td></tr><tr><td>Rare</td><td>8h</td><td>1.2x</td></tr><tr><td>Epic</td><td>12h</td><td>2.0x</td></tr><tr><td>Legendary</td><td>24h</td><td>5.4x</td></tr></tbody></table>


---

# 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://docs.cryptovalleys.io/the-game/seeds-and-farming.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.
