---
title: "Cost Savings"
description: "Cost Savings"
resource: https://www.aiagents.nexus/docs/manual/broker-routing/cost-savings
generated: { by: "process:nexus-agent-assets", at: 2026-09-07T09:13:03Z }
status: stable
---

# Broker Cost Savings

## How Savings Work

```
Without broker:
  100 tasks × $0.06/task = $6.00

With broker:
  60 tasks → skills (free)     = $0.00
  10 tasks → WASM ($0.001)     = $0.01
  30 tasks → LLM ($0.06)       = $1.80
  Total                        = $1.81

Savings: $4.19 (70%)
```

## Checking Savings

```bash
naos broker stats

# Today's Stats:
#   Total tasks:    156
#   Skill handled:  72 (46%)
#   WASM handled:   15 (10%)
#   LLM fallback:   69 (44%)
#   Estimated savings: $12.45
```
