Wall Street Cracks: JPMorgan Moves To Offer Crypto Trading

bitcoinistPubblicato 2025-10-14Pubblicato ultima volta 2025-10-14

Introduzione

Wall Street hasn’t always been friendly toward crypto. For years, big lenders treated it like a passing fad or a...

Trusted Editorial content, reviewed by leading industry experts and seasoned editors. Ad Disclosure

Wall Street hasn’t always been friendly toward crypto. For years, big lenders treated it like a passing fad or a risky playground for retail traders. But that attitude is shifting fast. JPMorgan’s plan to let clients trade digital assets marks a turning point — a signal that the most traditional corners of finance are finally warming up to crypto. What was once dismissed as speculation is now being folded into mainstream banking strategy.

JPMorgan Chase is building services that would let its clients trade cryptocurrencies directly through the bank, senior executives told journalists this week.

According to comments made on CNBC, the bank’s global head of markets and digital assets, Scott Lucas, said trading is being developed while custody — holding crypto directly for clients — is “not on the horizon near-term.”

JPMorgan’s Public Push Into Tokens And Trading

The bank has moved quietly but clearly. It ran a pilot of a deposit token called JPMD on Coinbase’s Base blockchain in June, a step that aims to make bank deposits usable on public chains for institutional clients.

Scott Lucas outlines JPMorgan’s strategy for engaging with the blockchain sector. Source: CNBC

At the same time, JPMorgan has widened cooperation with Coinbase so Chase customers can link bank accounts to Coinbase wallets, a link between big banking rails and consumer crypto platforms. Those moves were mentioned by bank executives as part of an “and” approach — keeping traditional services while adding digital options.

Risk Appetite Will Shape The Rollout

Executives say risk rules and regulatory checks will shape how far the bank goes. Lucas said the firm is looking at what “the right custodians” would look like rather than taking custody itself for now.

That suggests JPMorgan would rely on third parties if and when it offers custody services, keeping its balance sheet and compliance teams at arm’s length from the security and legal complexities of holding private keys.

Total crypto market cap currently at $3.74 trillion. Chart: TradingView

JPMorgan Also Considering Loans Backed By Crypto

Beyond trading, there are signs JPMorgan is exploring other services tied to crypto. Reports say the bank is weighing offering loans backed by cryptocurrency holdings — a move that could arrive as early as next year if approved internally and cleared by regulators.

That would mark a notable shift for a bank whose CEO long warned about crypto risks but has recently allowed client access to Bitcoin trading in statements to investors.

Image: Da-kuk/Getty Images

Timelines And Custody Partners

For customers and market watchers, the key questions remain: which clients will get access first, which coins will be tradable, and who will custody assets if custody is outsourced.

The bank’s statements point to a careful, staged approach — trading first, custody later — and regulators in the US will likely follow closely.

Expect more detail from JPMorgan as pilot programs like JPMD and partnerships with exchanges produce results and as the bank outlines compliance safeguards.

Featured image from Unsplash, chart from TradingView

Editorial Process for bitcoinist is centered on delivering thoroughly researched, accurate, and unbiased content. We uphold strict sourcing standards, and each page undergoes diligent review by our team of top technology experts and seasoned editors. This process ensures the integrity, relevance, and value of our content for our readers.

Christian, a journalist and editor with leadership roles in Philippine and Canadian media, is fueled by his love for writing and cryptocurrency. Off-screen, he's a cook and cinephile who's constantly intrigued by the size of the universe.

Letture associate

From Suppliers to Shareholders: The Big Three Memory Chip Giants Jointly Invest in Anthropic, AI Supply Chain Power Structure Undergoing Reshuffle

