# 9. What does "Can't be sold" mean?

In Rollercoin, we have a special binding system with two options for items — **Can Be Sold** or **Can’t Be Sold**.

**Can Be Sold** means the item can be sold on the Marketplace by the player, while **Can’t Be Sold** means the item cannot be sold on the Marketplace.

Since the system was introduced only in 2023, some items marked as **Can’t Be Sold** may still appear on the Marketplace.

You can read more about this system in our Blog:

[<mark style="color:green;">New Features of Season 9 in the New 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/f.a.q./storage/9.-what-does-cant-be-sold-mean.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.
