# 9. ¿Qué significa "No se puede vender"?

En Rollercoin, tenemos un sistema especial de vinculación con dos opciones para los objetos — **Se Puede Vender** o **No Se Puede Vender**.

**Se Puede Vender** significa que el objeto puede ser vendido en el Marketplace por el jugador, mientras que **No Se Puede Vender** significa que el objeto no puede ser vendido en el Marketplace.

Dado que el sistema se introdujo solo en 2023, algunos objetos marcados como **No Se Puede Vender** aún pueden aparecer en el Marketplace.

Puedes leer más sobre este sistema en nuestro Blog:

[<mark style="color:verde;">Nuevas funciones de la Temporada 9 en el nuevo Dev Diaries Vol.8</mark>](https://rollercoin.com/blog/dev-diaries-vol-8#:~:text=first%203%20days%20%F0%9F%A4%91-,Binding%20System,-The%20new%20Item)


---

# 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://faq.rollercoin.com/rollercoin/rollercoin-f.a.q.-es/f.a.q./storage/9.-que-significa-no-se-puede-vender.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.
