# Managing the Coin Economy

### How Coin Consumption Works

Every action that consumes resources on the platform has an associated CC cost. This includes running individual prompts, executing multi-step agents, or launching entire end-to-end solutions as FLIGHTs.

The platform provides real-time visibility into this consumption:

* When executing a solution, the **`CC Used`** counter on the **Agentic AI Flight Execution** screen increases as each prompt in the workflow completes.
* Similarly, the cost of running an individual Agent is displayed as **`CC Used`** on the agent's status view.
* The cost of running a single prompt is logged and can be audited on in the transaction history.

### The Coin Manager Dashboard

The **AgenticBlue Coin Manager** is the central hub for System Managers to oversee the company's financial standing on the platform.

#### Purchasing Coins

* The "CallomCoin Purchase" widget allows you to buy coins in various packages.
* Prices are listed in CHF and include VAT, with options ranging from 250,000 to 100,000,000 CCs.

<div><figure><img src="/files/4GwFaY2qEHSsmhhNI6Xt" alt=""><figcaption></figcaption></figure> <figure><img src="/files/TehR6AyONNZHlGmUZNdx" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Tuxhe79qmS5bmeJkNZIA" alt=""><figcaption></figcaption></figure></div>

#### Checking Your Balance

* The current total number of available coins for the corporate account is always visible in the **Balance** field.

#### Auditing Transactions

* The **Transactions** log provides a detailed, auditable history of all coin expenditures.
* You can filter this log by a specific **Period** and by activity type, such as **Prompts**, **Agents**, or **Flights**.
* The log displays the **Date**, the specific **Activity** (e.g., "Prompt Usage"), the **Username** of the user who performed the action, the **Coin Type**, the amount of **Coin Spent**, and the resulting account **Balance**.

<div><figure><img src="/files/Lsy1PlzinTxdg1HvUtc2" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Gf1EPEfFlLRN9HJgVysL" alt=""><figcaption></figcaption></figure> <figure><img src="/files/lDYk9iMoNukg98TmuOp9" alt=""><figcaption></figcaption></figure></div>

### The Analytics Dashboard

For a higher-level overview of spending patterns, the **Analytics Dashboard** provides a suite of visual reports on consumption. System Managers can use these charts to understand where resources are being allocated.

Available charts include:

* **Monthly Consumption by AI Asset** and **YTD Consumption by AI Asset**, breaking down costs by Agents, Flights, and Prompts.
* **Monthly Consumption by Segment** and **YTD Consumption by Segment.**
* **Monthly Consumption by Flight** and **YTD Consumption by Flight**.
* **Monthly Consumption by Organization**.
* **YTD Consumption by User**.
* **Monthly Consumption Vs Productivity**, which compares the CC cost against the productivity gain from using the platform.

### Earning Coins: Premium & Partner Models

The Coin Economy is not just for spending; it also allows companies to monetize their creations.

#### The Premium Asset Model

* Developers can designate a prompt they've built as **"Premium"** and set a specific CC price for its use.
* If this asset is published in a public library and a user from another company (Company Y) executes it, a revenue share is triggered.
* The asset's creator (Company X) receives **80%** of the CC cost, and BlueCallom receives **20%**.

#### The Partner Sales Model

* This model applies when a partner relationship exists.
* If Company X creates an AI Asset and their partner, Company Y, sells or facilitates the use of that asset, a similar revenue share occurs.
* The creator (Company X) receives **80%** of the CCs, and the partner who made the sale (Company Y) receives **20%**.


---

# 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://bluecallom.gitbook.io/enterprise-ai-platform-guide/system-manager-guide/managing-the-coin-economy.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.
