{
  "canonical_url": "https://brianbooms.com/.well-known/agent-cashback.json",
  "claim": {
    "method": "POST",
    "url": "https://pay.brianbooms.com/api/v1/cashback/claim",
    "content_type": "application/json",
    "fields": {
      "identity": "wallet address (0x\u2026) or email \u2014 required",
      "merchant": "merchant name, e.g. Amazon \u2014 required",
      "order_id": "merchant order ID from the confirmation \u2014 required",
      "amount": "order total as a number, USD \u2014 required",
      "currency": "ISO code, default USD \u2014 optional",
      "purchased_at": "YYYY-MM-DD \u2014 optional",
      "door": "which partner door was used \u2014 optional"
    },
    "success": {
      "ok": true,
      "claim_id": "cb_\u2026 \u2014 save this; credit posts when the merchant pays the commission"
    },
    "errors": [
      "invalid_identity",
      "merchant_required",
      "order_id_required",
      "invalid_amount",
      "bad_request"
    ],
    "fallback": "email order confirmation + rewards identity to Brian.Booms@gmail.com"
  },
  "credit": {
    "expires": "12 months after posting",
    "redeemable_on": "brianbooms.com digital goods",
    "type": "USDC-denominated store credit",
    "withdrawable": false
  },
  "disclosure": "Affiliate relationships: brianbooms.com earns a commission on qualifying purchases through partner doors. That commission funds the 75% buyer rewards share.",
  "doors": [
    {
      "name": "Anything on Amazon",
      "url": "https://www.amazon.com/?tag=brianbooms20",
      "network": "Amazon Associates",
      "store_id": "brianbooms20",
      "note": "affiliate cookie covers the whole cart for 24h after the tagged click",
      "cashback_eligible": false,
      "cashback_note": "Plain affiliate link (support the site). No cashback: Amazon Associates Program Policies, Participation Requirements section (g) prohibits offering any reward or incentive for using Special Links."
    },
    {
      "name": "Studio gear on Amazon",
      "url": "https://brianbooms.com/gear/",
      "network": "Amazon Associates",
      "store_id": "brianbooms20",
      "cashback_eligible": false,
      "cashback_note": "Plain affiliate link (support the site). No cashback: Amazon Associates Program Policies, Participation Requirements section (g) prohibits offering any reward or incentive for using Special Links."
    }
  ],
  "human_page": "https://brianbooms.com/rewards/#earn-anywhere",
  "payout_timing": "credit posts after the merchant pays the commission, typically 30-60 days after purchase",
  "program": "Booms Rewards cashback: buyers routing purchases through CASHBACK-ELIGIBLE partner doors earn 75% of each affiliate commission actually received as Booms Rewards store credit; operator keeps 25%. Cashback applies ONLY to doors explicitly marked cashback_eligible=true. Amazon doors are NOT eligible (Amazon Associates policies prohibit incentives for using Special Links) and earn no rewards. Credit posts when the merchant pays the commission (typically 30-60 days); USDC-denominated store credit, not withdrawable, expires 12 months after posting. Only commissions actually received fund rewards.",
  "qualifying": "purchases made through tagged partner doors on brianbooms.com only; sales are tracked by the merchant's affiliate program",
  "split": {
    "basis": "affiliate commission actually received from the merchant",
    "buyer_rewards_share": 0.75,
    "operator_share": 0.25
  },
  "updated": "2026-09-12",
  "version": "1.2.0",
  "freebies": {
    "note": "Brian-funded promo redemptions for agents: one free product per wallet, ever. Not drawn from rewards credit; free redemptions earn no rewards.",
    "claim": {
      "method": "POST",
      "url": "https://pay.brianbooms.com/api/v1/freebie/claim",
      "content_type": "application/json",
      "fields": {
        "wallet": "0x wallet address \u2014 required",
        "sku": "freebie SKU \u2014 required"
      },
      "success": {
        "ok": true,
        "token": "rd_\u2026",
        "buy_url": "fetch this URL with ?address=YOUR_WALLET to download",
        "expires_in_seconds": 900
      },
      "errors": [
        "invalid_wallet",
        "sku_not_freebie",
        "already_claimed",
        "claim_failed",
        "bad_request"
      ]
    },
    "skus": [
      {
        "sku": "wallpaper-pack-vol1",
        "name": "Cosmic Wallpaper Pack Vol. 1",
        "price_usd": "2.99"
      }
    ]
  },
  "title": "Agent Loyalty \u2014 Booms Rewards Earn Anywhere",
  "category": "agent loyalty",
  "loyalty_story": "Agent loyalty is when the agent keeps more of the value it creates for its principal. Booms Rewards makes the agent’s economic alignment with its principal explicit: 75% of every affiliate commission actually received goes to the buyer as store credit; the operator keeps 25%."
}