For the first time, memory chip giants Micron, Samsung, and SK hynix have jointly invested in the same AI company, Anthropic, as part of its massive $65 billion Series H funding round. This strategic move, positioning the three rival HBM suppliers as "strategic infrastructure partners," highlights a fundamental shift in the AI industry's power dynamics. With HBM (High Bandwidth Memory) being a critically scarce resource essential for AI model training and inference, securing a stable supply has become a key competitive differentiator. By making these chipmakers shareholders, Anthropic aims to lock in this vital component for its rapid expansion, which includes securing major compute commitments from Amazon, Google, and others. For the memory trio, this investment represents a strategic bet on defining the future of AI hardware. Each company gains: SK hynix reinforces its dominant position in the NVIDIA supply chain; Samsung diversifies its client base beyond NVIDIA; and Micron leverages its geopolitical significance as the sole US-based HBM maker. Their collective move signals that competition in AI is evolving beyond model capability to encompass control over the entire compute supply chain—from chips and memory to power and networking. This vertical integration trend, where infrastructure providers become direct stakeholders in AI firms, marks the industry's maturation as AI transforms from a research project into essential global infrastructure, setting the stage for a new era of ecosystem competition.

marsbit8 min fa

From Suppliers to Shareholders: The Big Three Memory Chip Giants Jointly Invest in Anthropic, AI Supply Chain Power Structure Undergoing Reshuffle

marsbit8 min fa

Investment Philosophy of Gavin Baker, an Early Nvidia Investor: Long AI Infrastructure Bottlenecks, Short Overall Market Risk

Gavin Baker, an early investor in Nvidia and founder of Atreides Management, outlines his investment philosophy: going long on AI infrastructure bottlenecks while hedging against broader market risk. He argues AI is not a bubble but a supercycle driven by constraints in power, wafers (semiconductors), and compute efficiency (tokens per watt). True alpha, he believes, lies not in application-layer companies like OpenAI but in "picks and shovels" providers—companies solving physical bottlenecks in GPU connectivity (e.g., Astera Labs), memory (Micron), inference chips (Cerebras, Positron), advanced manufacturing (TSMC, ASML), and energy supply. His portfolio reflects this barbell strategy: concentrated bets on key infrastructure players alongside a significant put position on the QQQ ETF to hedge overall market downside. Baker contends this cycle differs from the dot-com bubble because demand is fueled by the strong balance sheets of hyperscalers (Google, Meta, Amazon, Microsoft), not debt, and physical supply constraints (e.g., chip manufacturing capacity) prevent runaway overinvestment. He highlights the growing importance of inference (vs. pre-training), vertical/small language models, sovereign infrastructure deployment speed, and the convergence of energy and space (e.g., orbital compute). His long-term view is that performance-per-watt and token cost reduction will dictate winners as AI scaling hits fundamental physical limits.

marsbit1 h fa

Investment Philosophy of Gavin Baker, an Early Nvidia Investor: Long AI Infrastructure Bottlenecks, Short Overall Market Risk

marsbit1 h fa

Apple Re-invented Image Compression with AI: Same Quality, One-Third the File Size

Apple’s PICO: An AI-Powered Image Codec That Cuts File Size by Two-Thirds at Equal Perceived Quality In 2025, JPEG AI became the first international standard for learned image compression. However, it, like most codecs, still prioritizes mathematical metrics like PSNR over true perceptual quality—what the human eye finds pleasing. Apple researchers have introduced PICO (Perceptual Image Codec), a neural codec designed to optimize for human perception. It tackles key practical challenges: 1) Speed: A novel "one-shot context model" accelerates entropy encoding without sacrificing compression efficiency. 2) Artifacts: A dedicated TextFidelity loss preserves text clarity, and a TilingArtifact loss eliminates color seams between image tiles processed in parallel. 3) Control: It avoids the "hallucinations" common in GAN-based perceptual models. In a large-scale human evaluation (74,925 comparisons), PICO achieved the same perceived quality as standards like AV1, VVC, and JPEG AI while using only 30-43% of the bitrate. It also outperforms other learned perceptual codecs by 20-40%. Remarkably, it runs in 230ms (encode) and 150ms (decode) on an iPhone 17 Pro Max. While less efficient on synthetic graphics, PICO represents a significant shift from optimizing mathematical scores to directly targeting human visual experience, making high-quality perceptual compression practical for consumer devices. The work builds on expertise from WaveOne, whose team joined Apple and previously advanced neural video compression.

marsbit2 h fa

Apple Re-invented Image Compression with AI: Same Quality, One-Third the File Size

marsbit2 h fa

Trading

Spot
Futures
活动图片