# Plot Yield

## Summary

When harvesting, the key factor that determines how many seeds you get back is based on the yield boost value.

![Seeds returned based on yield value.](/files/tUIVHCAmTdpjQCMkSZ0o)

## Yield Table

Here's the internal look at the return profile based on the plot size and the relative yield value.&#x20;

![Internal table of the yields](/files/MxRC8mu6o0fskpeRjG7Y)

While the actual yield value is stored on-chain as a number, the values are bucketed into three categories as follows:

* Low Yield - 0 to 5
* Medium Yield - 6 to 10
* High Yield - 11 to 15

The parameters of these are all adjustable by registered admin on the DApp but we intend to keep them stable.

## On-chain Representation

#### Contract Address

`0xaB5050298710D0Fba1A555d5509291a94eae5e73`

#### Polygon Link:

{% embed url="<https://polygonscan.com/address/0xaB5050298710D0Fba1A555d5509291a94eae5e73>" %}


---

# 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.cropxyz.com/tech/plot-yield.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.
