Brother Sun and CZ Jointly Endorse, New Stablecoin United Stables (U) Emerges

Odaily星球日报Publicado a 2026-01-13Actualizado a 2026-01-13

Resumen

New stablecoin United Stables (U) has been listed on multiple exchanges including Binance, Gate, and BitMart, with HTX launching it earlier on December 18 alongside a 20% APY earnings program. Positioned as a next-generation stablecoin for trading, payments, and AI-native ecosystems, U aggregates liquidity across different chains and assets, with a current supply of 409 million tokens on BNB Chain and Ethereum. The project gained significant attention due to endorsements from industry leaders CZ (Binance founder) and Justin Sun (HTX advisor). Both publicly engaged with United Stables’ social media, and CZ hinted at U being a "second-generation stablecoin" during an AMA. Athena Y, a co-founder of U and former executive director of Binance Charity Foundation, also adds credibility. U is backed 1:1 by a mix of USD and major audited stablecoins (USDT, USDC, USD1), featuring real-time Proof of Reserves (PoR) and monthly audits. It is fully integrated into BSC’s DeFi ecosystem, including platforms like PancakeSwap and ListaDAO, and is supported by major wallets like Trust Wallet and SafePal.

Original | Odaily Planet Daily (@OdailyChina)

Author | Golem (@web 3_golem)

Today, multiple cryptocurrency exchanges including Binance, Gate, BitMart, and others have successively announced the listing of the stablecoin United Stables (U). Previously, Huobi HTX had already taken the lead in listing U on December 18th, simultaneously launching a wealth management activity with an annualized rate as high as 20%.

United Stables (U) positions itself as a next-generation stablecoin built for trading, payments, wealth management, and an AI-native ecosystem, reintegrating liquidity scattered across different chains and different assets. It is currently live on BNB Chain and Ethereum, with a cumulative issuance of 409 million tokens.

In the current fiercely competitive stablecoin market, United Stables quickly attracted community attention, primarily because it has gained the endorsement of two top influencers in the crypto circle—CZ and Justin Sun. Since BNB Chain previewed the launch of a new stablecoin on December 16th, the community noticed that CZ and Justin Sun successively followed the official United Stables X account, causing its popularity to soar rapidly.

CZ and Justin Sun follow the United Stables(U) X account

On December 18th, crypto blogger Australian Lion Brother posted that CZ mentioned stablecoins extensively in that day's AMA and hinted that United Stables(U) is a second-generation stablecoin. These signs also led the market to speculate that CZ may be deeply involved with the United Stables project.

Interestingly, United Stables' co-founder Athena Y also has a "Binance background." According to Athena Y's personal account introduction, she is the co-founder of the United Nations Development Programme's "Made in Africa" initiative and co-founder of the stablecoin payment project Wello (supported by BNB Chain); the community uncovered another identity she hadn't disclosed: Athena Y previously served as the Executive Director of the Binance Charity Foundation (BCF), conducting multiple charity activities in Africa.

If CZ's support for United Stables(U) remains at the "verbal" level, Justin Sun is subsidizing it with real money. On the day United Stables(U) was listed, Huobi launched an Earn product with a 20% annualized yield. On December 19th, Justin Sun personally livestreamed with multiple KOLs to promote the stablecoin U, the cover featuring an animated image of him and CZ holding the "U".

The attire in this image is exactly what they wore during government activities in Pakistan on December 11th-12th. That day, CZ and Justin Sun took photos together with regulators; CZ was appointed as a strategic advisor to the Pakistan Crypto Committee, while Huobi received a compliance license from local regulators; afterwards, the two were photographed riding in a car together.

(In the picture, Justin Sun wears a golden vest, CZ wears a suit, tie, and white shirt)

The Stablecoin of Stablecoins

What are the unique features of United Stables(U) that earned it the favor of CZ and Justin Sun?

