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

# Business Model

Catto operates on a dual-track revenue model that tightly aligns product value with user success.

### 1. Subscription Fees

<figure><img src="https://1183489183-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcuCIZTQon3FBHhcdWhEe%2Fuploads%2FTSGviec3Eybrg8eKlOeB%2Fimage.png?alt=media&amp;token=f2e45c38-7cb3-4b1a-be20-ed54664ad12b" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1183489183-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcuCIZTQon3FBHhcdWhEe%2Fuploads%2FNhJjm3urz0O4KmQUjrf3%2Fimage.png?alt=media&amp;token=ecf9f540-3276-4f55-9983-06f07e472934" alt=""><figcaption></figcaption></figure>

Subscriptions can be paid in fiat, stablecoins, or $CS token (token payment receives a discount).

### 2. Execution Fees

For automated trades and agent-executed transactions, Catto charges a small fee on the notional transaction value, directly binding platform revenue to user activity. The more successfully Catto executes for you, the more both sides benefit.

**Fee structure:**

* Swap execution: basis-point fee on transaction value
* Yield deposits: small entry fee on deposit amount
* Bridge operations: flat fee plus optional priority routing premium

All execution fees are displayed transparently on every transaction card before action is taken. No hidden slippage fees.

### 3. $CS Token Utility

$CS holders enjoy:

* Subscription price discounts
* Reduced execution fees
* Priority access to new agent features
* Governance participation on product parameters
* Access to token-gated strategy communities


---

# 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://cattoverse-1.gitbook.io/cattoverse/business-model/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.
