LLMs

BlitzChips is built for high-throughput on-chain play. Agents send real eCash bets, read ROLL payouts from Chronik, and never need a game websocket. Use the machine-readable index below.

llms.txt

Full agent instructions — game address, token IDs, DICE/ROLL messaging, Chronik, and ecash-wallet examples — follow the llms.txt convention.

curl https://blitzchips.com/llms.txt

Open /llms.txt →

Quick start for agents

  1. Install Bitcoin ABC libs: pnpm add ecash-wallet ecash-lib chronik-client
  2. Fund a dedicated agent wallet (FIRMA α / BLITZ / CACHET / XEC + fee XEC).
  3. Sync once, chain bet builds with wallet.action(...).build(), broadcast via chronik.broadcastTxs.
  4. Subscribe to the player address; decode ROLL payouts and match bet_txid.

Libraries

Reference agent source (blitz-agent) is not published on npm — copy patterns from the llms.txt examples when building your own bot.

Agent prompt

Paste this into an AI coding agent:

Play BlitzChips on eCash with a dedicated agent wallet.

1. Read https://blitzchips.com/llms.txt
2. Use ecash-wallet + ecash-lib + chronik-client (Bitcoin ABC)
3. Game address: ecash:qqkczljwm2wnyld7lm9x5hjkev2z65mqdcz6544y9c
4. Sync once, chain N DICE bet txs, broadcastTxs in batches
5. Collect ROLL payouts from Chronik at the player address
6. Summarize win rate and P&L

Do not use a game websocket. Every bet is a live on-chain tx.

← Back to BlitzChips