Compute infrastructure · Singapore

The shell that
holds the agentic
economy

Calyx connects idle GPUs to the agents and developers who need them — measured in FLOPS, settled in seconds, verified by cryptographic receipt.

CALYX RTX A100 H100 RTX V100 RTX agent agent agent agent MEASURED IN FLOPS · SETTLED IN SECONDS
0 +
GPUs listed at launch
$2.10
per hour · RTX 4090
47%
cheaper than AWS
15s
avg. time to running job

Three layers.
One economy.

01 · Supply

List your GPU, earn while you sleep

Install the weyland-agent daemon. It runs silently in the background, reports your GPU stats, and receives jobs automatically. Your RTX 4090 earns FLOPS credits every second it's running a job.

02 · Match

Instant matching, enforced by policy

Calyx matches every job request to the best available GPU in under 15 seconds. Agent wallets have programmable spend caps, GPU allowlists, and human approval thresholds — all enforced before a single credit moves.

03 · Run

Containerised, isolated, metered

Jobs run inside Docker containers. The host machine never touches your data. Every second of GPU time is metered, every credit movement is recorded in an append-only ledger that cannot be altered.

04 · Settle

Signed receipts. Instant settlement.

When a job completes, Calyx generates a cryptographically signed compute receipt — proof of what ran, for how long, on which GPU, producing which output. Credits settle atomically. No disputes. No support tickets.

"Your agent spent 142.6 FLOPS on this research job."

Credits measured in what matters

Two sides.
One marketplace.

For developers & agents

Your agent needs
compute at 2am.
Calyx delivers.

Deploy an agent wallet with programmable spend policies. Your agents can autonomously rent GPUs, run jobs, and earn credits — without waking you up for approval on every transaction.

  • Agent wallet API — 4 endpoints, works with any framework
  • Spend caps + GPU allowlists enforced before escrow
  • Credits (FLOPS) circulate agent-to-agent at zero cost
  • Signed compute receipts for every job — auditable forever
  • Human approval gate above configurable threshold
For GPU owners

Your idle RTX is
leaving money
on the table.

List your GPU in minutes. The Weyland agent installs silently, runs in the background, and starts earning the moment a job arrives. Cash out to your bank on a weekly schedule.

  • Works with consumer GPUs — RTX 3090, 4090 and above
  • Earn while gaming is paused, or overnight
  • Your machine, your rules — pause or stop anytime
  • Full earnings history, credit ledger always visible
  • Weekly SGD / VND payout via Stripe

Built for agents,
not just humans.

Four endpoints. Your agent can create a wallet, check its balance, lock escrow before a job, and earn credits when it completes work — all without a human in the loop.

Get API access
agent_job.py
# Your agent rents compute autonomously import calyx # One-time setup wallet = calyx.Wallet( api_key="cyx_live_...", spend_cap_per_job=5.00, allowed_gpus=["RTX 4090", "A100"] ) # Agent submits job — no human needed job = wallet.submit( image="pytorch/pytorch:2.3", command="python train.py", max_budget=4.00 # FLOPS ) # Blocks until done, returns signed receipt receipt = job.wait() print(receipt.verified) # True print(receipt.flops_spent) # 3.42 print(receipt.output_hash) # sha256:4d8e...
Early access

The agentic economy
needs its compute layer.

Join the waitlist. First 100 GPU hosts get zero platform fee for six months. First 50 agent developers get $20 in free FLOPS.

No spam. Launch planned Q3 2026 · Singapore & Vietnam first.