A bill you meet at the end
- Priced per token in and out
- Every retry and long tool call adds up
- You only know the total once it’s over
Open-source and open-weight models, priced as consumable time credits — purchasable in blocks of 15, 30, or 60 minutes — and paid with Bitcoin Cash or LIFT token (at 10% discount). No accounts to create, no subscriptions to cancel, and no gatekeepers.
Buy consumable time credits for a model — purchasable in blocks of 15, 30, or 60 minutes — with Bitcoin Cash or LIFT, and use them up as you work. No per-token metering, no monthly subscription, no surprise at the end of the month.
Instead of per-token metering or a monthly subscription, you buy consumable time credits — purchasable in blocks of 15, 30, or 60 minutes — and use them up as you work.
Pick a model, buy a plan with BCH or LIFT, and the time is yours. Plans are consumable time credits — purchasable in blocks of 15, 30, or 60 minutes — not balances that stack, so while a model still has active time, buying another for it costs nothing extra.
One active session per model · statuses active / exhausted / expired
Arm auto-refill once and Paytaca keeps the model running. When an active plan hits zero, it quietly buys another — same model, same plan size — and only ever spends up to the budget cap you set.
30-minute blocks · 60 min of budget left before refills stop.
paytaca-cli runs a local MCP server, so opencode, pi, and omp can read balances, watch history, and buy Paytaca AI plans. We only support agents that let you run open-source and open-weight models. The one-step installer writes the config, creates a wallet-bound API key, and offers to buy a plan when none is active.
default harness opencode — AI provider + MCP · pi — MCP adapter · omp — native MCP
{
"mcp": {
"paytaca": {
"type": "local",
"command": ["paytaca", "mcp"],
"enabled": true
}
}
}Illustrative snippet. opencode also gets the Paytaca AI provider, so every model becomes selectable for inference — the installer writes this MCP entry and the provider block.
The Paytaca wallet app has a dedicated Paytaca AI panel. Manage the keys your coding agent uses, watch time credits tick down, and buy the next plan when you need it — all without touching the terminal.
Mint an sk-pytc-… key shown once, rename or revoke it later, and watch per-key usage. Keys also live in secure device storage.
One active session per model with time credits used and remaining. Statuses read active, exhausted, or expired — never a mystery balance.
Pick a model, pick 15, 30, or 60 minutes, then confirm with your PIN or biometrics. The plan lands as a session you can start using.
48 models, aspect ratio, resolution, and quality controls. Paid per image and saved to your gallery.
Talk to the same models straight from the app, billed against your time plans.
Prompt-to-video generation with the same wallet-paid flow.
Speech and sound generation, settled from the plan you already own.
The wallet mnemonic is written straight to the OS secret store. There is no plaintext key file to leak.
Agent keys are minted against your wallet, stored hashed server-side, and shown to you exactly once.
x402 payments are checked against the server’s own reservation on Bitcoin Cash — a forged receipt is not a payment.
buy_plan, send, and auto_refill ask the host before they move funds, and auto-refill stops at its cap.
Everything runs through one CLI. Install it, create a wallet, send BCH, and buy time credits — then point your agent at it. Node.js 20 or newer. macOS, Linux, and Windows, with your seed kept in the system keychain.
Pay in BCH, or add --lift to pay with LIFT tokens and take the discount on the same plan.
LIFT-priced plans are discounted, so it can pay to convert first. Both directions go through the same command — this buys LIFT with BCH.
LIFT category · 5932b2fd4915d6a75d3ec53282cd49118149a2176ee67ed68b1111ff0786f7fcgit clone https://github.com/paytaca/paytaca-cli.git cd paytaca-cli && npm install npm run build && npm link