> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/rollercoin-f.a.q.-es/f.a.q./marketplace/3.-como-vender.md).

# 3. ¿Cómo vender?

Para vender un artículo, haz clic en el botón «Vender *Artículo*». Luego serás redirigido a una ventana de venta con tu artículo y su precio, junto con la demanda del mismo.

Establece la cantidad (cuánto quieres vender), el precio por artículo y consulta el pago esperado después de todas las comisiones. Haz clic en el botón «Vender».

<figure><img src="/files/2d32ac405570b63190d5ef5a1927e9d621833e20" alt=""><figcaption></figcaption></figure>

Después de completar los pasos mencionados anteriormente, verás una ventana emergente de confirmación:

<figure><img src="/files/1a94b4acf2554594e036d7f530b547b007b25c43" alt=""><figcaption></figcaption></figure>

Allí verás todas las opciones que has configurado (cantidad y precio), las comisiones incluidas en el pago y cuánto pagará el comprador, incluidas las comisiones.

¡Asegúrate de marcar la casilla para aceptar nuestros Términos de servicio y haz clic de nuevo en el botón «Vender»!


---

# 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://faq.rollercoin.com/rollercoin/rollercoin-f.a.q.-es/f.a.q./marketplace/3.-como-vender.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.
