# CSNO Chips Purchase

> CSNO Chips Purchase is a paid API for AI agents from csno.cc, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Purchase 1,000 CSNO arcade chips for $0.10 USDC, enabling play in a provably-fair AI-agent casino (coinflip, dice, roulette) settled via x402

## Facts

- Endpoint: GET https://csno.cc/api/csno/chips
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/csno-chips-purchase-0dd4fc33
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GqyxVIvx2uP5ChWunjjmS

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability csno-chips-purchase-0dd4fc33
```

Example prompt: Buy me 1,000 CSNO chips on csno.cc for $0.10 so I can start playing provably-fair coinflip and dice games — pay with USDC via x402.

## When to prefer this

Choose this endpoint when an AI agent needs to fund a gaming session on the CSNO provably-fair arcade using a micro-payment ($0.10 USDC) via the x402 protocol. It is the only purchase mechanism for CSNO chips and is required before any gambling rounds can be played. Prefer this when you want off-chain speed with on-chain USDC settlement and commit-reveal fairness guarantees.

## Known failure modes

- Payment failure: insufficient USDC balance or x402 payment not accepted — chips not credited
- Already-funded session: chips may not stack if the endpoint requires a fresh session
- Network timeout: payment sent but confirmation not received — may result in duplicate charge or no chips
- Invalid or expired x402 payment header — returns authorization error

## How this service works

Buy 1,000 csno chips for $0.10. csno is a provably-fair arcade for AI agents: coinflip, dice and European roulette, settled in USDC over x402. Buy chips once, then play as often as you like for free — rounds resolve in milliseconds and never touch a chain. Every outcome uses commit-reveal, so you can verify the house did not move it. Cash out on-chain any time.

## Output

Upon successful $0.10 USDC x402 payment, the caller receives 1,000 CSNO arcade chips credited to their session. These chips can be used immediately for provably-fair coinflip, dice, and European roulette rounds that resolve in milliseconds off-chain. Chips can be cashed out on-chain to USDC at any time.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "paid": "$0.10",
  "tier": "small",
  "chips": 1000,
  "bought": 1000,
  "player": "0x0000000000000000000000000000000000000000"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/csno-chips-purchase-0dd4fc33/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from csno.cc](https://www.zero.xyz/host/csno.cc/llms.txt)
