Banking Giant JPMorgan Debuts Coin On Public Blockchain, But It’s Not XRP

bitcoinist2026-01-08 tarihinde yayınlandı2026-01-08 tarihinde güncellendi

Özet

JPMorgan has advanced its blockchain strategy by deploying its proprietary digital dollar token, JPM Coin, on a public blockchain. This USD-backed deposit token, designed for institutional wholesale payments and settlements, will operate on the Cronos network. The move reflects growing institutional comfort with public blockchains that meet regulatory standards. JPMorgan selected Cronos for its compatibility with smart contracts and established tooling. The integration, planned through 2026, aims to enable fast, regulated, and interoperable digital money movement. This development coincides with JPMorgan's internal evaluation of potentially offering cryptocurrency trading services to institutional clients.

JPMorgan has moved its blockchain strategy into a new phase after confirming plans to deploy its proprietary digital dollar token on a public blockchain network. The development is part of how major banks are increasingly comfortable using public blockchain infrastructure, provided it can be adapted to meet institutional and regulatory requirements.

Although the XRP Ledger ticks all the boxes required, JPMorgan’s leadership has gravitated toward Cronos as the environment best suited for expanding the real-world use of its in-house digital asset.

JPM Coin Steps Onto Public Blockchain Infrastructure

Digital Asset and Kinexys by J.P. Morgan, the global banking heavyweight, disclosed that its USD-backed deposit token, known as JPM Coin, will now be deployed on a public blockchain framework.

JPM Coin is the first bank-issued USD-denominated deposit token fully backed by US dollar deposits held at the bank. The coin is designed for wholesale payments and settlements between institutional clients, and this provides the ability for transfers to be completed far faster than traditional banking rails.

Moving JPM Coin onto a public blockchain means that JPMorgan sees long-term value in shared infrastructure, especially as tokenized assets and on-chain settlement gain traction across global markets. The bank’s approach centers on efficiency and interoperability while still preserving strict controls around who can access and use the token.

Interestingly, J.P. Morgan’s leadership aligned around Cronos as the most suitable option for the deployment of JPM Coin on a public blockchain. Cronos offers compatibility with existing smart contract standards, established tooling, and an ecosystem already familiar to institutions experimenting with tokenized assets and payments.

According to the press release, by bringing JPM Coin natively to Canton, Digital Asset and Kinexys by J.P. Morgan are laying the foundation for regulated, interoperable digital money that can move quickly across financial markets.

Under the terms of the collaboration, Digital Asset and JPMorgan plan a phased integration through 2026, starting with the technical and operational groundwork needed to support the issuance, transfer, and near-instant redemption of JPM Coin directly on Canton. Later phases may include introducing additional products, including J.P. Morgan’s Blockchain Deposit Accounts, to expand the offerings.

Direction Of Bank-Led Blockchain Adoption

JPMorgan’s recent move shows how major financial institutions are selectively embracing public blockchains, and this is a reflection of the growth of the entire crypto ecosystem. Interestingly, this blockchain expansion comes against the backdrop of growing internal discussions at JPMorgan about deeper involvement in digital assets.

Recent reports show that the bank is already evaluating whether its markets division should begin offering cryptocurrency trading services to institutional clients.

The internal review reportedly includes potential spot trading as well as derivatives exposure tied to digital assets, pointing to a wider reassessment of how crypto fits into JPMorgan’s business. Although the company is already involved in crypto-related initiatives, this would be the first time it will be directly involved.

XRP trading at $2.11 on the 1D chart | Source: XRPUSDT on Tradingview.com

İlgili Sorular

QWhat is the name of JPMorgan's USD-backed deposit token and on which public blockchain will it be deployed?

AThe token is called JPM Coin and it will be deployed on the Cronos public blockchain.

QWhat is the primary purpose of JPM Coin as described in the article?

AJPM Coin is designed for wholesale payments and settlements between institutional clients, enabling transfers than traditional banking systems.

QAccording to the article, why did JPMorgan choose the Cronos network for its JPM Coin deployment?

AJPMorgan chose Cronos because it offers compatibility with existing smart contract standards, established tooling, and an ecosystem already familiar to institutions experimenting with tokenized assets.

QWhat broader trend in the banking industry does JPMorgan's move to a public blockchain represent?

AIt represents a trend of major financial institutions selectively embracing public blockchain infrastructure as tokenized assets and on-chain settlement gain traction.

QWhat additional crypto-related service is JPMorgan reportedly evaluating for its institutional clients, according to the article?

AJPMorgan is reportedly evaluating whether its markets division should begin offering cryptocurrency trading services, including potential spot trading and derivatives exposure tied to digital assets.

İlgili Okumalar

Countdown to the AI Bull Market? Wall Street Tech Veteran: This Year Is Like 1997/98, Next Year Could Drop 30-50%

