> For the complete documentation index, see [llms.txt](https://wiki.eternalsmp.lat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.eternalsmp.lat/modalidades/survival-pvp/subastas.md).

# Subastas

## **¿Qué son las subastas?**

Las subastas es donde puedes subastar tus items y que quieras vender, como una espada o shulker con llenas de cosas interesantes.

## **¿Cómo se subasta?**

Para subastar debes de tener un ítem en la mano para subastarlo con el siguiente comando <mark style="color:purple;">**/ah sell \[cantidad]**</mark> podrás subastar ese ítem.

Ejemplo como vender: <mark style="color:purple;">**/ah sell 1000**</mark> siempre deberas poner la cantidad exacta, porque si pones 1k o 2k, no te va dejar y te pedirá que pongas 2000 por ejemplo.

## **¿Cómo puedo saber que hay dentro de las shulkers?**

Para saber que hay dentro de las shulkers, escribe <mark style="color:purple;">**/ah**</mark> y luego le das click derecho a la shulker que quieras comprar y así sabrás el contenido de ella.

![](/files/hickJmDSYGzByhgNugPG)

## **¿Puedo poner precios que yo quiera?**

Si y siempre cuando sean razonables, ya que hay sanción por poner cualquier cosa y poner un precio que nadie pueda comprar. La sanción conlleva blacklist de <mark style="color:purple;">**/ah**</mark>.

## **¿Fuiste sancionado del /ah?**

Tienes que ir al [discord](https://discord.eternalsmp.lat) del servidor para que te remuevan de la blacklist de <mark style="color:purple;">**/ah**</mark>.

{% hint style="info" %}
TIP: Si tienes mas dudas, únete al [discord](https://discord.eternalsmp.lat) del servidor y abre ticket y pregunta al staff sin problema alguno ;).
{% endhint %}


---

# 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.eternalsmp.lat/modalidades/survival-pvp/subastas.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.
