# Rental Cost

The total cost of renting an **N × N Bitmap** consists of the **Initial Fee** and the **Daily Rental Fee**, both payable in THE·BITMAP·TOKEN. The system will deduct daily rental fees automatically.

$$
\displaystyle \text{Total Rental Cost} = \text{Initial Fee} + \text{Daily Rental Fee} \times \text{Rental Period (Days)}
$$

$$
\text{Initial Fee} = N^3 \times 10{,}000 \times 1%
$$

$$
\text{Daily Rental Fee} = \text{Initial Fee} \times 1%
$$

If a player rents a 5 × 5 Bitmap, the rental cost is calculated as follows:

$$
\text{Base Multiplier} = 5 \times 5 \times 5 \times 10{,}000 = 1{,}250{,}000
$$

$$
\text{Initial Fee} = 1{,}250{,}000 \times 1% = 12{,}500
$$

$$
\text{Daily Rental Fee} = 1{,}250{,}000 \times 0.01% = 125
$$


---

# 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.bitmap.game/user-guide-3d-version/rent/rental-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.
