Skip to content
RiverCore
Kraken Gets Early Access to Anthropic's Unreleased Mythos Model
Anthropic Mythos modelKraken securitycrypto AIKraken Anthropic unreleased AI model accessAI model crypto vulnerability scanning

Kraken Gets Early Access to Anthropic's Unreleased Mythos Model

18 Aug 20266 min readAlex Drover

Every exchange security lead has the same recurring nightmare: a zero-day sitting in a signing path, undiscovered, waiting for someone patient enough to find it first. Payward, the operator of Kraken, just announced it now has a very specific weapon pointed at that problem. It says it's among the earliest crypto companies with direct access to Anthropic's unreleased Mythos model, and it plans to aim the thing at its own source code.

What Happened

On Monday, the Wyoming-based Payward Inc. said it had gained direct access to Mythos, an Anthropic model that has not been shipped publicly. According to the disclosure, as Bloomberg Law News reported, Payward intends to use the model to scan Kraken's software for security vulnerabilities. The company frames itself as one of the first crypto operators to get hands on the tool.

Mythos is not a product you can sign up for. Anthropic has said the model is powerful enough that it hasn't released it publicly, and its cyber capabilities are considered too risky for unrestricted use. That framing matters. It's not marketing gloss, it's a live safety posture from the lab that built Claude. A model kept off the open catalog because its offensive-security ability is considered dangerous, then handed under controlled terms to a crypto exchange, is a very specific policy choice.

The distribution channel is Project Glasswing, the Anthropic initiative launched in April. Glasswing is positioned as a defensive program for industries getting torched by attackers, and the digital-asset industry qualifies. The pattern in the announcement is clear: Anthropic is picking counterparties in "hack-plagued" verticals and letting them run a restricted model against their own code, presumably under contract and with heavy guardrails on what the model will and won't produce.

Kraken didn't detail what parts of the stack Mythos will touch, how findings will be triaged, or how false positives will be handled. Those are the questions any senior engineer will ask before letting an unreleased model near a matching engine or a hot-wallet signer.

Technical Anatomy

Strip away the branding and Mythos looks like an offensive-security-capable LLM constrained to defensive workflows by contractual and API-level fences. The interesting part isn't the model, it's the deployment shape.

Static code review by LLM is already a solved commodity at the shallow end. What Anthropic is claiming with Mythos is different in degree: capabilities strong enough that unrestricted release is considered unsafe. In practice that suggests an ability to reason about multi-file exploit chains, misuse patterns in cryptographic code, and the kind of subtle logic bugs that show up in signature verification, replay protection, order matching, and withdrawal flows. Those are exactly the surfaces where crypto exchanges bleed.

For a venue like Kraken, the interesting attack surfaces are boring on paper and lethal in practice. Custody key management. Deposit crediting logic. Cross-chain bridge accounting. Oracle price ingestion. Any team that has run an incident review on an exchange knows the pattern: a single unchecked assumption in an integer conversion, or a subtle race in a withdrawal state machine, and the losses run into eight figures before anyone opens Slack.

Feeding those code paths into a model with genuine offensive reasoning is a real jump beyond typical SAST tooling. But it introduces new operational problems. First, provenance. Anything you send to a hosted third-party model becomes a data-handling question your security and legal teams need to answer. Second, false-positive volume. Powerful models generate plausible-sounding vulnerabilities that don't reproduce, and triage cost is not trivial. Third, exfiltration risk. A model this capable is also, by definition, useful to attackers who get access to its outputs through a compromised employee laptop.

My take: the defensive value here is real, but the operational overhead of running an unreleased frontier model against production code is going to eat more engineer time than Kraken is publicly admitting. That is the honest tradeoff.

Who Gets Burned

Three groups feel this announcement differently, and none of them get a comfortable quarter.

First, competing exchanges and custodians. If Kraken is one of the earliest to get Mythos access, every other Tier-1 venue now has a board-level question waiting: why don't we have this, and what's our answer if we get exploited next quarter? Expect a wave of procurement conversations with Anthropic and its peers, and expect the answer for most to be "you're not on the list." Access to restricted frontier models is going to become a competitive moat, not a commodity purchase. Teams I've worked with have watched vendor-access asymmetry decide entire product roadmaps, and this is that pattern arriving in security tooling.

