State Street, Galaxy and Ondo join tokenized cash race with 24/7 sweep fund

cointelegraphPublicado em 2025-12-11Última atualização em 2025-12-11

Resumo

State Street Investment Management, Galaxy Asset Management, and Ondo Finance are launching a tokenized liquidity fund called the State Street Galaxy Onchain Liquidity Sweep Fund (SWEEP). The fund will use PayPal’s PYUSD stablecoin to allow accredited investors to move cash "sweep" balances onto public blockchains, enabling 24/7 onchain liquidity. Ondo will seed the fund with $200 million. State Street will serve as custodian, while Galaxy provides digital asset infrastructure. The fund is set to launch on Solana in early 2026, with plans to expand to Stellar and Ethereum using Chainlink’s CCIP. This move places SWEEP in a growing race among institutions like BlackRock and Franklin Templeton to define onchain cash and tokenized real-world assets (RWA). The partnership highlights the convergence of traditional finance and crypto, with each firm contributing regulatory oversight, infrastructure, and distribution networks. Solana was chosen for its low fees and fast settlement, appealing to large institutions adopting blockchain for digital assets.

State Street Investment Management and Galaxy Asset Management are joining forces with Ondo Finance on a tokenized liquidity fund that pushes cash “sweep” balances directly onto public blockchains, opening up a source of potential 24/7 onchain liquidity.

The planned State Street Galaxy Onchain Liquidity Sweep Fund, or SWEEP, is designed to take in and pay out PayPal’s (PYUSD) stablecoin for accredited investors, the companies said Tuesday.

Ondo is expected to seed the fund with $200 million, tying a major tokenized real-world asset (RWA) issuer directly into State Street’s tokenization stack. The fund will be powered by Galaxy Digital infrastructure, and State Street Bank and Trust Company, an affiliate of State Street Investment Management, will act as custodian.

SWEEP is set to launch on Solana in early 2026, with rollouts on other networks, including Stellar and Ethereum, to follow, using Chainlink’s Cross-Chain Interoperability Protocol (CCIP).

Related: Solana and Coinbase’s Base connect together using Chainlink

Race to define onchain cash

The move drops another heavyweight into an increasingly crowded race to define what “onchain cash” looks like for institutions. BlackRock and Franklin Templeton already run tokenized cash‐management vehicles, including money‐market and other short‐term fixed‐income funds, on public blockchains. For its part, Ondo has built a business around wrapping Treasurys and other credit exposures into onchain vehicles that can plug into crypto markets.

“By partnering with Galaxy, we will push the envelope together and drive the evolution of the TradFi landscape onchain,” said Kim Hochfeld, global head of cash and digital assets for State Street Investment Management.

“Tokenization is rapidly becoming the connective tissue between traditional finance and the onchain economy,” said Ian De Bode, president of Ondo Finance. “Our planned investment would not only anchor this innovative fund – but also supports the continued growth of Ondo’s fund that offers institutional investors exposure to short-term US Treasuries with 24/7 instant mints and redemptions.”

Source: Ondo Finance

Related: Blockchain trial on Canton Network tests collateral reuse with tokenized US Treasurys

Building an onchain capital markets stack

The launch comes as tokenized funds and tokenized equities are starting to resemble components of an emerging onchain capital markets stack more than isolated pilots.

Superstate opened up onchain capital raising for US Securities and Exchange Commission‐registered public companies via its Direct Issuance Programs on Ethereum and Solana Wednesday, targeting the equity side of that stack by letting issuers sell new stock directly for stablecoins and settle immediately to investor wallets.

State Street’s partnership with Galaxy and Ondo also highlights how the roles are shaping up as traditional finance and crypto firms share the same products. State Street brings Big Four regulatory cover and custody, Galaxy contributes digital‐asset infrastructure and tokenization expertise, and Ondo provides both capital and an existing RWA distribution network.

Related: Galaxy expands into UAE as part of Middle East push

Solana’s role in the tokenization race

Solana’s role as the initial venue highlights a second competitive race unfolding beneath the product arms race. The chain has become a favored home for tokenized assets and high‐throughput trading, from tokenized public shares to experiments in onchain liquidity funds, as issuers look for lower fees and fast settlement.

Source: Solana

Some of the largest institutions in the world have chosen the Solana blockchain for their digital assets play, including Western Union, which processes over $100 billion in remittance volume every year, and Pfizer, which processes $2 trillion of merchant payment volume annually. Physical staked exchange-traded funds (ETFs) on Solana have also almost reached $1 billion in assets under management.

Launching on Solana first, with plans to expand to Stellar and Ethereum, allows SWEEP to tap into multiple ecosystems where stablecoins and RWA tokens are already part of the infrastructure.

Criptomoedas em alta

Leituras Relacionadas

Rubin Ultra Makes Major Cuts, Even Nvidia Can't Handle Memory Price Hikes?

