Railgun launches ‘plug-and-play’ privacy DeFi layer for Ethereum

ambcryptoPublicado a 2026-01-23Actualizado a 2026-01-23

Resumen

Railgun has launched 'Railgun_connect', a universal plug-and-play privacy layer for Ethereum that enables users to interact with DeFi applications directly from private, shielded addresses without unshielding funds. This breakthrough overcomes the limitations of legacy privacy protocols like Zcash and Tornado Cash, which only allowed users to hide balances but not use them in DeFi. By leveraging zero-knowledge proofs, it maintains decentralization and privacy. The protocol is seeing massive demand, with a record daily average of 326 shields and cumulative volume reaching $4.5 billion, a 100% year-on-year increase. Its native token, RAIL, also recovered 25% amid a broader privacy coin rally.

Railgun [RAIL] has hit a key milestone that could scale privacy for DeFi like never before. The privacy mania has been so loud on token price gains, but the underlying protocols haven’t been very useful or scalable until now.

From Zcash to Tornado Cash, users could only deposit funds and shield them (hide) from the public or explorers. You can only park the funds there with limited utility.

However, to swap into a DeFi or use a lending protocol, one had to unshield and move the funds, making it easy to correlate and track the activity – A zero usability apart from hiding balances that limits legacy privacy protocols.

Now, the Ethereum [ETH]-based project has successfully tested Railgun_connect on CowSwap, effectively allowing private wallets to use DeFi platforms without unshielding and moving funds.

The project said,

“RAILGUN_connect is a first-of-its-kind tool for privacy and is a huge leap in making private addresses as functional as public ones.”

The team billed the feature as a ‘universal plug-and-play’ that will ‘eliminate the heavy work needed to build an integration to use a DeFi application from a private balance.’

Railgun leverages zero-knowledge proofs for shielded transfers, so interactions with DeFi frontends don’t compromise decentralization or privacy.

Railgun traction hits record high

The push for DeFi privacy at scale aligns with Ethereum’s vision and increasing appetite for such solutions.

In fact, the number of shields per day for tracking private wallets has been rising sharply since 2025. In early 2026, the daily average shield hit a record high of 326, further confirming the massive demand for privacy.

Additionally, the cumulative volume on the privacy protocol reached a record $4.5 billion, up from $2.4 billion a year ago. This translated into nearly 100% growth, or 2x, on a year-on-year (YoY) basis.

The native governance token, RAIL, didn’t fall behind amid this growing network traction. In fact, after the pullback earlier in the week, the token recovered 25%.

This was part of a broader privacy coins rally after the E.U.-U.S. tensions eased, following U.S. President Donald Trump’s tariff pause in favor of a potential Greenland deal.


Final Thoughts

  • Railgun unveiled Raingun_connect, a ‘plug and play’ feature to scale DeFi privacy
  • The privacy project has seen a record daily shield of 326 amid rising demand for privacy solutions.

Criptos en tendencia

Preguntas relacionadas

QWhat is the key innovation that Railgun has introduced for DeFi privacy on Ethereum?

ARailgun has introduced Railgun_connect, a 'plug-and-play' privacy layer that allows private wallets to interact with DeFi platforms like CowSwap without unshielding and moving funds, making private addresses as functional as public ones.

QHow does Railgun_connect improve upon previous privacy protocols like Zcash and Tornado Cash?

AUnlike earlier protocols that only allowed users to deposit and shield funds with limited utility, Railgun_connect enables direct interaction with DeFi applications (e.g., swapping, lending) from shielded balances without compromising privacy or requiring unshielding.

QWhat technology does Railgun use to ensure privacy and decentralization in its interactions with DeFi?

ARailgun leverages zero-knowledge proofs for shielded transfers, ensuring that interactions with DeFi frontends do not compromise decentralization or user privacy.

QWhat recent milestones has Railgun achieved in terms of user adoption and volume?

ARailgun reached a record daily average shield of 326 private wallets in early 2026, and its volume grew nearly 100% year-on-year, reaching a cumulative $4.5 billion, up from $2.4 billion a year ago.

QHow did the native token RAIL perform amid growing network traction, and what external factor contributed to its rally?

ARAIL recovered 25% after a pullback earlier in the week, benefiting from a broader privacy coins rally driven by eased E.U.-U.S. tensions following U.S. President Donald Trump's tariff pause in favor of a potential Greenland deal.

Lecturas Relacionadas

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

