> For the complete documentation index, see [llms.txt](https://docs.leagueofthrones.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.leagueofthrones.com/lotpvp-season/plots.md).

# Plots

<figure><img src="/files/9rqWLe7YL2klDMoJj6kr" alt=""><figcaption></figcaption></figure>

Plots are open for auction only for DAOs who own the adjacent plots. Plots can be repurchased with a 10% margin, while the margin also go to the pools mentioned above, when plots are repurchased, shares go to the new owner.

**Auction:**

&#x20;Occupy plots of land through Dutch auctions. Each plot has a starting price, and the price will gradually decrease over time until it reaches the minimum price.

**Starting price of a plot:**

&#x20;*The initial price of a plot that no one has ever bought = (4\*(5-the circle to which the plot belongs) + 10)*, the most central capital circle is at level 0, and the outermost circle is at level 5&#x20;

*The initial price of a plot that has been bought = the last transaction price of the plot \* 2*

**Price reduction formula:**&#x20;

The price is reduced by 10% every 300 seconds&#x20;

*The lowest price of a plot that no one has ever bought = 0.1\*initial price*&#x20;

*The lowest price of a plot that has been bought = the last transaction price of the plot \* 1.1*

**Protection period:**

After a plot is auctioned, there will be a protection period, during which the plot cannot be auctioned again

*Plot protection time (S) = 300\*(the current transaction price of a plot that someone has bought - the current initial price of a plot that someone has bought + 1) \* the circle to which the plot belongs*

**Equity**

<figure><img src="/files/G6AAE1MTRJPpD3L1GvDf" alt=""><figcaption></figcaption></figure>

Each plot has equity. You can obtain equity by occupying the plot, and the dividends are affected by the total number of equity currently owned by the player.&#x20;

*The number of equity in the plot = (40\*(5-the circle to which the plot belongs) + 10)*


---

# 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://docs.leagueofthrones.com/lotpvp-season/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.
