Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create and expose x402-protected services
const myService = defineService({ name: "price-feed", category: "data.prices", price: "0.01" });
await provider.register(myService);