> 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/1.-que-puedo-hacer-en-el-marketplace.md).

# 1. ¿Qué puedo hacer en el Marketplace?

## ¿Qué es el Marketplace?

El Marketplace es un mercado dentro del juego donde los usuarios pueden comprar o vender artículos por RLT.&#x20;

Puedes encontrar el [<mark style="color:verde;">Marketplace</mark> ](https://rollercoin.com/marketplace)en el Menú, en el lado izquierdo de tu pantalla, debajo del botón Tienda.

## ¿Qué puedo encontrar allí?

Aquí, puedes encontrar:

1. [<mark style="color:verde;">Comprar</mark> ](https://rollercoin.com/marketplace/buy)— puedes comprar Miners, Parts, Racks y Batteries de otros usuarios por el precio de RLT indicado en la orden. Puedes ordenar o filtrar los artículos usando el menú del lado derecho.

<figure><img src="/files/9ff9f87a208dfd02b76f60c55ab3002b9b317724" alt=""><figcaption></figcaption></figure>

Los artículos se dividen en tres grupos: Miners, Parts, Racks, Batteries y Other. Puedes seleccionar solo una categoría para una búsqueda más específica.&#x20;

Hemos añadido una opción para filtrar la búsqueda, haciéndola más específica al categorizar aún más los artículos mostrados. Por ejemplo, puedes ordenar las parts por rareza, los racks por sus celdas, los miners por mejoras o por la ausencia de mejoras, y así sucesivamente. ¡Solo asegúrate de filtrar correctamente!

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

Si te gustaría hacer tu búsqueda más específica y cómoda, puedes ordenar los artículos mostrados por rango de precio, fecha de la orden, cantidad, o simplemente introducir el nombre del producto deseado en la barra de búsqueda.

<figure><img src="/files/493d0c7e6a5749614613156f92e2ab4a5645240c" alt=""><figcaption></figcaption></figure>

2. [<mark style="color:verde;">Vender</mark> ](https://rollercoin.com/marketplace/sell)— puedes vender artículos a otros usuarios por RLT.

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

3. [<mark style="color:verde;">Mis órdenes</mark>](https://rollercoin.com/marketplace/orders) — puedes ver los anuncios activos de tus productos en el mercado, el historial de tus compras y tu historial de ventas.

<figure><img src="/files/33053d1da62d8ea1fbe053c88bf09b6301e2f1b1" 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://faq.rollercoin.com/rollercoin/rollercoin-f.a.q.-es/f.a.q./marketplace/1.-que-puedo-hacer-en-el-marketplace.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.
