Section 01
[Introduction] Core Overview of the TAP Protocol
TAP (Token-by-token Asymmetric Payments) is a token-by-token payment protocol for streaming LLM inference based on Solana state channels, designed using the x402 HTTP payment standard. Its core innovation is supporting consumers and producers to pause generation at any output token boundary, with on-chain settlement only for actually accepted tokens, solving the waste problem of unused tokens caused by the traditional LLM API's 'pay-first-use-later' model. This protocol is an entry for the Solana Frontier 2026 Hackathon, providing a complete technical whitepaper, Python SDK, and demo application.