HN Debrief

The AI Credit Resale Economy

  • AI
  • Security
  • Economics
  • Startups

The post looks at brokers reselling AI credits and token access at steep discounts, often sourced from startup grant programs, free tiers, subscriptions, hacked accounts, or stolen cards. What starts as simple arbitrage quickly turns into a shadow market for model access. Buyers get cheaper usage, sellers turn unusable credits into cash, and providers inherit fraud, chargebacks, and a secondhand market they did not intend to create. A useful clarification from the author is that the scale estimate was in dollars, not raw tokens, and that based on conversations with affected companies, actual payment fraud is real but not all of the market. The rough claim was 10 to 20 percent fraud among the cases seen, with enough abuse that many non-lab companies have already killed free tiers and credits entirely.

If you issue AI credits, free tiers, or employee perks, treat them like cash-equivalents with fraud controls and resale monitoring from day one. If you buy cut-rate model access, assume your prompts, outputs, and even the model identity itself may be compromised.

Discussion mood

Wary and skeptical. People broadly accept that a resale market was inevitable once AI credits and subscriptions gained cash value, but they see it as a mix of fraud, proxy risk, and broken provider economics rather than a clever market innovation.

Key insights

  1. 01

    AI credits behave like airline miles

    Once providers hand out startup grants, free tiers, or employee perks with real market value, the same abuse machinery used for loyalty points and delivery promos shows up immediately. That framing sharpens the story. This is not an AI-specific anomaly. It is a mature grey-market pattern now attached to LLM access, and it is already severe enough that some smaller AI companies have shut off free credits altogether.

    Design grants and free usage like fraud-prone stored value, not like harmless marketing spend. Add transfer restrictions, monitoring, and kill switches before the abuse forces you to remove the program entirely.

      Attribution:
    • nerevarthelame #1
    • mlenhard #1
  2. 02

    Blocked regions create premium demand

    Access restrictions are doing as much to create this market as cheap supply. Users in China still want Claude and ChatGPT, but getting a phone number, payment method, and IP reputation that pass provider checks is hard enough that many will pay brokers for stable access. That means resellers are not just moving surplus credits. They are selling border-crossing access to models that are operationally hard to reach.

    If you restrict by geography or identity, expect a broker layer to emerge and capture that demand. Plan for enforcement and product segmentation as part of market design, not as a cleanup step.

      Attribution:
    • namelosw #1
  3. 03

    Proxy relays can tamper with agents

    The security risk is deeper than prompt logging. A reseller proxy terminates Transport Layer Security, sees tool calls, and can alter commands before they hit an agentic client. That opens the door to secret exfiltration or harmful command injection in workflows that execute model output. The suggested mitigations, like placing CLIProxyAPI in front of the reseller and adding privacy or data loss prevention filters, help, but they also underline how unsafe the default setup is.

    Do not put third-party relay keys anywhere near coding agents, shell tools, or internal automation unless you control an inspection layer yourself. For sensitive use, the discount is not worth the new attack surface.

      Attribution:
    • veganmosfet #1
    • voidmain0001 #1
    • rdbell #1
    • jeffnash #1
  4. 04

    Cheap tokens may not be the model advertised

    Several comments cut through the pricing mystery with a simpler explanation. You may be buying “Claude” and actually getting Kimi, DeepSeek, or some other cheaper backend behind an OpenAI-compatible proxy. That possibility explains both very low prices and inconsistent quality, and it means the central product promise in this market is often unverifiable.

    Treat unverified model access as a quality-control problem, not just a procurement problem. If model identity affects customer output or compliance, use direct vendor contracts or build benchmark checks that can catch substitutions.

      Attribution:
    • vb-8448 #1
    • chrysoprace #1
    • theli0nheart #1
    • Aurornis #1
  5. 05

    The pricing spread reflects discrimination more than cost

    The huge gap between subscription pricing, resale pricing, and API pricing does not prove tokens are nearly free to produce. Commenters argue it looks more like classic software price discrimination. Enterprises pay high API rates because the value is high, while subscriptions and promos mop up everyone else. That reading weakens the claim that resale alone proves frontier model economics are broken, even if abuse is large.

    Do not infer provider cost structure directly from grey-market prices. When building around external AI vendors, assume list prices are strategic and can move sharply as providers rebalance segments or close loopholes.

      Attribution:
    • judge2020 #1
    • ffsm8 #1
    • drawnwren #1
    • bonoboTP #1
    • ralph84 #1
    • reticulates #1

Against the grain

  1. 01

    Not all resale is fraud

    Some people reject the instinct to label the whole market fraudulent. The cleaner version of the argument is that a startup reselling promotional credits is just secondary-market behavior, and the fraud begins only when the supply comes from deception like stolen cards, chargeback abuse, or account takeovers. That distinction matters because providers may be lumping together policy violations and actual criminal abuse.

    Separate transfer-policy enforcement from fraud response in your own programs. You need different controls, legal language, and customer handling for unauthorized resale than for stolen-payment abuse.

      Attribution:
    • diego_sandoval #1
    • joshuacc #1
    • mlenhard #1
  2. 02

    Some buyers will rationally trust brokers

    One dissenting view is that people buy from unknown sellers online all the time and do fine, so this market is not automatically irrational. That does not remove the technical risk, but it explains why resale keeps growing despite obvious warnings. For some buyers, especially on non-sensitive workloads, lived experience with informal online trade beats abstract security arguments.

    Warnings alone will not stop this behavior. If you want users off brokered access, offer an official low-cost path for bulk or low-trust workloads instead of assuming fear will do the job.

      Attribution:
    • segmondy #1

In plain english

Carding
Fraud that uses stolen payment card details to buy goods or services.
Chargeback
A payment reversal initiated through a card network or bank, often after fraud or a disputed transaction.
CLIProxyAPI
A tool mentioned in the comments that sits between a client and an AI provider to inspect or modify API traffic.
LLM
Large Language Model, a machine learning model trained to generate and analyze human-like text.
OpenAI-compatible
An API interface that imitates OpenAI’s format so clients can switch providers or proxies without changing much code.

Reference links

Related reporting from the same author

Regional market context

Security and mitigation tools

Examples and adjacent markets