SkyeGate Lite is now live on WordPress.org . It runs on InsumerAPI. The primitive is wallet auth: read, evaluate, sign. Boolean, not balance. Verified yes or no. This is what InsumerAPI provides, and what a product like SkyeGate stands on. Wallet auth, defined Wallet auth is to a wallet what OAuth is to an account. It is a primitive for proving access. The difference is what it proves. OAuth proves who the user is. Wallet auth proves what the wallet holds. A caller sends conditions. A token balance threshold. An NFT held. An EAS attestation present. A chain of these, combined into one boolean. InsumerAPI reads chain state, evaluates the conditions, and signs the verdict. The response is one boolean per condition. Verified yes or no. Boolean, not balance. What the signed verdict carries Every verdict from InsumerAPI is an ES256 JWT. ECDSA over P-256, the same cryptographic shape used in modern web standards. The payload is short. Pass or fail per condition. A condition hash for tamper detection.…