# 12.5. Comparison to other systems

| Parameter                                      | RGB                        | Liquid                  | Ethereum, RSK etc          | Stacks | CMYK ("Taro")  |
| ---------------------------------------------- | -------------------------- | ----------------------- | -------------------------- | ------ | -------------- |
| Native currency                                | ✅ BTC                      | ⚠️ LBTC (federated peg) | 🚫 ETH                     | 🚫 ?   | ✅ BTC          |
| Requires token                                 | ✅ No                       | ✅ No                    | 🚫 Yes (except RSK)        | 🚫 Yes | ✅ No           |
| Issues token                                   | ✅ No                       | ✅ No                    | 🚫 Yes                     | 🚫 Yes | ✅ No           |
| Gas                                            | ✅ No                       | ✅ No                    | 🚫 Yes                     | ?      | ✅ No           |
| Non-token smart contracts                      | ✅                          | 🚫                      | ✅                          | ?      | 🚫             |
| Data network for NFTs and attachments          | ✅ Storm on LN paid in sats | 🚫                      | ⚠️ IPFS (no incentivation) | ?      | Unknown        |
| Support for arbitrary structured data          | ✅                          | 🚫                      | ✅                          | 🚫     | 🚫             |
| Virtual machine                                | Bitcoin Script + AluVM     | Bitcoin Script          | EVM, sometimes EWASM       | ?      | Bitcoin Script |
| Turing completeness                            | ✅                          | 🚫                      | ✅                          | ?      | 🚫             |
| Separation of state from ownership             | ✅                          | 🚫                      | 🚫                         | 🚫     | ✅              |
| Client-side-validation (scalability & privacy) | ✅                          | 🚫                      | 🚫                         | 🚫     | ✅              |
| Zero knowledge                                 | ✅ Bullet proofs            | ✅ Range proofs          | ⚠️ n/a, maybe STARKs       | 🚫     | 🚫             |
| Breaks transaction graph & chainanal           | ✅                          | 🚫                      | 🚫                         | 🚫     | 🚫             |
| Released / used in production                  | ✅                          | ✅                       | ✅                          | ✅      | 🚫             |


---

# 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://black-paper.rgb.tech/other-information/12.-protocol-properties/12.5.-comparison-to-other-systems.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.
