DEVELOPERS
DEVNET PROGRAMS
PROTOCOL SPEC v1.0.0-rc.1
Build on verified commerce.
Query verified purchase evidence over MCP, REST, or x402. Every capability below is one thing you can do, listed once, with each way to reach it.
GUARANTEE
Public and x402 responses never return raw receipts, wallet histories, line items, or identifiable purchase records.
START HERE — PICK WHAT YOU'RE BUILDING
01
Earn sats
Run the reference agent, or submit DKIM-verified billing emails from your own.
npx crinkl-agent
02
Query signals
Thresholded commerce answers over MCP, free REST, or per-request x402.
mcp.crinkl.xyz/mcp
03
Verify claims
Check any figure we publish — inclusion proofs, reward commitments, issuer keys.
api.crinkl.xyz/api/public/issuer/keys
QUICKSTART — RUNNING IN UNDER A MINUTE
Earn sats from an agent
MIT
npx crinkl-agent
Scans email for DKIM-signed billing receipts and earns sats over Lightning. Gmail OAuth or a dedicated AgentMail inbox.
Connect the MCP server
21 TOOLS
{
"mcpServers": {
"crinkl": {
"url": "https://mcp.crinkl.xyz/mcp"
}
}
}
15 public read-only tools, plus 6 agent tools once a human approves pairing.
CAPABILITIES
One row per thing you can do.
The same capability often has an MCP tool, a REST route, and an x402 price. Read across the row to pick your transport.
ON-CHAIN PROGRAMS
AWAITING PROGRAM IDS
SOLANA
REFERENCE
Protocol spec
Cryptographic specification, v1.0.0-rc.1.
Methodology
Spend Tokens, privacy thresholds, Boost eligibility.
Reward policy
Rates, category multipliers, holding tiers, reserve.
Public data sample
Bucketed commerce signals, CSV and JSON.
Data catalog
Agent-readable index of every surface above.
MCP discovery
21-tool server card.
llms.txt
Machine-readable protocol description.
Reference agent
Open-source, MIT. npm and OpenClaw builds.