> For the complete documentation index, see [llms.txt](https://plowed-earth.gitbook.io/plowed-earth-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plowed-earth.gitbook.io/plowed-earth-docs/the-game/purchasing-plots.md).

# Purchasing Plots

When a player lands on a plot, rent is automatically paid in $ROOT.

A player then has the opportunity to purchase a single share of the plot, **only while they are on it.**&#x20;

After every purchase the cost per plot share increases by 2%

Plots will turn red if you own a share on that square!

| Rarity    | Base Cost (In USD, paid in $ROOT |
| --------- | -------------------------------- |
| Common    | $10                              |
| Rare      | $15                              |
| Epic      | $20                              |
| Legendary | $25                              |

### Laddering Example :

| Purchase # | Buyer     | Plot Price (In USD, paid in $ROOT) |
| ---------- | --------- | ---------------------------------- |
| 1          | Player 1  | $10.00                             |
| 2          | Player 2  | $10.20                             |
| 3          | Player 3  | $10.40                             |
| 4          | Player 4  | $10.61                             |
| 5          | Player 5  | $10.82                             |
| 6          | Player 6  | $11.04                             |
| 7          | Player 7  | $11.26                             |
| 8          | Player 8  | $11.49                             |
| 9          | Player 9  | $11.72                             |
| 10         | Player 10 | $11.95                             |

{% hint style="info" %}

<h2 align="center">There are unlimited shares per plot, only capped by the total $ROOT supply</h2>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://plowed-earth.gitbook.io/plowed-earth-docs/the-game/purchasing-plots.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