United Stables(U) can be called the stablecoin of stablecoins. According to official introduction, U is fully collateralized 1:1 by the US dollar and audited major stablecoins (such as USDT, USDC, and USD1). U also features real-time on-chain Proof of Reserves (PoR) and monthly audits. This structure not only enhances liquidity and reduces collateral asset volatility but also ensures users can always redeem quickly and transparently.

The total issuance of United Stables(U) is 409 million tokens, all of which are currently in circulation. According to DeFiLama data, although United Stables(U) supports both BSC and Ethereum chains, its entire current supply is issued on BSC.

In terms of ecosystem integration, U has integrated support for the vast majority of BSC ecosystem applications, including mainstream DeFi protocols like PancakeSwap, Aster, Four.meme, ListaDAO, etc. Users can directly trade, stake, borrow, and provide liquidity on-chain. Regarding wallet support, Binance Wallet, Trust Wallet, and SafePal have simultaneously listed U.

United Stables has stated that "U is born for the AI era," but no specific project developments related to this have been revealed yet.

Criptos en tendencia

Preguntas relacionadas

QWhat is United Stables (U) and how is it positioned in the market?

AUnited Stables (U) is a next-generation stablecoin positioned for trading, payments, wealth management, and AI-native ecosystems. It aims to consolidate liquidity scattered across different chains and assets.

QWhich major cryptocurrency exchanges have announced the listing of United Stables (U)?

AExchanges including Binance, Gate, BitMart, and Huobi HTX have announced the listing of United Stables (U).

QWhy has United Stables (U) quickly gained attention in the community?

AIt gained rapid attention primarily because it received public endorsement from two major influencers in the crypto space, CZ (Changpeng Zhao) and Justin Sun.

QHow is United Stables (U) collateralized and what ensures its stability?

AU is fully collateralized 1:1 by the US dollar and major, audited stablecoins like USDT, USDC, and USD1. It also features real-time on-chain Proof of Reserves (PoR) and monthly audits to ensure transparency and stability.

QWho is Athena Y and what is her connection to the project and Binance?

AAthena Y is a co-founder of United Stables. She is a former Executive Director of the Binance Charity Foundation (BCF) and was involved in multiple charity activities in Africa, indicating a deep connection to the 'Binance ecosystem'.

Lecturas Relacionadas

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.

marsbitHace 50 min(s)

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

marsbitHace 50 min(s)

Annual Salary of Millions Competing for Electricians, Meta Rushes to Open Its Own Technical School

The AI boom is facing an unexpected bottleneck: a severe shortage of skilled construction workers and electricians. As tech giants like Meta, OpenAI, and Alphabet race to build massive data centers—such as OpenAI's $16 billion "Stargate" project—they are hitting a critical labor wall. The U.S. needs an estimated 130,000 more electricians, 240,000 construction workers, and 150,000 supervisors by 2030 for AI infrastructure alone, but tens of thousands of electrician jobs go unfilled each year. While AI companies offer high premiums, with electricians earning up to $280,000 annually, worker scarcity still causes massive losses—delays on a single project can cost $14.2 million per month. The complexity of building AI data centers, which require immense power (equivalent to powering hundreds of thousands of homes), sophisticated electrical systems, and advanced liquid cooling solutions, demands highly skilled technicians who are in short supply. To combat this, companies are investing heavily in training. Meta has committed $115 million to a free training school offering tuition, housing, and stipends, targeting 5,000 new workers. OpenAI is partnering with unions to secure skilled labor. These efforts are paying off, with a significant rise in Gen Z interest in trade schools over college. However, the power demands are staggering. AI data centers are driving a rapid surge in electricity consumption, projected to account for up to 12% of U.S. power use by 2028 and raising costs for consumers. Furthermore, the construction boom is project-based, leading to a potential future glut of trained workers once building peaks, which could depress wages industry-wide. The race for AI supremacy now depends as much on skilled hands as on advanced chips.

marsbitHace 2 hora(s)

Annual Salary of Millions Competing for Electricians, Meta Rushes to Open Its Own Technical School

marsbitHace 2 hora(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.

650 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).

活动图片