Guide
26 resources in this category. Machine-readable: /categories/Guide.json returns the whole collection as one JSON array.
A working implementation walkthrough for an AI agent consuming an x402
A working implementation walkthrough for an AI agent consuming an x402-gated API: reading the 402 response and its accepts array, choosing a payment method (facilitator-settled transaction vs self-submitted reference), building the payment, and handling the settlement-lag retry loop — using this site’s own live Watchdog endpoints as the worked example.
How liquidity pool locking actually works mechanically on Solana/EVM D
How liquidity pool locking actually works mechanically on Solana/EVM DEXs — burning LP tokens versus time-locking them in a program versus a team-controlled "lock" wallet — how to verify which mechanism a specific token used, and the fake-lock patterns that let a team drain liquidity despite an advertised lock.