Second, DeFi protocols and bridge operators. They don't get Glasswing-tier access. They rely on audit firms, bug bounties, and public tooling. The gap between what a top-five centralized exchange can now run against its code and what a mid-tier protocol can afford is widening. That gap will show up in incident statistics within twelve months. Bridges remain the softest target in the industry, and their defenders are going to be outgunned by whatever offensive tooling attackers eventually reconstruct from open-weight models.

Third, security vendors selling LLM-powered code review. Their pitch just got harder. If the frontier labs are directly striking deals with named exchanges, the middle layer of "we wrap GPT-class models for SAST" startups has to prove they're doing something the labs won't do themselves. The uncomfortable read: a lot of Series A crypto-security tooling companies are about to discover their moat was thinner than their deck suggested.

Regulators are watching too. A model considered too dangerous for public release, deployed against a regulated financial venue's codebase, is exactly the kind of arrangement the SEC and its overseas counterparts will want documented. See the SEC rulemaking track record on third-party risk for the shape of the questions coming.

Playbook for Crypto and DeFi

Concrete moves for the next two weeks, in order of pain-to-value ratio.

Audit your third-party model exposure. If any team inside your org is already piping production source into hosted LLMs for review, write down which repos, which models, and under what contract. Most orgs cannot answer this today. You need to before your next SOC 2 review.

Rank your code by blast radius, not by line count. Signing paths, withdrawal state machines, deposit crediting, and bridge accounting go first. Everything else waits. If you get access to a serious code-analysis model, don't waste its context window on your admin dashboard.

Assume attackers get parity eventually. Whatever offensive capability Mythos represents defensively, an open-weight approximation will exist in eighteen months. Threat-model accordingly. Your invariant checks and on-chain circuit breakers matter more than ever. For contract-level defenses, revisit patterns in the Ethereum docs on upgrade paths and pause mechanisms.

Push audit firms for tool disclosure. Ask which models they use, on what data, with what retention. If they can't answer clearly, you're paying for a signature, not a review.

Finally, budget for triage. A capable model will surface a lot of maybe-bugs. Two engineers full-time on findings triage is a realistic first-year cost. Plan it, or the tool sits unused after month three.

Key Takeaways

  • Payward, operating Kraken from Wyoming, says it has direct access to Anthropic's unreleased Mythos model for scanning its own code.
  • Mythos is distributed through Project Glasswing, Anthropic's April initiative aimed at defensive use in high-risk industries.
  • Anthropic considers Mythos too risky for unrestricted release, meaning access is a controlled, contractual arrangement, not a product SKU.
  • Access asymmetry to restricted frontier models is becoming a competitive moat in crypto security, and mid-tier DeFi loses ground.
  • Defensive value is real, but operational cost, false-positive triage, and third-party data exposure need to be planned before deployment, not after.

Frequently Asked Questions

Q: What is Anthropic's Mythos model?

Mythos is an Anthropic AI model that the company has not released publicly because its cyber capabilities are considered too risky for unrestricted use. It's distributed under controlled terms through Project Glasswing, Anthropic's initiative launched in April, and is being positioned as a defensive tool for industries facing heavy attacker pressure.

Q: How is Kraken using Mythos?

Payward, the operator of Kraken, said on Monday it plans to use Mythos to scan its own software for security vulnerabilities. The company describes itself as among the earliest crypto operators with direct access to the model.

Q: Does this mean other crypto exchanges can get Mythos too?

Not automatically. Access appears to run through Anthropic's Project Glasswing on a controlled basis, and Anthropic has explicitly not released Mythos to the public. Other exchanges and DeFi protocols will need to negotiate access individually, and many will not get it in the near term.

AD
Alex Drover
RiverCore Analyst · Dublin, Ireland
SHARE
// RELATED ARTICLES
HomeSolutionsWorkAboutContact
News06
Dublin, Ireland · EUGMT+1
LinkedIn
🇬🇧EN▾