# How Much Could It Cost?

{% hint style="success" %}
**NOTE: Similar to the IRL economy, Mineseed's economy is based on supply and demand. If people want to buy something for more than the suggested cost, they are allowed! If you want to sell something for less than the suggested cost, that's OK too!**

If the staff deems that items are sold at prices that feel like a scam, you may lose the item, the store, or your permissions in the server. <mark style="color:yellow;background-color:blue;">**Be fair.**</mark>
{% endhint %}

### Natural Blocks

| Block                             | QTY | Price |
| --------------------------------- | --- | ----- |
| Clay                              |     |       |
| Dirt                              |     |       |
| Coarse Dirt                       |     |       |
| Rooted Dirt                       |     |       |
| Grass Block                       |     |       |
| Gravel                            |     |       |
| Suspicious Gravel                 |     |       |
| Mud                               |     |       |
| Mycelium                          |     |       |
| Crimson Nylium (red)              |     |       |
| Warped Nylium (green)             |     |       |
| Podzol                            |     |       |
| Sand                              |     |       |
| Red Sand                          |     |       |
| Suspicious Sand                   |     |       |
| Soul Sand                         |     |       |
| Soul Soil                         |     |       |
| Andesite                          |     |       |
| Basalt                            |     |       |
| Blackstone                        |     |       |
| Calcite                           |     |       |
| Deepslate                         |     |       |
| Diorite                           |     |       |
| Dripstone (block)                 |     |       |
| Pointed Dripstone (not the block) |     |       |
| End Stone                         |     |       |
| Glowstone                         |     |       |

### Biota

### Building

### Utility

### Mineseed-Specific

### Miscellaneous


---

# 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.mineseed.org/mineseed/how-much-could-it-cost.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.
