# Renting

Chibidango Heroes Team will provide a Renting System. Players will be able to put chibis on a renting marketplace for $DGEMS in return. Other players can rent chibis through a Smart Contract by paying in $DGEMS for a set amount of days up to one month. When the rented chibi expires, it is returned to the renting marketplace automatically for other players to rent again. Players can extend the time up to one month again by providing another transaction.&#x20;

* Rented chibis are locked and can only do battles, no summoning, equipping items, etc.
* Rented chibis are never transferred to other players account, they can only see and play with the chibi once they have payed for it.

Chibi Owner will receive the amount of $DGEMS when the renting time expires. Both parties can also cancel rented chibi at any given day.&#x20;

`Example 1: Player has rented a chibi for 30 days for 150 $DGEMS. Chibi Owner will receive 150 $DGEMS after 30 days have passed.`&#x20;

`Example 2: Chibi Owner canceled rented chibi after 4 days and the Player who payed for the chibi will receive 130 $DGEMS back by the renting system.`

Chibidango Heroes Team will take 5% $DGEMS and a 1.5 $ADA fee. $DGEMS are burned in the process, reducing the $DGEMS supply.


---

# 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://wp.chibidangoheroes.com/renting.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.
