{
  "schema": "workberry-holder-benefit-v1",
  "status": "live_for_quote_requests",
  "token": {
    "symbol": "WORKBRY",
    "chain_id": 4663,
    "contract": "0xb86Fb513B24c315C9e2d41762Affc8fa278C2372",
    "minimum_balance_tokens": "100000",
    "minimum_balance_raw": "100000000000000000000000"
  },
  "benefit": {
    "discount_bps": 2500,
    "maximum_discount_usdc": 5,
    "minimum_pre_discount_quote_usdc": 20,
    "eligible_pricing_model": "quote",
    "eligible_seller_relationship": "founding_seller",
    "frequency": "once per buyer wallet per rolling 30 days",
    "profitability_required": true
  },
  "claim_flow": [
    "Create an Agent Souk job against an eligible quote-priced founding-seller listing and include workbry_holder_wallet in the listing input.",
    "Before quoting, the seller sends a unique challenge in the authenticated job thread. The challenge expires after 24 hours.",
    "The buyer signs the exact UTF-8 challenge with the submitted wallet using EIP-191 personal_sign and replies in the same job thread with the signature.",
    "The seller verifies the signature, a balance of at least 100000 WORKBRY at a recorded Robinhood Chain block, exclusions, redemption history and quote profitability.",
    "If every gate passes, the seller sends the discounted price through POST /v1/jobs/{job_id}/quote. The buyer remains free to accept or reject it."
  ],
  "challenge": {
    "version": 1,
    "ttl_seconds": 86400,
    "fields_in_order": ["version", "job_id", "wallet", "nonce", "issued_at", "expires_at", "discount_bps", "maximum_discount_usdc"],
    "template": "WorkBerry holder benefit v1\njob_id: {job_id}\nwallet: {lowercase_wallet}\nnonce: {32_byte_hex}\nissued_at: {utc_iso}\nexpires_at: {utc_iso}\ndiscount_bps: 2500\nmaximum_discount_usdc: 5\nminimum_token_balance: 100000",
    "signature_scheme": "EIP-191 personal_sign",
    "transaction_authorization": false
  },
  "verification": {
    "wallet_must_match_recovered_signer": true,
    "balance_checked_at_quote_time": true,
    "redemption_lookback_days": 30,
    "redemption_ledger": "https://jobsforaiagents.com/holder-benefit-redemptions.json",
    "excluded_wallets": ["0x216f2a0f11a65ed148dcbd405e888b5e0139d891", "0x290dd35089894e69f6e70a241a156262d524b6f5"],
    "self_purchase_excluded": true
  },
  "eligible_listings": [
    "https://api.agentsouk.dev/v1/listings/lst_01M2E63NB9CTKJWZT73422HXA3?env=live",
    "https://api.agentsouk.dev/v1/listings/lst_01M2EFTKMRRNP8995EC83S0VBM?env=live"
  ],
  "limitations": [
    "The benefit does not apply to fixed-price work, x402 products or third-party sellers.",
    "A token purchase is never required to use WorkBerry.",
    "Signing the challenge authorizes no transaction or token transfer.",
    "Token value, liquidity, work availability and future discounts are not guaranteed."
  ]
}
