> For the complete documentation index, see [llms.txt](https://parad0xlabs.gitbook.io/parad0xlabs-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://parad0xlabs.gitbook.io/parad0xlabs-docs/liquefy-compression-+-proofs/make-money.md).

# Monetize

Liquefy is open-core: the engine is free and MIT, and that's the point. Free compression that genuinely beats Zstd is the **top of the funnel** — it gets installed, benchmarked, and trusted. The money is in the layer above it and the products built on it.

***

## Three ways it earns

1. **Storage and bandwidth savings (the obvious one).** 33–61× smaller structured data is a direct line-item cut for anyone warehousing logs, receipts, or telemetry. "Same data, a fraction of the bill" sells itself — and the managed/enterprise tier (bulk pipelines, support, SLAs, tuned codecs) is the paid version of that win.
2. **The proof layer (the differentiator).** Plain compression is a commodity. **Verifiable** compression is not. Per-column disclosure, zero-row compliance proofs, and notarized decode-receipts are features a regulated buyer will pay for, because they turn "we compressed it" into "we can prove what we stored and that it restores correctly." That's the premium tier.
3. **Pull-through from the products.** Liquefy is the engine inside **OpenClaw** (evidence vaults) and **Nebula** (media archives). Every vault anchored and every media file sealed is Liquefy doing the work underneath. The engine monetizes through the products even when nobody buys "compression" as a line item.

***

## Why open-core is the right shape here

A closed compressor nobody can audit is a hard sell — especially to the privacy and compliance crowd that needs to *trust the restore*. By keeping the engine MIT and verifiable, we get adoption and credibility for free, then charge for the things that genuinely cost money to run: scale, support, and managed/hosted deployments. It's the same shape as the rest of the Parad0x stack — open rail, fee where the value concentrates.

***

## Status

Liquefy is **pre-traction** — on the order of \~1,000 PyPI downloads and a handful of stars. We're not going to dress that up. The thesis isn't "a popular compression library"; it's "the verifiable data layer the whole stack stands on," and the value shows up most in **OpenClaw and Nebula**, where compression-with-proof is the product, not a footnote. Liquefy's job is to be so good and so cheap to adopt that being provable costs almost nothing.


---

# 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:

```
GET https://parad0xlabs.gitbook.io/parad0xlabs-docs/liquefy-compression-+-proofs/make-money.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.
