Justin Sun Invests $8 Million in DeFi Project River as Token Rally Raises Trading Concerns

TheNewsCryptoPublicado a 2026-01-22Actualizado a 2026-01-22

Resumen

Justin Sun, founder of TRON, has invested $8 million in the DeFi project River, which focuses on cross-chain stablecoin infrastructure. Following the announcement, the RIVER token surged 24% to an all-time high of $49, despite the broader market rising only 1%. However, analytics firm CoinGlass warns that the price surge appears heavily driven by leveraged trading rather than genuine demand, with futures volume 80 times higher than spot trading. The investment aims to expand River’s protocol within the TRON ecosystem, including stablecoin pools and lending services. Analysts caution that the token’s volatility risk remains high due to its leverage-dependent price action.

Justin Sun, founder of TRON, has invested $8 million in the DeFi project called River, according to the announcement made on Wednesday. After the investment, the Rivers’ token (RIVER) increased 24% on the same day. Analyst warns that the price surge may be driven more by leveraged trading than by demand.

River Protocol’s Role in Cross-Chain Stablecoin Infrastructure

River protocol is a DeFi infrastructure project that mainly focuses on cross-chain stablecoins. The project aims to solve the problem of the users by making stablecoin work on multiple blockchains by making the users lock the collateral on one chain and mint a stablecoin on another blockchain. The project’s main product is satUSD, which is an omni chain stablecoin designed to move liquidity smoothly between blockchains.

River clearly says that Sun’s investment of $8 million will be used to expand the protocol inside the TRON ecosystem. The planned development includes the stablecoin pools with USDT and USDD, lending and borrowing via JustLend, and Price data from WinkLink.

Following the investment announcement, the River’s price surged to $49, reaching an all-time high when the broader market rose only 1% on that day. Currently, the tokens market value is around $900 million, with less than 20 million tokens in the circulations out of 100 million total supply

According to the analytics firm CoinGlass, RIVER futures trading volume was 80x higher than the spot trading. This means most activity comes from the leverage bets rather than the buying of the token.

CoinGlass Flags Leverage-Driven Trading and Engineered Price Action in RIVER

CoinGlass warns that the price of the token may be engineered and the moves were driven by the leverage, liquidation, and funding trades rather than the long term investors’ demand. GoinGlass says that this type of pattern has appeared in many tokens in recent years, with the price surges without the real demand and falls just as fast.

This highlights that Justin Sun’s investment gives River the credibility and capital. Analyst cautions that the token price surge appears heavily leveraged, and there is a high risk of volatility if the funding dynamics flip.

Highlighted Crypto News:

Green in a Red Market: Can SKY’s Momentum Cut Through the Cloud After a 8% Jump?

TagsCryptocurrencyTron

Criptos en tendencia

Preguntas relacionadas

QWho invested $8 million in the DeFi project River and what is his primary affiliation?

AJustin Sun, the founder of TRON, invested $8 million in the DeFi project River.

QWhat is the primary function and main product of the River Protocol?

ARiver Protocol is a DeFi infrastructure project focused on cross-chain stablecoins. Its main product is satUSD, an omni-chain stablecoin designed to move liquidity smoothly between different blockchains.

QWhat was the market reaction to the investment announcement, and what specific concern did analysts raise about the price surge?

AFollowing the investment announcement, the RIVER token's price surged 24% to an all-time high of $49. Analysts from CoinGlass warned that the price surge was likely driven by leveraged trading and futures activity rather than genuine long-term investor demand, raising concerns about engineered price action and high volatility.

QAccording to the analytics firm CoinGlass, how did the futures trading volume for RIVER compare to its spot trading volume?

AAccording to CoinGlass, the RIVER futures trading volume was 80 times higher than its spot trading volume.

QHow does the River Protocol plan to use the investment from Justin Sun within the TRON ecosystem?

AThe investment will be used to expand the protocol within the TRON ecosystem, including developing stablecoin pools with USDT and USDD, enabling lending and borrowing via JustLend, and integrating price data from WinkLink.

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 SUN

¡Bienvenido a HTX.com! Hemos hecho que comprar SUN (SUN) 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 SUN (SUN) 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 SUN (SUN)Después de comprar tu SUN (SUN), guárdalo en tu cuenta HTX. Alternativamente, puedes enviarlo a otro lugar mediante transferencia blockchain o utilizarlo para tradear otras criptomonedas.Paso 4: tradear SUN (SUN)Tradear fácilmente con SUN (SUN) 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.

581 Vistas totalesPublicado en 2024.12.12Actualizado en 2025.03.21

Cómo comprar SUN

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 SUN (SUN).

活动图片