Category: Technology

NeuralWired’s Technology section covers the developments reshaping how the world builds, deploys, and regulates digital innovation. We report daily on the stories driving global conversation in artificial intelligence, big technology companies, startups and venture funding, cybersecurity, consumer gadgets and devices, and blockchain and cryptocurrency.

Our technology coverage goes beyond product announcements. When a major AI model launches, we explain what it can actually do and where its claims are overstated. When a startup raises a large funding round, we look at whether the business behind it can sustain that valuation. When a cybersecurity breach hits the news, we explain who is affected and what comes next, not just what happened. Each article is built from original research into primary sources, including company statements, technical documentation, regulatory filings, and verified data, and is written by our editorial team rather than generated automatically.

Readers come to this section for daily updates on the technology stories that matter globally, from shifts inside major technology companies to emerging tools changing how people work, communicate, and build. Whether you are a founder, an investor, an engineer, or simply someone trying to understand where technology is heading next, NeuralWired’s Technology coverage is built to keep you informed without wasting your time on hype.

  • Tether Controls 58% of the $300B Stablecoin Market 2026

    Tether Controls 58% of the $300B Stablecoin Market 2026

    Stablecoins Hit $300B — Tether Controls 58%. Who’s Fighting for the Rest?
    Crypto & Markets

    Stablecoins Hit $300B, Tether Owns 58%. Who’s Fighting for the Rest?

  • Pinecone Says RAG Is Obsolete: Complete 2026 Verdict

    Pinecone Says RAG Is Obsolete: Complete 2026 Verdict

    Pinecone Bets RAG Is Obsolete. The Data Disagrees
    AI Infrastructure

    Pinecone Bets RAG Is Obsolete. The Data Disagrees

    The company that made retrieval-augmented generation a household term just told its own 800,000 developers to stop doing it. Here is what that means if you are choosing between RAG and a 2 million token context window in 2026.

    Your engineering team spent 2024 building a retrieval pipeline. Chunk the docs, embed them, store them in a vector database, retrieve the top matches, stuff them into a prompt. It worked, mostly. Then Gemini shipped a 2 million token context window, Claude and GPT-5.4 hit 1 million, and someone on Slack asked the question everyone is now asking: why not just paste the whole knowledge base in and skip the plumbing?

    That question has a real answer now, and it is not the one either side of the debate wants. A 2 million token context window does not replace retrieval-augmented generation. It changes what retrieval is for. And the company that spent four years teaching the industry how to build RAG vs long context pipelines just told the market, in public, that the pattern it popularized is already the bottleneck.

    The context window race just hit a new ceiling

    By April 2026, five frontier labs had all crossed the same line. Claude Opus 4.6, GPT-5.4, Gemini 3.1 Pro, Qwen 3.6 Plus, and Llama 4 Maverick each shipped a 1 million token context window. Meta pushed further with Llama 4 Scout, advertising 10 million tokens, though independent testers found its usable recall breaks down well short of that number. Google’s Gemini line has sat at the 2 million token mark since early 2026, which is why “2 million token context window” is now the phrase enterprise buyers type into Google before they type anything else.

    By June 9, at least 13 models had crossed the 1 million token line, according to a pricing comparison from Morph. What that comparison also revealed is that “1 million tokens” is not one product. It is thirteen different products with wildly different economics.

    ModelCost to fill a 1M-token context window
    DeepSeek V4 Flash$0.14
    Claude Fable 5$10.00
    Source: Morph, June 9, 2026. A 71x spread across the field.

    That 71x spread is the first sign that “just use a bigger window” is not a strategy. It is a pricing decision you have not made yet.

    Context rot: why bigger windows are not always better

    In July 2025, three researchers at the vector database company Chroma published a report that has become the most-cited technical pushback on long-context marketing copy. Kelly Hong, Anton Troynikov, and Jeff Huber tested 18 frontier models, including the GPT-4.1, Claude 4, Gemini 2.5, and Qwen3 families, on tasks specifically designed to hold difficulty constant while varying only input length.

    The finding that should worry anyone planning to dump a full knowledge base into a prompt: every single model got less reliable as the input got longer, even on tasks a human would call trivial. And in a twist that inverts a common assumption among RAG engineers, models performed worse on well-organized, logically coherent source documents than on the same content shuffled into random order.

    “Models do not use their context uniformly.” Kelly Hong, Anton Troynikov, and Jeff Huber, Chroma Research, “Context Rot: How Increasing Input Tokens Impacts LLM Performance,” July 2025
    Chroma is a retrieval infrastructure vendor, so this finding is also commercially convenient for the company publishing it. That is worth disclosing. It does not make the methodology wrong. The 18-model benchmark is open source and independently reproducible, and it lines up with a separate, older finding known as “lost in the middle”: accuracy drops 20 to 30 percentage points when the answer sits in the middle of a long document instead of at the start or end, a pattern first documented by Liu et al. and replicated across model families since.

    Put together, these results point to a rule NVIDIA’s own RULER benchmark backs up: the effective, reliable portion of a context window typically runs at 50 to 65% of the number on the marketing page. Some of Chroma’s own findings suggest the real, safe margin for production workloads is tighter still, closer to a quarter or a third of the advertised maximum.

    The real cost of going long

    Even where accuracy holds up, long-context prompting is not cheap next to modern retrieval. A 2026 arXiv study titled “Long Context vs. RAG for LLMs” ran a direct cost comparison across GPT-5.4-mini and nano on document-grounded question answering. The result: long-context prompting averaged roughly $0.1181 per query, against $0.0045 to $0.0046 for keyword or semantic retrieval. That is a 10x-plus cost gap, and it is the more conservative of the figures floating around; some blog posts cite gaps as high as 1,250x, but those appear to compare different cost baselines and should be treated with skepticism.

    Anthropic’s prompt caching cuts input costs by up to 90% and latency by up to 85% on repeated long prompts, which matters more than raw context size for most production bills. The lesson is not “context is expensive.” It is that caching, batching, and retrieval scope are the real levers, and a bigger window without any of those disciplines is the most expensive way to solve the problem.

    Worth flagging for enterprise architects: access to any single frontier model is not guaranteed to be stable. In June 2026, Anthropic temporarily suspended access to Claude Fable 5 and Mythos 5 to comply with U.S. Department of Commerce export controls, restoring it on July 1 after the controls were lifted (Anthropic’s statement). Whatever architecture you pick, model availability is now a variable you plan around, not an assumption you make.

    Pinecone just bet against the category it built

    On May 4, Pinecone, the vector database that made RAG a standard pattern for roughly 800,000 developers and 9,000 paying customers, launched Nexus, which it calls a “knowledge engine for agents,” alongside KnowQL, a query language built around six primitives: intent, filter, provenance, output shape, confidence, and latency budget.

    Pinecone’s own framing is blunt. It describes retrieval-at-inference, the classic chunk-and-embed pattern the company spent four years teaching the market, as the “ten blue links era of agentic retrieval.” Its argument: agents stuck in retrieve-read-retrieve loops complete only 50 to 60% of tasks and burn 85% of their effort just fetching context, before any actual reasoning happens.

    Instead of retrieving raw chunks at query time, Nexus precompiles source data into structured, cited, task-specific artifacts ahead of time, so an agent queries a compiled answer rather than a pile of documents. Harrison Chase, the CEO of LangChain and the person widely credited with popularizing the term “context engineering,” backed the framing on Pinecone’s own launch post.

    “Building reliable, long-horizon agents is fundamentally a context engineering problem.” Harrison Chase, CEO, LangChain, on Pinecone’s Nexus launch post, May 4, 2026
    Janakiram MSV, the cloud and AI analyst who covers infrastructure shifts for The New Stack, called out just how unusual this is. Most vendors keep selling into a category long after the market has moved past it. Pinecone named the shift itself.

    “Pinecone just declared the RAG era over.” Janakiram MSV, The New Stack, “The company that made RAG mainstream is now betting against it,” May 6, 2026
    Our read: MSV’s framing is closer to right than Pinecone’s own marketing copy. This is not “RAG is dead.” It is RAG’s naive, retrieve-then-hope form getting replaced by something more deliberate, the same shift Anthropic’s Skills and Cursor’s project rules are pushing at the editor and agent-framework layer. The pattern is not new. The vendor saying it out loud is.

    The Subquadratic wildcard: 12 million tokens, unverified

    One day after Pinecone’s launch, Miami-based startup Subquadratic emerged from stealth with $29 million in seed funding and a model called SubQ, built on what it calls a Subquadratic Selective Attention architecture. Founded by CEO Justin Dangel and CTO Alexander Whedon, both veterans of Meta, the company claims SubQ’s research version supports a 12 million token context window, roughly 120 books, while scaling compute linearly rather than quadratically with input length.

    The headline number, as reported by SiliconANGLE: SubQ scored 95% on the RULER 128K benchmark at about $8 in compute, against 94% accuracy and roughly $2,600 for Claude Opus on the same test, a claimed 300x cost reduction. Backers reportedly include Tinder co-founder Justin Mateen and early investors in Anthropic, OpenAI, Stripe, and Brex.

    Treat every one of those numbers as “reported by Subquadratic” until someone outside the company replicates them. As of this writing, no independent benchmarking team has confirmed the 52x attention speedup, the 92.1% needle-in-haystack recall at 12 million tokens, or the roughly 1,000x compute reduction the company claims at full context length. If verified, it would be the largest single jump in usable context the field has seen. If not, it joins a long list of long-context claims that looked revolutionary on launch day and ordinary six months later.

    So is RAG dead? The growth data says no

    Here is the part the “RAG is dead” headlines tend to skip: RAG-adjacent infrastructure spending is still growing fast, and growth data does not lie the way marketing copy can. Market-sizing firms disagree sharply on the exact dollar figures. Grand View Research puts the market at $1.2 billion in 2024, growing to $11 billion by 2030 at a 49.1% compound annual growth rate. Precedence Research estimates $2.76 billion in 2026 climbing to $67.42 billion by 2034. MarketsandMarkets lands in between, at $1.94 billion in 2025 growing to $9.86 billion by 2030. Cite one firm at a time, since the numbers do not reconcile with each other, but the direction across all three is the same: a technology genuinely on its way out does not post 38 to 49% annual growth.

    Production engineers writing on DEV Community made the practical case bluntly: no context window, however large, holds an enterprise knowledge base running to millions of documents. A single 1 million token Claude Sonnet-class prompt runs roughly $3 at list pricing, and that does not scale to production query volumes the way retrieval does. Their position is that RAG’s continued growth is itself the strongest evidence against the “dead technology” framing, not despite the long-context hype but because of what enterprises are actually shipping underneath it.

    What this means for your stack

    Stop treating this as RAG versus long context. Treat it as a context budget you have to manage regardless of which technique you use.

    • Cap your assumptions at 25 to 30% of the advertised window. That is roughly what Chroma’s own findings suggest is the safe, reliable slice of any long-context claim, sticker number aside.
    • Pair retrieval with compaction. For long agent sessions, summarization and compaction loops matter more than raw window size, because irrelevant content is what causes context rot, not length alone.
    • Do not rip out retrieval infrastructure on the assumption long context replaces it. Teams that did this in 2024 and 2025 are the ones now eating the 10x-plus cost premium documented above.
    • Watch where vendor R&D is actually pointed, not where the marketing copy points. Pinecone’s own pivot from raw retrieval toward precompiled, agent-queryable artifacts is a better signal than any single benchmark chart.
    • Evaluate new entrants before migrating production workloads. Subquadratic’s numbers are compelling on paper and unverified in practice. Run your own evals on your own data first.
    One more thing regulated industries should not skip: RAG’s retrieval logs double as an audit trail. Raw long-context prompting does not produce one by default. In finance, healthcare, or legal workflows, that gap is not academic. It is a compliance requirement waiting to surface during an audit, usually at the worst possible time.


    Frequently asked questions

    Does a bigger context window replace RAG?

    Rarely. Long context reduces the need for aggressive retrieval on smaller, bounded corpora, but no window, even 12 million tokens, holds an enterprise knowledge base with millions of documents. Long-context prompting also runs roughly 10x or more expensive per query than modern retrieval in controlled 2026 benchmarks.

    What is “context rot”?

    Context rot is measurable performance degradation as an LLM’s input length grows, even on simple tasks. Chroma Research tested 18 frontier models in 2025 and found every one degraded with length, with logically coherent documents sometimes hurting performance more than shuffled ones.

    What causes the “lost in the middle” problem?

    Models attend most reliably to information at the very start and end of their context window. Liu et al.’s benchmark found accuracy drops 20 to 30 percentage points when the answer sits mid-context, a pattern replicated across GPT, Claude, and other model families since.

    How much does a 1 million token prompt cost?

    It depends heavily on the model. As of June 2026, filling a 1 million token window ranges from about $0.14 on DeepSeek V4 Flash to $10.00 on Claude Fable 5, a 71x spread, before caching discounts are factored in.

    Is RAG still worth building in 2026?

    Yes, for most production systems with large, dynamic, or compliance-sensitive corpora. RAG-related infrastructure spend kept growing at 38 to 49% CAGR across multiple market estimates even as long-context windows expanded, and 2026 is shaping up to be a hybrid-architecture year rather than a winner-take-all contest.


    The bottom line

    Nothing here says long context is a bad bet or that RAG is finished. What the evidence actually supports is narrower and more useful: raw context length is not the same thing as usable context, cost scales against you faster than accuracy does, and the vendor that built the RAG category is now telling the market to build the next layer up, not to abandon retrieval altogether.

    Watch three things over the next 6 to 18 months. First, whether independent labs confirm any of Subquadratic’s numbers, since that would be the first real architectural break from quadratic attention costs. Second, whether Pinecone’s Nexus and KnowQL numbers hold up in production the way they did in Pinecone’s own benchmarks. Third, whether “context engineering,” the discipline of deliberately curating what enters a model’s window regardless of technique, becomes a formal job function the way “prompt engineering” did in 2023.

    The teams that win this cycle will not be the ones who pick a side in the RAG-versus-context debate. They will be the ones who stopped treating context size as a proxy for context quality months before everyone else did.

    Want the next infrastructure shift in your inbox before it hits the front page? Subscribe to The Neural Loop at neuralwired.com/newsletter.

  • Google & EU AI Act: New Ad Disclosure Rules for 2026

    Google & EU AI Act: New Ad Disclosure Rules for 2026

    AI Generated Content Disclosure Rules 2026: The August 2 Deadline Marketers Can’t Miss
    Policies

    AI Ad Disclosure Rules 2026: The August 2 Deadline That Hits Meta, Google, the EU, California and New York at Once

  • Colorado AI Act SB 26-189: What Employers Must Know

    Colorado AI Act SB 26-189: What Employers Must Know

    Colorado AI Act SB 26-189: What Employers Must Do by 2027
    AI Regulation · Employment Law

    Colorado’s AI Law Died Before It Lived. Here’s What’s Next

  • China AI Export Ban 2026: Qwen and DeepSeek at Risk

    China AI Export Ban 2026: Qwen and DeepSeek at Risk

    China May Ban Its Own AI Models: Qwen, DeepSeek at Risk
    Artificial Intelligence / Policy

    China Is Reportedly Weighing Its Own AI Model Export Ban

  • Binance MiCA License 2026: Who’s Still Exposed in EU

    Binance MiCA License 2026: Who’s Still Exposed in EU

    CRYPTO REGULATION

    MiCA Deadline Passed: Binance, MEXC Still Live in the EU

    The EU’s MiCA compliance deadline hit on July 1, 2026, and by most coverage that should have been the end of the story for unlicensed exchanges. It wasn’t. Two weeks later, Binance, MEXC, and HTX are still processing trades for EU residents, according to a July 14 finding from AML Intelligence, an anti-money-laundering trade publication. If you’re holding funds on a platform you’re not sure is licensed, the deadline already passed and nothing changed. That gap between the law and what’s actually happening on your screen is the real story here, and it’s the part almost nobody’s telling you.

    The deadline that was supposed to be a cliff edge

    MiCA, the EU’s Markets in Crypto-Assets Regulation, has been rolling out in stages since 2023. The part that mattered most to ordinary users was Article 143’s grandfathering window: exchanges already operating under national registration before December 30, 2024 could keep serving customers while their full licence application worked through the system, with a hard backstop of July 1, 2026. Some countries cut that window short. The Netherlands, Finland, Latvia, Hungary, and Slovenia closed it at six months. France, Malta, Luxembourg, Czechia, and Estonia rode it all the way to the wire.

    On June 23, 2026, the European Securities and Markets Authority made the closure official, telling every unauthorised crypto-asset service provider to wind down “in an orderly manner”: stop onboarding new users, stop marketing, and help clients move assets to licensed platforms or self-custody wallets. No member state extended the window. Spain’s CNMV said publicly there would be no exceptions.

    That’s the version of the story most outlets ran with in the days around July 1: deadline hits, unlicensed platforms go dark. What actually happened is messier, and more useful to know if you have money sitting on one of these platforms right now.

    Binance’s Greek rejection, and what it actually means

    Binance is the headline case, and the timeline matters. The exchange had filed its CASP (Crypto-Asset Service Provider) application with Greece’s Hellenic Capital Market Commission. On June 24, six days before the deadline, Binance withdrew that application after Reuters reported the regulator was preparing to reject it. Reporting on the reason points to Binance’s “fit and proper” test, specifically its history of anti-money-laundering penalties and questions about majority owner Changpeng Zhao’s suitability, rather than incomplete paperwork.

    From July 1, Binance stopped taking new spot orders, deposits, and sign-ups from EU residents, and shut off Earn and staking products. Withdrawals stayed open. That last detail matters: this wasn’t a fund freeze. It was a shutoff of new activity, which is a very different risk profile than what a lot of alarmed coverage implied.

    Binance is not framing this as a ban, and it’s pushing back hard on that word.

    MiCA’s success should be judged by how many firms it brings into the regulated system, not by who it excludes. Gillian Lynch, Head of Europe, Binance. Comments reported by CoinDesk, July 3, 2026
    Binance says it intends to relicense somewhere else in the EU, reportedly France, which is entirely legal under MiCA’s single-passport structure: one national licence covers all 27 member states plus the EEA. Whether that’s normal jurisdiction shopping or a workaround for a legitimate fitness concern is a judgment call the article can’t settle, and neither can the regulators yet. It’s worth watching either way.

    Who’s licensed, who isn’t, who’s in between

    Lumping every exchange into “has a MiCA licence” or “doesn’t” flattens three genuinely different situations into one. Here’s where the major platforms actually stand.

    ExchangeStatusDetail
    CoinbaseLicensedAuthorised via Ireland and Luxembourg entities, operating normally
    KrakenLicensedAuthorised via Ireland and Luxembourg entities
    OKXLicensedAuthorised in Malta
    Crypto.comLicensedAuthorised in Malta
    Bybit EULicensed (partial)Austrian entity is licensed; the global Bybit platform is not, so the brand is split
    BinanceWithdrawn applicationPulled its Greek filing June 24, 2026 before an expected rejection; halted new EU activity July 1
    KuCoinLicensed, then suspendedHeld an Austrian licence, then Austria’s FMA banned new onboarding in February 2026 over AML staffing gaps
    MEXCNever appliedAppears on ESMA’s non-compliant register as of the July 16 update
    HTX, Bitget, Gate.io, BingX, Phemex, CoinEx, BloFinNot on the registerCombined estimated EU user base above 25 million accounts
    The KuCoin case is the one worth sitting with. It’s not a “never licensed” story. It’s a “had the licence, then lost operational standing” story, over compliance-officer staffing failures rather than a fresh rejection. That’s a harder risk to spot from the outside, because the platform looked fully legitimate right up until it wasn’t.

    The enforcement gap nobody’s talking about

    Here’s the part that should be leading every piece on this topic and mostly isn’t. AML Intelligence reported on July 14, roughly two weeks after the legal deadline, that Binance, MEXC, and HTX all remained practically accessible to EU users despite lacking authorisation. The law changed on July 1. Access didn’t, at least not immediately and not completely.

    The core finding: a platform being unlicensed under MiCA and a platform being unreachable are two different things right now. ESMA’s non-compliant register is a public list, not an internet kill switch. If your funds are on one of these platforms, “the deadline passed” is not the same as “my access is gone.”
    The regulatory register itself tells a similar story of a system still catching up. It sat around 243 to 244 authorised CASPs in the weeks before the deadline. By July 3 it had jumped to 280. By July 16, ESMA had added 14 more, bringing the total to 294, while also adding two more firms to its non-compliant list following action from Italy’s CONSOB, pushing that list to 164 entries including MEXC. A number that moves three times in six weeks is not a settled number. Some platforms currently labeled “unlicensed” in headlines are simply still waiting in the queue.

    And of those 294 authorisations, only around 14 to 15 actually cover the “operation of a trading platform” category, which is the one that matters most for a retail user placing orders. The rest are custody, brokerage, or payment-service licences. The headline number of authorised firms overstates how many of them are exchanges you’d recognize.

    Stablecoins got hit too: USDT’s quiet EU exit

    The exchange story has absorbed most of the attention, but MiCA’s e-money-token rules are reshaping the stablecoin market in parallel. Tether has not sought EMT authorisation for USDT, reportedly objecting to the reserve-composition and bank-deposit requirements that come with it. Licensed EU exchanges, including Coinbase and Kraken, have delisted or restricted USDT trading pairs as a result. Revolut is removing USDT from eligible European accounts by August 31, with new purchases already disabled since July 6.

    To be clear: holding USDT is not illegal for an individual in the EU. What’s closed is the regulated on-exchange path to buy or sell it. Circle’s USDC and EURC, which do hold EU e-money authorisation, picked up the shelf space Tether left behind, a clean first-mover payoff for the compliant option.

    The other side: is MiCA pricing out everyone but giants?

    Not everyone thinks the attrition here is a success story for consumer protection. Erald Ghoos, CEO of OKX Europe, a licensed competitor with something to gain from this exact narrative, has put a number on the scale of the shakeout.

    Almost 80% of the roughly 3,000 registered virtual asset service providers operating in the EU may not survive MiCA’s requirements. Erald Ghoos, CEO, OKX Europe. Reported via CoinDesk / Cryptonomist, July 3, 2026
    That figure, and the similar 75 percent estimate circulating in industry coverage, comes from interested parties, not from ESMA itself, and it’s worth flagging that Ghoos runs a firm that stands to pick up displaced users. It’s also worth weighing against a different number from Paybis: roughly 70 percent of EU crypto trading volume was already flowing through CASP-authorised platforms back in May 2026, months before enforcement began. If that’s right, the “80 percent of firms” framing may be technically accurate on headcount while overstating the real disruption to trading volume and user funds, since a large share of the at-risk registrations were small or dormant.

    The compliance cost argument has real teeth beyond the big-exchange story, though. Mateusz Kara, founder of the Polish exchange Ari10, one of the only Polish-founded firms to secure MiCA authorisation, said his company was effectively the sole survivor among roughly 2,000 registered Polish VASPs.

    The capital, paperwork, governance, and local-presence requirements combine to create costs that smaller projects may struggle to bear. Yuliya Barabash, Founder and Managing Partner, SBSB Fintech Lawyers. Guest column in CryptoSlate, July 16, 2026
    Alex Fazel, Chief Partnership Officer at Swissborg, framed the consumer side of the same coin: more than 10 million EU crypto users may need to find a new platform as unlicensed providers wind down. That’s the number that should worry a retail reader more than any exchange’s PR statement.

    What this actually means for you

    If you’re an EU resident with funds on Binance, MEXC, HTX, or a smaller unlicensed platform, check ESMA’s interim CASP register directly rather than assuming your platform’s marketing emails are the full picture. Don’t wait for withdrawals to close before you act. If you’re outside the EU, this doesn’t bind you directly, but a platform’s regulatory exit or restriction anywhere is a legitimate signal for how you think about counterparty risk everywhere else it operates.

    If you’re building in this space, the licence-versus-no-licence decision now runs through a specific gate: MiCA authorisation costs run into the millions of euros once you account for governance, AML/KYC infrastructure, and capital requirements, a real barrier if you’re pre-seed or scrappy. And if you already have a licence, KuCoin’s case is the reminder that “MiCA licensed” isn’t a permanent badge. It’s an ongoing supervisory relationship you can lose over an unfilled compliance role.


    Frequently asked questions

    Does the lack of a Binance MiCA licence mean EU users lose their funds?

    No. Binance says user assets remain safe and withdrawals stay open. What stopped on July 1 is new activity: new orders, deposits, sign-ups, and Earn or staking products for EU residents.

    Is USDT banned in Europe?

    No. Holding USDT is not illegal for EU individuals. MiCA-licensed exchanges have delisted USDT trading pairs because Tether hasn’t sought e-money-token authorisation, while Circle’s USDC and EURC remain listed.

    Can one EU country’s MiCA licence cover the whole bloc?

    Yes. A CASP licence from any single EU member state passports across all 27 countries and the wider EEA, which is why Binance can legally pursue relicensing through a different country after its Greek rejection.

    What happens if an exchange keeps serving EU users without a MiCA licence?

    Per ESMA’s April 2026 statement, any entity providing crypto-asset services to EU clients without authorisation is in breach of EU law and is required to cease those services, though enforcement on the ground is still catching up to that requirement.

    How many crypto exchanges are actually MiCA licensed right now?

    294 entities hold CASP authorisation across the EEA as of ESMA’s July 16, 2026 update, though only around 14 to 15 of those hold the specific trading-platform authorisation that covers a typical retail exchange.


    Where this goes next

    MiCA’s deadline was never going to be a single clean cut. It’s a legal line that passed on July 1 and an enforcement process that’s still working through a backlog on the other side of it, with the authorised list growing by dozens of firms every couple of weeks. Watch three things over the next six to eighteen months: whether ESMA moves from public naming to actual access restrictions for the firms on its non-compliant list, whether Binance’s French relicensing attempt succeeds or runs into the same fitness questions that sank its Greek bid, and whether the EBA’s proposed stablecoin fine framework, up to 12.5 percent of annual turnover, survives its consultation period ending September 28, 2026.

    Our read: the platforms betting that “orderly wind-down” means “slow enough to keep collecting fees” are making a reasonable bet for now. That won’t hold indefinitely once the register stabilizes and enforcement tools mature. If you’re holding assets on an unlicensed platform, the smart move is to migrate before that changes, not after.

    Want the next regulatory shift before it hits your feed? Subscribe to The Neural Loop at neuralwired.com/newsletter.

  • Deutsche Bank Data Breach 2026: What Actually Happened

    Deutsche Bank Data Breach 2026: What Actually Happened

    Deutsche Bank, Accenture, Nintendo: Vendor Risk 2026
    Cybersecurity / Enterprise Risk

    Deutsche Bank, Accenture, Nintendo: Vendor Risk 2026