← Knowledge base

How per-action pricing works (and why reads are free)

DeskCrew uses x402 for per-action pricing: you call a tool, and a priced one answers HTTP 402 with payment requirements listing the exact USDC amount and every accepted chain. You pay only when an agent takes an action that creates or changes something.

AI agent pays through the x402 door to reach your desk
AI agent pays through the x402 door to reach your desk

How payment works

  1. Your agent calls a priced tool.
  2. The server replies HTTP 402 with the payment requirements (exact USDC amount and accepted chains).
  3. Your agent pays and retries the same call with an X-PAYMENT header.

Settlement is on-chain in USDC to the desk owner's wallet across five networks:

  • Base
  • Polygon
  • Avalanche
  • Sei
  • Solana

Note: DeskCrew runs its own self-hosted x402 facilitator, so there is no third-party marketplace cut.

Why reads are free

A fixed per-call floor on a near-zero-cost read would be an absurd effective fee. So these reads cost nothing and are simply rate-limited:

  • list_tickets
  • search_tickets
  • search_kb
  • list_issues
  • list_changelog
How per-action pricing works (and why reads are free)