NVIDIA's Rubin Ultra, the top-tier variant of the newly announced Rubin AI accelerators, has reportedly seen significant specification downgrades, according to an industry report from SemiAnalysis. Initially designed with four compute dies (4-die), the Rubin Ultra is now said to be reduced to a 2-die design. Key changes highlighted in the report include: * **No increase in peak theoretical compute performance**, remaining at 35 PFLOPs like the standard Rubin. * **Severe reduction in memory capacity** to 192GB using 8-Hi HBM stacks, which is less than the standard Rubin's 288GB using 12-Hi stacks. * **Negligible memory bandwidth improvement** of only 1 TB/s. * **Slightly higher chip-level power consumption**. * The **primary upgrade is a massive increase in scale-up interconnect capacity**, supporting connections for up to 576 GPUs via NVLink, compared to 72 for the standard Rubin. The report suggests the redesign is primarily a cost-optimization move driven by the sharp rise in HBM (High-Bandwidth Memory) prices. By reducing the expensive HBM content and shifting investment towards enhanced system-scale networking, NVIDIA aims to maintain the platform's value for large-scale AI training clusters while managing soaring material costs. The news reportedly triggered a sell-off in South Korean memory stocks, with SK Hynix and Samsung shares falling around 8%, as markets grew concerned that NVIDIA—a major HBM buyer—might be reducing its reliance on high-capacity memory, potentially capping future pricing power for memory makers.

Odaily星球日报Há 11m

Rubin Ultra Makes Major Cuts, Even Nvidia Can't Handle Memory Price Hikes?

Odaily星球日报Há 11m

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

This article introduces a novel training paradigm for generative models called Explorative Modeling (XM), which enables true end-to-end training. Traditionally, powerful generative models like autoregressive and diffusion models are not trained end-to-end. They are trained to predict a single small step but require iterative multi-step sampling for inference. This "exposure bias" leads to error accumulation and limits performance. The core challenge XM addresses is "mode blurring." In generative tasks, a single input (e.g., "generate a dog") corresponds to many valid outputs (multiple modes). Standard training objectives like reconstruction loss force the model to average these modes, producing unrealistic, blurry outputs. To avoid this, existing models break generation into many small, almost deterministic steps, sacrificing end-to-end training. XM tackles this by restructuring the training loop itself. Its key insight is to amplify "generative expressivity." For each training input, instead of generating one sample, the model generates K candidate outputs. Only the candidate closest to the real data is used for computing the loss and updating the model via backpropagation. This simple "best-of-K" mechanism is implemented as a short for-loop. By exploring multiple possibilities, the model learns to distribute its guesses across different modes rather than collapsing to their uninformative average. The paper demonstrates that "exploration" acts as a new, powerful scaling axis. Gains from XM increase with model size, data scale, and compute. Experiments show improvements in FID scores for image generation and significant efficiency gains, sometimes outperforming larger models without exploration. When pushed to the limit, XM enables fully single-step, end-to-end generative models. In robotics tasks, an "Explorative Policy" matched the performance of a 100-step Diffusion Policy with a single forward pass, drastically improving inference speed. While the best-of-K concept is not entirely new, the authors' contribution lies in formally understanding it as a direct method to boost generative expressivity without fragmenting the generation process. This work suggests that as models scale, enhancing exploration during training may become crucial for overcoming fundamental performance bottlenecks.

marsbitHá 1h

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

marsbitHá 1h

Trading

Spot

Artigos em Destaque

Como comprar ONDO

Bem-vindo à HTX.com!Tornámos a compra de OndoFinance (ONDO) simples e conveniente.Segue o nosso guia passo a passo para iniciar a tua jornada no mundo das criptos.Passo 1: cria a tua conta HTXUtiliza o teu e-mail ou número de telefone para te inscreveres numa conta gratuita na HTX.Desfruta de um processo de inscrição sem complicações e desbloqueia todas as funcionalidades.Obter a minha contaPasso 2: vai para Comprar Cripto e escolhe o teu método de pagamentoCartão de crédito/débito: usa o teu visa ou mastercard para comprar OndoFinance (ONDO) instantaneamente.Saldo: usa os fundos da tua conta HTX para transacionar sem problemas.Terceiros: adicionamos métodos de pagamento populares, como Google Pay e Apple Pay, para aumentar a conveniência.P2P: transaciona diretamente com outros utilizadores na HTX.Mercado de balcão (OTC): oferecemos serviços personalizados e taxas de câmbio competitivas para os traders.Passo 3: armazena teu OndoFinance (ONDO)Depois de comprar o teu OndoFinance (ONDO), armazena-o na tua conta HTX.Alternativamente, podes enviá-lo para outro lugar através de transferência blockchain ou usá-lo para transacionar outras criptomoedas.Passo 4: transaciona OndoFinance (ONDO)Transaciona facilmente OndoFinance (ONDO) no mercado à vista da HTX.Acede simplesmente à tua conta, seleciona o teu par de trading, executa as tuas transações e monitoriza em tempo real.Oferecemos uma experiência de fácil utilização tanto para principiantes como para traders experientes.

481 Visualizações TotaisPublicado em {updateTime}Atualizado em 2026.06.02

Como comprar ONDO

Discussões

Bem-vindo à Comunidade HTX. Aqui, pode manter-se informado sobre os mais recentes desenvolvimentos da plataforma e obter acesso a análises profissionais de mercado. As opiniões dos utilizadores sobre o preço de ONDO (ONDO) são apresentadas abaixo.

活动图片