Getting started

Compute Units

Compute Units (CUs) are Alphonce's single meter for AI work — research, agent turns, market pulls, and execution signals. One currency across the product, so you are not juggling separate token bills per feature.

What is a Compute Unit?

A CU is a published cost weight for a unit of work. Light lookups cost a little; a full research cycle costs more. Your plan includes a monthly pool of CUs. When a feature runs, Alphonce deducts the published weight (or a reconciled actual after the call).

Non-refundable once used

CUs spent on a completed call are not returned. Unused monthly quota does not turn into cash — see your plan for rollover rules in billing.

Published weights

These are the user-facing conversion rates used across the product:

TaskCostTypical use
1 market-data pull1 CUQuotes, history bars, cached lookups
1 trade execution signal10 CUOrder routing / signal work
1 agentic thinking step50 CUA chat turn or agent reasoning step
1 full research cycle500 CUDeep research / multi-stage synthesis

Examples: an agent chat turn is typically one thinking step (50 CUs). A deep research pass is one full cycle (500 CUs). MCP market reads are priced like a market-data pull.

Plan quotas

Each plan sets a weekly limit — the allowance worth planning against — plus a smaller session window that refills every two hours so one busy afternoon cannot spend the whole week at once. Hitting the session window is a short wait; hitting the weekly limit means waiting for the reset or moving up a plan. When either is empty, metered calls stop, unless you have turned overage on in settings.

Agents run at 40% of the interactive rate. An unattended decision is one model call over a fixed market snapshot — no tool loop, no retrieval, no growing conversation — so it costs less to serve and is priced that way: 20 CU per tick against 50 for a chat turn. A bot deciding once each weekday spends roughly 100 CU a week. Talking to a bot is charged at the normal rate, because a human in the loop means the expensive path.

PlanCUs / weekSession (2h)Requests / minOverage rate
Free3,00050020Not available
Plus20,0002,50060Optional · 0.50¢ / CU if enabled
Premium (Chui)50,0006,000150Optional · 0.45¢ / CU if enabled
Pro130,00015,000300Optional · 0.40¢ / CU if enabled
Team450,00050,0001,000Optional · 0.30¢ / CU if enabled
Enterprise1,200,000125,0001,000Optional · 0.30¢ / CU if enabled

Overage is off by default

Paid plans list an optional overage rate, but it is not turned on automatically. You opt in under Settings → Payments. Until then, the monthly CU pool is a hard stop — same as Free. See Pricing for list prices and add-ons.

How spend works

  1. 1Pre-flight. Before a metered call runs, Alphonce checks your tier, remaining CUs, and rate limits.
  2. 2Execute. The feature runs (research, agent turn, MCP tool, and so on).
  3. 3Deduct. The call cost is charged against your monthly balance. If the pool is empty and overage is not enabled in settings, the call is rejected.

You get spend alerts as you approach the top of the pool (50%, 80%, 95%, depleted).

MCP and the API

Connecting your own client over MCP is included from Premium (Chui) upwards. Tools that pull data or run research still spend CUs from the same pool as the app. You can inspect usage with the GET_COMPUTE_USAGE MCP tool when your token allows it.

The API reference covers tokens and transport only — metering stays in this CU model.

Bring your own model

On eligible plans, the BYO LLM add-on lets you point Alphonce at your own provider key. You pay that provider for tokens; Alphonce still meters platform work (data, orchestration, gated tools) in CUs. Inference on your key is not double-billed as Alphonce CU burn.

See it in the product

Your remaining balance and burn show up in the workspace meters. Enable optional overage, or change plan, from Settings → Payments — or start from Pricing.