# Transportation Mechanics

Every product in the game has its location in the game world. The location might be in a player's backpack, warehouse or company. The load of equipment and backpack weight is limited, so transportation plays an essential role in changing product locations or owners.&#x20;

The transportation cost is dynamic, and is calculated by the following formula:&#x20;

$$
transportationDistance \* 1kg fee.
$$

The fee is defined by the countrys tax policy and HEX owners policy. All funds collected from the transportation tax are split, and go to the country's budget and HEX owners wallet, respectively.&#x20;

Transportation takes time to complete, and the duration is calculated by the formula:&#x20;

$$
transportationDistance \* 5min
$$

***Example:** When you buy something at a market of 1 kg weight and the distance between the location of the item and delivery address is 10 hexagons, then transportation time would be 50 minutes.*

Transportation within the same hexagon has a fixed time of 1 minute.


---

# 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://whitepaper.ertha.io/ertha-whitepaper/game-mechanics/transportation-mechanics.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.
