Monetization

License Tiers & Activation

OpenClaw uses MCU (Mission Credit Units) billing via Polar.sh. Credits are only consumed on successful task delivery.

License Tiers

Free

50 MCU/mo

Try the CLI. Limited to core commands. Community support only.

Most Popular

Starter — $49/mo

200 MCU/mo

All 8 SoloOS departments. 319 commands. Email support. Best for solo founders.

Pro — $149/mo

1,000 MCU/mo

AGI Evolution, Multi-CLI routing, RaaS access, priority support.

Enterprise — $499/mo

Unlimited MCU

White-label, custom adapters, SLA, dedicated infra, team seats.

Activation

After purchasing on Polar.sh, you receive a license key via email. Activate it:

mekong license activate <YOUR_LICENSE_KEY>

This stores the key in ~/.mekong/license.json and verifies balance with the RaaS gateway.

Check current license status anytime:

mekong license status
# License: Pro | Balance: 847 MCU | Expires: 2026-04-18

Top up credits without changing your plan:

mekong license topup 500   # Add 500 MCU

How to Buy via Polar.sh

  1. Visit polar.sh/openclaw
  2. Select your product (MEKONG CLI, SOPHIA, ALGO TRADER, etc.)
  3. Choose a tier — Starter, Pro, or Enterprise
  4. Complete checkout (card or crypto accepted)
  5. Receive license key by email within 60 seconds
  6. Activate with mekong license activate <key>
info

All payments are processed by Polar.sh. OpenClaw never stores card details.

Manage Seats (Enterprise)

Enterprise licenses support multiple team members. Add a seat:

mekong license seat/add --email teammate@company.com

List active seats:

mekong license seat/list

Revoke a seat:

mekong license seat/revoke --email teammate@company.com

All seat activity is logged to .mekong/audit.log for compliance.