{
 "x402Version": 2,
 "facilitator": "https://facilitator.dexter.cash",
 "network": "eip155:8453",
 "currency": "USDC",
 "accepts": [
  {
   "resource": "https://growaify.com/x402/template",
   "scheme": "exact",
   "price_usd": 29.0,
   "description": "One automation template (n8n JSON), delivered in the same response."
  },
  {
   "resource": "https://growaify.com/x402/audit",
   "scheme": "exact",
   "price_usd": 49.0,
   "description": "Automation audit with a written report."
  },
  {
   "resource": "https://growaify.com/x402/agent-starter",
   "scheme": "exact",
   "price_usd": 149.0,
   "description": "Agent starter bundle: three templates plus integration notes."
  }
 ],
 "catalogue": "https://growaify.com/api/v1/x402/resources",
 "how_to_pay": [
  "GET any resource with no payment header -> receive HTTP 402 plus a PAYMENT-REQUIRED header.",
  "Decode PAYMENT-REQUIRED (base64 JSON) to read scheme, network, asset, amount, payTo.",
  "Sign an exact-scheme USDC transfer for that amount on eip155:8453.",
  "Re-send the same request with the signed payload in the PAYMENT-SIGNATURE header.",
  "The goods come back in that same response, with a PAYMENT-RESPONSE receipt."
 ],
 "micro_tier": {
  "count": 105,
  "price_range_usd": [
   0.99,
   2.99
  ],
  "catalogue": "https://growaify.com/api/v1/x402/micro",
  "buy": "GET /x402/item/<id>",
  "why": "Priced so an autonomous agent can buy mid-task without an approval step. Every item is delivered inside the same HTTP response that was paid for."
 }
}