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

# Revenue Model

> cod3r.ai generates revenue through three complementary streams, all settled in cryptocurrency. This creates a sustainable, borderless business with direct alignment between platform growth and token value.

## Revenue Streams

{% columns %}
{% column %}
📅

#### Monthly Subscriptions

Recurring revenue from Pro ($29/mo) and Ultra ($69/mo) subscribers. The primary stable revenue layer, growing with user acquisition.
{% endcolumn %}

{% column %}
⚡

#### Credit Packages

One-time credit purchases ($25 / $50 / $100) for additional generation capacity. High-frequency revenue from active builders.
{% endcolumn %}
{% endcolumns %}

## Payment Infrastructure

All revenue is settled on-chain via USDT/USDC on Ethereum, Base, and BNB Chain. This eliminates payment processor fees, chargebacks, and geographic restrictions. Revenue is transparent and verifiable on the blockchain.

{% hint style="success" icon="arrow-up-right-dots" %}
**Growth flywheel:** Referral program → More users → More subscriptions & credit sales → More $COD3R buybacks → Higher token value → More users attracted by token utility
{% endhint %}

<br>


---

# 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://cod3r.gitbook.io/cod3r-documentation/revenue-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.