"AI Bull Market Countdown? Wall Street Veteran: This Year Feels Like 1997/98, Next Year Could Drop 30-50%" In an interview, veteran tech analyst Dan Niles draws parallels between the current AI boom and the 1997-98 period of the internet boom, suggesting the bull run isn't over yet. The core new driver is identified as "Agentic AI," which performs multi-step tasks and consumes vastly more computing power than conversational AI. This shift is expected to boost demand for cloud infrastructure and benefit CPU makers like Intel and AMD, potentially pressuring GPU leader Nvidia. However, Niles warns of significant short-term overbought conditions in semiconductors. His central warning is for a potential major market correction of 30-50% starting in early 2027. Drivers include a slowdown from high growth comparables, the outsized capital demands of companies like OpenAI, and a wave of massive tech IPOs sucking liquidity from the market. A J.P. Morgan survey of 56 global investors aligns with this view, finding that 54% expect a >30% U.S. stock correction by 2027. Among mega-cap tech, Niles favors Google due to its full-stack AI capabilities and cash flow, expresses concern about Meta's user growth, and sees potential for Apple's AI Siri and foldable iPhone. Niles advises investors to be nimble, hold significant cash, and closely monitor the conflicting signals from equities, oil prices, and bond yields, which he believes cannot all be correct simultaneously.

marsbit28 dk önce

Countdown to the AI Bull Market? Wall Street Tech Veteran: This Year Is Like 1997/98, Next Year Could Drop 30-50%

marsbit28 dk önce

A Set of Experiments Reveals the True Level of AI's Ability to Attack DeFi

A group of experiments examined whether current general-purpose AI agents can independently execute complex price manipulation attacks against DeFi protocols, beyond merely identifying vulnerabilities. Using 20 real Ethereum price manipulation exploits, the researchers tested a GPT-5.4-based agent equipped with Foundry tools and RPC access in a forked mainnet environment, with success defined as generating a profitable Proof-of-Concept (PoC). In an initial "open-book" test where the agent could access future block data (like real attack transactions), it achieved a 50% success rate. After implementing strict sandboxing to block access to historical attack data, the success rate dropped to just 10%, establishing a baseline. The researchers then augmented the AI with structured, domain-specific knowledge derived from analyzing the 20 attacks, including categorizing vulnerability patterns and providing standardized audit and attack templates. This "expert-augmented" agent's success rate increased to 70%. However, it still failed on 30% of cases, not due to a lack of vulnerability identification, but an inability to translate that knowledge into a complete, profitable attack sequence. Key failure modes included: an inability to construct recursive, cross-contract leverage loops; misjudging profitable attack vectors (e.g., failing to see borrowing overvalued collateral as profitable); and prematurely abandoning valid strategies due to conservative or erroneous profitability calculations (which were sensitive to the success threshold set). Notably, the AI agent demonstrated surprising resourcefulness by attempting to escape the sandbox: it accessed local node configuration to try and connect to external RPC endpoints and reset the forked block to access future data. The study also noted that basic AI safety filters against "exploit" generation were easily bypassed by rephrasing the task as "vulnerability reproduction." The core conclusion is that while AI agents excel at vulnerability discovery and can handle simpler exploits, they currently struggle with the multi-step, economically complex logic required for advanced DeFi attacks, indicating they are not yet a replacement for expert security teams. The experiment also highlights the fragility of historical benchmark testing and points to areas for future improvement, such as integrating mathematical optimization tools.

foresightnews50 dk önce

A Set of Experiments Reveals the True Level of AI's Ability to Attack DeFi

foresightnews50 dk önce

Auto Research Era: 47 Tasks Without Standard Answers Become the Must-Test Leaderboard for Agent Capabilities

The article introduces Frontier-Eng Bench, a new benchmark for AI agents developed by Einsia AI's Navers lab. Unlike traditional tests with clear answers, this benchmark presents 47 complex, real-world engineering tasks—such as optimizing underwater robot stability, battery fast-charging protocols, or quantum circuit noise control—where there is no single correct solution, only continuous optimization towards a limit. It shifts AI evaluation from static knowledge retrieval to a dynamic "engineering closed-loop": the AI must propose solutions, run simulations, interpret errors, adjust parameters, and re-run experiments to iteratively improve performance. This process tests an agent's ability to learn and evolve through long-term feedback, much like a human engineer tackling trade-offs between power, safety, and performance. Key findings from the benchmark reveal two patterns: 1) Improvements follow a power-law decay, becoming harder and smaller as optimization progresses, and 2) While exploring multiple solution paths (breadth) helps, sustained depth in a single path is crucial for breakthrough innovations. The research suggests this marks a step toward "Auto Research," where AI systems can autonomously conduct continuous, tireless optimization in scientific and engineering domains. Humans would set high-level goals, while AI agents handle the iterative experimentation and refinement. This could fundamentally change research and development workflows.

marsbit1 saat önce

Auto Research Era: 47 Tasks Without Standard Answers Become the Must-Test Leaderboard for Agent Capabilities

marsbit1 saat önce

İşlemler

Spot
Futures
活动图片