Claude has introduced a major new feature called "Record a Skill," available for Pro, Max, and Team users. This function, found in the Claude desktop app's CoWork menu, allows users to create reusable AI skills simply by recording their screen and providing voice narration while performing a task. Claude then automatically analyzes the recording and generates a functional Skill. A hands-on test confirmed the feature works seamlessly. Users start recording via the Skills manager, perform their workflow while verbally explaining the steps and logic, and avoid including sensitive information. After recording, Claude processes the content and creates the Skill, which can be saved and later invoked with a slash command (/). This eliminates the need for manual adjustments or writing complex instruction files. The innovation goes beyond mere efficiency. Previously, creating a Skill required writing a detailed SKILL.md file in Markdown—a significant barrier for non-technical users. "Record a Skill" bypasses this by directly capturing both actions and the implicit reasoning shared in the narration. This lowers the barrier to knowledge transfer and automation, addressing a core challenge in corporate knowledge management: the difficulty of getting experts to write and maintain documentation. However, the feature also highlights a shift in the nature of work. A case study from March 2026 showed a freelancer whose five-year client relationship was effectively replaced by a hand-coded Claude Skill automating their content workflow. With the even lower barrier of screen recording, the ability to distill personal expertise into automatable skills accelerates this trend. The "moat" for work is moving from simply knowing how to do a task to mastering tasks that are difficult or impossible to automate.

marsbitHace 6 min(s)

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

marsbitHace 6 min(s)

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

Feeding "Noise" to AI Can Improve Performance: A Method Enables Positive Transfer from Noise This work, Semi-Supervised Noise Adaptation (SSNA), introduces a Noise Adaptation Framework (NAF) that challenges traditional transfer learning. Instead of requiring a labeled source domain of real data (e.g., images, text), NAF uses randomly generated Gaussian noise as the source. For a target task with C classes, it constructs C noise clusters by sampling from Gaussian distributions. Although this synthetic noise contains no semantic meaning, NAF trains it to form a discriminative class structure in a shared representation space—clustering same-class noise and separating different classes. The key is aligning this learned structure from the noise domain to the real, sparsely labeled target domain. A small number of target labels are still essential to establish the correspondence between noise clusters and actual classes. The training objective combines: 1) supervised loss on the few labeled target samples, 2) classification loss for the noise to build its structure, and 3) a distribution alignment loss (using Negative Domain Similarity) to minimize the gap between the noise and target domains in the shared space. Experiments show significant gains in few-label settings. With just 4 labels per class, NAF with a ResNet-18 backbone improves accuracy over a standard supervised baseline (ERM) by +12.35% on CIFAR-10, +7.61% on CIFAR-100, +4.38% on DTD-47, and +2.74% on Caltech-101. It also benefits fine-grained datasets and scales to ImageNet-1K (with 100 labels/class) and text classification (AG News). NAF can be integrated into existing semi-supervised methods like FixMatch for further gains. Ablation studies confirm the transferred benefit comes from the discriminative structure of the noise, not randomness itself. Collapsing all noise into a single point causes negative transfer, while increasing separation between noise cluster centers improves performance. The amount of noise per class is less critical once a basic structure forms. In conclusion, this work demonstrates that for positive transfer, the semantic content of source data may not be necessary. What can be effectively transferred is the *organizational structure* of categories within a representation space. This offers a promising alternative for scenarios where real source data is unavailable due to privacy, copyright, or procurement constraints.

marsbitHace 7 min(s)

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

marsbitHace 7 min(s)

Trading

Spot

Artículos destacados

Cómo comprar LAYER

¡Bienvenido a HTX.com! Hemos hecho que comprar Solayer (LAYER) sea simple y conveniente. Sigue nuestra guía paso a paso para iniciar tu viaje de criptos.Paso 1: crea tu cuenta HTXUtiliza tu correo electrónico o número de teléfono para registrarte y obtener una cuenta gratuita en HTX. Experimenta un proceso de registro sin complicaciones y desbloquea todas las funciones.Obtener mi cuentaPaso 2: ve a Comprar cripto y elige tu método de pagoTarjeta de crédito/débito: usa tu Visa o Mastercard para comprar Solayer (LAYER) al instante.Saldo: utiliza fondos del saldo de tu cuenta HTX para tradear sin problemas.Terceros: hemos agregado métodos de pago populares como Google Pay y Apple Pay para mejorar la comodidad.P2P: tradear directamente con otros usuarios en HTX.Over-the-Counter (OTC): ofrecemos servicios personalizados y tipos de cambio competitivos para los traders.Paso 3: guarda tu Solayer (LAYER)Después de comprar tu Solayer (LAYER), guárdalo en tu cuenta HTX. Alternativamente, puedes enviarlo a otro lugar mediante transferencia blockchain o utilizarlo para tradear otras criptomonedas.Paso 4: tradear Solayer (LAYER)Tradear fácilmente con Solayer (LAYER) en HTX's mercado spot. Simplemente accede a tu cuenta, selecciona tu par de trading, ejecuta tus trades y monitorea en tiempo real. Ofrecemos una experiencia fácil de usar tanto para principiantes como para traders experimentados.

340 Vistas totalesPublicado en 2025.02.11Actualizado en 2026.06.02

Cómo comprar LAYER

Discusiones

Bienvenido a la comunidad de HTX. Aquí puedes mantenerte informado sobre los últimos desarrollos de la plataforma y acceder a análisis profesionales del mercado. A continuación se presentan las opiniones de los usuarios sobre el precio de LAYER (LAYER).

活动图片