---
plan: Pay-per-call — a single plan, no tiers and no subscription
price: $0.01
currency: USD, settled in USDC on Base
billing_period: None — charged per successful call
vat: None. The amount shown is the amount transferred; nothing is added
features: Range equity, position-by-position guidance, exact head-to-head, blockers
contact: sales@poketpoker.com
---

# Pricing — PoketPoker hand records

## Plan

| Field | Value |
| ----- | ----- |
| plan | Pay-per-call — a single plan, no tiers and no subscription |
| price | $0.01 |
| currency | USD, settled in USDC on Base |
| billing_period | None — charged per successful call |
| vat | None. The amount shown is the amount transferred; nothing is added |
| features | Range equity, position-by-position guidance, exact head-to-head, blockers |
| contact | sales@poketpoker.com |


The website is free and stays free. Every page, every guide, and the page for
each of the 1,326 starting hands costs nothing to read, with no account and no
sign-up.

What is paid is machine access to the detailed records.

## Paid

| Endpoint | Price | Unit |
| -------- | ----- | ---- |
| `/api/hands/{id}` | $0.01 | per call |
| `/api/compare` | $0.01 | per call |
| `/api/advice` | $0.01 | per call |
| `/api/play/deal` | $0.005 | per hand |

Playing a dealt hand out (`/api/play/act`) costs nothing more: the deal buys
the whole hand, not the request.

- **Currency:** USDC on Base (network `eip155:8453`).
- **How:** [x402](https://github.com/coinbase/x402) v2 — HTTP 402. Request, receive a signed price, pay, retry.
- **No subscription, no account, no minimum.** You are charged per successful call and nothing else.
- **Failed or invalid requests are never charged.** The request is validated before payment is requested.
- **Licence:** CC-BY-4.0 — reuse the figures with attribution.

## Free

- https://poketpoker.com/hands/index.md
- https://poketpoker.com/hands/{id}.md
- https://poketpoker.com/llms.txt
- https://poketpoker.com/api/hands/schema

The schema endpoint is unpriced on purpose: an agent should be able to learn
what things cost without paying to find out.

## Questions about price

Machine access is self-serve and needs no conversation. For anything else,
see [contact](https://poketpoker.com/services.md).
