> For the complete documentation index, see [llms.txt](https://koova.gitbook.io/koova-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://koova.gitbook.io/koova-whitepaper/business-strategy/business-model.md).

# Business Model

## Revenue Model

Koova makes money by charging a small fee for proof verification. This fee is shared with the validators who maintain the system. The model is designed to be sustainable without extracting value from users.

***

### Pricing Structure

* **Type 0 proofs:** Minimal cost (local computation)
* **Type 1 proofs:** $0.01-0.05 per proof
* **Type 2 proofs:** $0.10-0.50 per proof

{% hint style="info" %}
For most transactions, the verification fee is 0.1-0.5% of transaction value. This is cheaper than chargeback fees (typically 1-3%) and fraud losses.
{% endhint %}

***

### Revenue Streams

* **Proof verification fees (shared with validators):** The primary revenue source. Every time a proof is generated or verified, a small fee is charged. This fee is split between Koova and the validators who maintain the system.
* **Premium features (advanced fraud detection, custom proof types):** For merchants who want advanced features, we offer premium tiers with enhanced fraud detection, custom proof types, and priority support.
* **Enterprise support (SLA guarantees, dedicated infrastructure):** For large enterprises, we offer dedicated support, custom integrations, and SLA guarantees.

***

### Unit Economics

Based on our projections:

* Cost per proof: $0.001-0.01 (infrastructure, validator rewards, overhead)
* Revenue per proof: $0.01-0.50 (depending on proof type)
* **Gross margin: 80%+**

This is highly profitable at scale.

***

### Sustainability

Unlike competitors that extract value through high fees or lock-in, Koova’s model is designed to be sustainable without rent-seeking. We make money when the system works well, not by charging exorbitant fees or locking in customers.


---

# 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, and the optional `goal` query parameter:

```
GET https://koova.gitbook.io/koova-whitepaper/business-strategy/business-model.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
