# Features FAQ

#### **How does Derupt work with CryptoCash?**

<figure><img src="/files/ZchMXh2zcVt2wsbfRfRf" alt=""><figcaption><p>Mine as you Create, Transfer as you Like, Stack as you Dislike (Replies are combinations, depending on sentiment)</p></figcaption></figure>

#### **Where is the Content stored?**

Derupt Content is stored in a mix of on chain and off chain storage. (All requiring Stacks auth)<br>

#### **What Content is stored on chain?**&#x20;

Message Bodies are stored directly on chain (+all off chain URI's for attachments/thumbnails)<br>

#### **What Content is stored off chain?**

Attachments & Thumbnails are is stored in User specific Stacks GAIA Storages.<br>

#### **Where is the Sentiment stored?**

Derupt User Content Sentiment is stored directly onchain.<br>

#### **How is Sentiment calculated?**

Sentiment is stored onchain, however the running totals are calculated over time off chain and served in app via [Sentiment API Endpoints](/latest/api/sentiment-endpoint.md)


---

# 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://docs.derupt.io/faq/features.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.
