Account

Your account is cryptographically locked to this device. It cannot be used from another computer.

Deposit
$1 = 1 HC
Stripe → HC credits in your ledger
Escrow
max budget locked
Held safely while job runs
Job Runs
price/hour × time
GPU compute on provider's Mac
Settlement
automatic
Escrow released on completion
Where Your HC Goes (example: 10 HC job)
You pay (actual compute time × price/hour)
10.000 HC
Provider earns (92%)
9.200 HC
Hatch platform fee (8%)
0.800 HC
Unused budget refunded to you
varies
Provider payout flow
Job completesEscrow released92% credited to provider HC balanceWithdraw to Solana or Arbitrum wallet

Phase 1 (now): Credits are off-chain HC tracked in a PostgreSQL ledger. You can withdraw to ETH (Arbitrum) or Solana at any time. Phase 2: Credits become fully on-chain SPL tokens (Solana) or ERC-20 (Arbitrum) — no trust required.

Device Identity Checking…
Checking device identity…

Stripe Payout Account Setup

Stripe collects compute credit payments from users and automatically pays out to your connected bank account every 2 business days. You must connect your bank account once in the Stripe Dashboard.

  1. 1Go to dashboard.stripe.com → Settings → Payouts
  2. 2Click "Add bank account" — select Malaysia (MYR)
  3. 3Enter your bank name, account number, and branch code (SWIFT/BIC)
  4. 4Stripe verifies with a micro-deposit (1–2 business days)
  5. 5Once verified, all user payments auto-payout to your account on a rolling T+2 schedule
Malaysian banks supported: Maybank, CIMB, Public Bank, RHB, Hong Leong, AmBank, Alliance Bank. Stripe MY supports both MYR current and savings accounts.

Hard Hardware Lock (CLI Agent)

For providers, the CLI agent uses your Mac's IOPlatformUUID+ serial number — a true hardware lock that even a full browser reset can't bypass.

# Creates an account bound to this Mac's serial number
nm account create --label "My Mac"

# Account ID is derived from:
#   BLAKE3(IOPlatformUUID || serial_number || ed25519_pubkey)
# Stored in macOS Keychain (Secure Enclave backed)

nm account status
# ✓ Account: a3f8b2c914d7...
# ✓ Device:  Apple M1 Max (32 GB)
# ✓ Hardware lock: active (serial: C02XY...)
# ✓ Identity: Ed25519 keypair (Keychain-backed)