Beam crypto makes its Coinbase debut – Here’s what stands out!

ambcryptoОпубликовано 2025-12-17Обновлено 2025-12-17

Введение

Coinbase has expanded its offerings by integrating three new tokens—Beam (BEAM), Merlin Chain (MERL), and Theoriq (THQ)—into its trading ecosystem. BEAM, the native token of an Avalanche-based gaming subnet, is now available for full trading. MERL perpetual futures will launch on December 18, providing exposure to a Bitcoin Layer 2 solution. THQ, a token for AI agents in DeFi, was listed on December 16. Despite the rollout, THQ’s price fell sharply by 58.71%, while BEAM and MERL saw minor fluctuations. The expansion comes amid a cautious market, with Bitcoin facing downward pressure and weakened U.S. demand. Coinbase’s stock (COIN) rose nearly 3%, reflecting investor confidence in the exchange’s strategy.

While the broader crypto market navigates a period of late-quarter consolidation, Coinbase is signaling a bullish long-term outlook on altcoin liquidity.

In a major expansion, the leading U.S. exchange has officially integrated 3 tokens into its ecosystem.

By launching these cryptocurrencies on both Spot and Futures markets, Coinbase is offering traders better hedging options and deeper liquidity to access these emerging protocols.

Beam crypto makes headlines

Stealing the headlines is the transition of Beam [BEAM] into full spot trading.

As the native token of an Avalanche [AVAX]-based subnet dedicated to gaming, Beam serves as the gas and governance backbone for the Merit Circle DAO.

Following an initial Auction Mode, where customers posted limit orders to establish an indicative open price, the BEAM-USD pair has now moved into limit-only mode.

In fact, BEAM is now fully live on the main Coinbase app and website, allowing users to buy, sell, and convert the asset within a regulated environment.

The second one is Merlin Chain

Adding to the expansion, Coinbase will launch perpetual futures trading for Merlin Chain [MERL] on the 18th of December at approximately 9:30 am UTC.

This move is significant as Merlin Chain has emerged as one of the leading Bitcoin Layer 2 solutions, utilizing ZK-Rollups to bring smart contract functionality to the world’s oldest blockchain.

Hence, by offering MERL-PERP markets, Coinbase will be allowing sophisticated traders to hedge their positions or speculate on the growth of the Bitcoin ecosystem without expiration dates.

Notably, retail traders can access these futures via Coinbase Advanced, while institutional clients can trade through Coinbase International Exchange.

Theoriq also makes it to the list

In a move focused on Spot liquidity, Coinbase has also integrated Theoriq [THQ] on the 16th of December.

Theoriq is a modular base layer for “AI Agents”, autonomous on-chain entities designed to handle complex DeFi tasks like yield optimization and treasury management.

In this process, traders should ensure they are using the correct Ethereum (ERC-20) network.

For that, the verified contract address for THQ is 0xaffbe9a60f1f45e057fd9b6dc70004bb0ccc8b99.

However, sending $THQ over unsupported networks will result in a permanent loss of funds.

Understanding the ‘auction’ and ‘limit-only’ phases

Finally, to maintain market stability for these new listings, Coinbase is using a tiered rollout strategy.

It begins with Auction Mode, a minimum 10-minute phase that allows price discovery without matching orders.

The listing then moves into Limit-Only Mode, where orders can match, but market orders are restricted to prevent extreme slippage or sudden price spikes.

Finally, Full Trading is enabled only after Coinbase determines that order book depth and overall liquidity are sufficient.

Stock and token prices

Yet, despite the aggressive product rollout, market sentiment stood in contrast.

On the corporate side, Coinbase’s COIN showed resilience, closing at $252.61 with a 2.91% gain, reflecting investor confidence.

However, the tokens themselves painted a more volatile story.

While BEAM crypto managed a modest 0.44% uptick to $0.002995, MERL slipped slightly by 0.63% to $0.3991.

The most dramatic downturn was from THQ, which plummeted 58.71% to $0.07313 following its listing.

How is Bitcoin performing, though

This expansion came at a fragile moment for Bitcoin [BTC], which was hovering near $86,000 at press time.

The downside pressure aligned with the Coinbase Premium Index turning negative, a clear sign that U.S. demand is weakening.

Hence, for the new listings to stabilize, traders may watch for a rebound in the Coinbase Premium Index as the first sign of renewed U.S. buying.

Until then, Bitcoin remains vulnerable to a drop toward the $82,000–$84,000 support zone, which could limit the usual “listing pump” for tokens like MERL, THQ, and BEAM crypto.


Final Thoughts

  • Coinbase’s expansion signals confidence in long-term altcoin liquidity, even as broader market sentiment remains cautious and price action stays volatile.
  • The sharp drop in THQ and muted moves in MERL and BEAM crypto reveal how fragile new listings are in a risk-off environment, especially with limited liquidity.

Похожее

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

