> For the complete documentation index, see [llms.txt](https://wiki.battle-adventure.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.battle-adventure.eu/gameplay/economie/hotel-des-ventes.md).

# Hôtel des ventes

## <mark style="color:blue;">Qu'est-ce que l'hôtel des ventes ?</mark>

L’hôtel des ventes sert à vendre des objets aux autres joueurs.

Pour mettre en vente un objet, il te suffit de prendre l'item en main et de faire <mark style="color:$warning;">**/hdv sell (prix)**</mark>. Le prix est libre, même si un joueur peut proposer un prix qui ne te convient pas.

{% hint style="info" %}
Tu as 10 places de vente disponibles, et chacune d’entre elles a une durée d’expiration de 10 jours.

***

Le prix de vente ne peut pas dépasser 100 000 000 Kamas.
{% endhint %}

{% hint style="danger" %}
Il est interdit d’arnaquer les joueurs avec des objets renommés ou trompeurs.
{% endhint %}

### <mark style="color:blue;">Système d'enchères</mark>

> L’hôtel des ventes fonctionne également avec un système d’enchères.

Les joueurs peuvent proposer des offres sur les objets mis en vente via la commande <mark style="color:orange;">**/hdv bid (prix)**</mark>. L’objet est remporté par le joueur ayant effectué la meilleure offre à la fin de l’enchère.

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


---

# 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://wiki.battle-adventure.eu/gameplay/economie/hotel-des-ventes.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.