OpenAI engineer Weng Jiayi's "Heuristic Learning" experiments propose a new paradigm for Agentic AI, suggesting that intelligent agents can improve not just by training neural networks, but also by autonomously writing and refining code based on environmental feedback. In the experiment, a coding agent (powered by Codex) was tasked with developing and maintaining a programmatic strategy for the Atari game Breakout. Starting from a basic prompt, the agent iteratively wrote code, ran the game, analyzed logs and video replays to identify failures, and then modified the code. Through this engineering loop of "code-run-debug-update," it evolved a pure Python heuristic strategy that achieved a perfect score of 864 in Breakout and performed competitively with deep reinforcement learning (RL) algorithms in MuJoCo control tasks like Ant and HalfCheetah. This approach, termed Heuristic Learning (HL), contrasts with Deep RL. In HL, experience is captured in readable, modifiable code, tests, logs, and configurations—a software system—rather than being encoded solely into opaque neural network weights. This offers potential advantages in explainability, auditability for safety-critical applications, easier integration of regression tests to combat catastrophic forgetting, and more efficient sample use in early learning stages, as demonstrated in broader tests on 57 Atari games. However, the blog acknowledges clear limitations. Programmatic strategies struggle with tasks requiring long-horizon planning or complex perception (e.g., Montezuma's Revenge), areas where neural networks excel. The future vision is a hybrid architecture: specialized neural networks for fast perception (System 1), HL systems for rules, safety, and local recovery (also System 1), and LLM agents providing high-level feedback and learning from the HL system's data (System 2). The core proposition is that in the era of capable coding agents, a significant portion of an AI's learned experience could be maintained as an auditable, evolving software system.

marsbit54 мин. назад

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

marsbit54 мин. назад

Your Claude Will Dream Tonight, Don't Disturb It

This article explores the recent phenomenon of AI companies increasingly using anthropomorphic language—like "thinking," "memory," "hallucination," and now "dreaming"—to describe machine learning processes. Focusing on Anthropic's newly announced "Dreaming" feature for its Claude Agent platform, the piece explains that this function is essentially an automated, offline batch processing of an agent's operational logs. It analyzes past task sessions to identify patterns, optimize future actions, and consolidate learnings into a persistent memory system, akin to a form of reinforcement learning and self-correction. The article draws parallels to similar features in other AI agent systems like Hermes Agent and OpenClaw, which also implement mechanisms for reviewing historical data, extracting reusable "skills," and strengthening long-term memory. It notes a key difference from human dreaming: these AI "dreams" still consume computational resources and user tokens. Further context is provided by discussing the technical challenges of managing AI "memory" or context, highlighting the computational expense of large context windows and innovations like Subquadratic's new model claiming drastically longer contexts. The core critique argues that this strategic use of human-centric vocabulary does more than market products; it subtly reshapes user perception. By framing algorithms with terms associated with consciousness, companies blur the line between tool and autonomous entity. This linguistic shift can influence user expectations, tolerance for errors, and even perceptions of responsibility when systems fail, potentially diverting scrutiny from the companies and engineers behind the technology. The article concludes by speculating that terms like "daydreaming" for predictive task simulation might be next, continuing this trend of embedding the idea of an "inner life" into computational processes.

marsbit56 мин. назад

Your Claude Will Dream Tonight, Don't Disturb It

marsbit56 мин. назад

Торговля

Спот
Фьючерсы

Популярные статьи

Как купить S

Добро пожаловать на HTX.com! Мы сделали приобретение Sonic (S) простым и удобным. Следуйте нашему пошаговому руководству и отправляйтесь в свое крипто-путешествие.Шаг 1: Создайте аккаунт на HTXИспользуйте свой адрес электронной почты или номер телефона, чтобы зарегистрироваться и бесплатно создать аккаунт на HTX. Пройдите удобную регистрацию и откройте для себя весь функционал.Создать аккаунтШаг 2: Перейдите в Купить криптовалюту и выберите свой способ оплатыКредитная/Дебетовая Карта: Используйте свою карту Visa или Mastercard для мгновенной покупки Sonic (S).Баланс: Используйте средства с баланса вашего аккаунта HTX для простой торговли.Третьи Лица: Мы добавили популярные способы оплаты, такие как Google Pay и Apple Pay, для повышения удобства.P2P: Торгуйте напрямую с другими пользователями на HTX.Внебиржевая Торговля (OTC): Мы предлагаем индивидуальные услуги и конкурентоспособные обменные курсы для трейдеров.Шаг 3: Хранение Sonic (S)После приобретения вами Sonic (S) храните их в своем аккаунте на HTX. В качестве альтернативы вы можете отправить их куда-либо с помощью перевода в блокчейне или использовать для торговли с другими криптовалютами.Шаг 4: Торговля Sonic (S)С легкостью торгуйте Sonic (S) на спотовом рынке HTX. Просто зайдите в свой аккаунт, выберите торговую пару, совершайте сделки и следите за ними в режиме реального времени. Мы предлагаем удобный интерфейс как для начинающих, так и для опытных трейдеров.

1.3k просмотров всегоОпубликовано 2025.01.15Обновлено 2025.03.21

Как купить S

Sonic: Обновления под руководством Андре Кронье – новая звезда Layer-1 на фоне спада рынка

Он решает проблемы масштабируемости, совместимости между блокчейнами и стимулов для разработчиков с помощью технологических инноваций.

2.2k просмотров всегоОпубликовано 2025.04.09Обновлено 2025.04.09

Sonic: Обновления под руководством Андре Кронье – новая звезда Layer-1 на фоне спада рынка

HTX Learn: Пройдите обучение по "Sonic" и разделите 1000 USDT

HTX Learn — ваш проводник в мир перспективных проектов, и мы запускаем специальное мероприятие "Учитесь и Зарабатывайте", посвящённое этим проектам. Наше новое направление .

1.8k просмотров всегоОпубликовано 2025.04.10Обновлено 2025.04.10

HTX Learn: Пройдите обучение по "Sonic" и разделите 1000 USDT

Обсуждения

Добро пожаловать в Сообщество HTX. Здесь вы сможете быть в курсе последних новостей о развитии платформы и получить доступ к профессиональной аналитической информации о рынке. Мнения пользователей о цене на S (S) представлены ниже.

活动图片