Ripple Gains UK Regulatory Approval Ahead Of FCA’s New Crypto Licensing Regime

bitcoinistPublicado a 2026-01-10Actualizado a 2026-01-10

Resumen

Ripple has secured a regulatory approval from the UK’s Financial Conduct Authority (FCA) through its subsidiary Ripple Markets UK Ltd. The company obtained an Electronic Money Institution (EMI) license under the Money Laundering Regulations (MLR), allowing it to provide payment services and issue electronic money. However, the approval comes with restrictions: Ripple cannot operate crypto-fiat automated exchange machines, offer services to retail clients, or issue e-money to consumers without prior written consent from the FCA. This approval aligns with the UK’s broader effort to integrate crypto into its financial framework. The FCA will introduce a new crypto licensing regime under the Financial Services and Markets Act starting September 2026. Ripple and other crypto firms must reapply for authorization under the new rules by October 2027 to continue regulated activities.

In a significant development, Ripple has expanded its footprint in regulated markets after gaining regulatory approval from the UK’s financial authorities to provide payment services.

Ripple Obtains FCA Approval

On Friday, Ripple secured a major regulatory victory in the UK by officially obtaining its registration approval with the Financial Conduct Authority (FCA) through its subsidiary Ripple Markets UK Ltd.

According to the FCA’s official records, the company obtained an Electronic Money Institution (EMI) license under the country’s Money Laundering Regulations (MLR). Therefore, it will be able to conduct certain crypto-related activities in the UK.

The EMI registration will allow Ripple to provide payment services and issue electronic money, according to the FCA website. However, it will remain subject to key restrictions without the financial authority’s approval.

First, “Ripple Markets UK Ltd will not, without the prior written consent of the Authority, provide the following services: 1. The firm will not operate a machine which utilises any automated processes to exchange cryptoassets for money or money for cryptoassets 2. Offer or commence any services to retail clients,” the records read.

In addition, the company cannot appoint any agents or distributors, and “will not issue electronic money, or provide payment services, to a consumer, micro-enterprise or charity.”

Ripple’s regulatory approval comes amid the authorities’ efforts to develop a comprehensive financial services regulation that integrates crypto assets into the existing framework, positioning the UK as a global crypto hub.

As reported by Bitcoinist, the UK Treasury is set to extend existing laws to cover crypto firms, moving exchanges, wallet providers, and other crypto service companies from the current anti-money-laundering registration to the regulatory regime of banks and brokers.

FCA To Start New Registration Regime In September

Ahead of the new rules’ implementation, set to take effect in October 2027, the FCA recently unveiled a timeline for crypto firms to comply with the new registration regime, which could affect Ripple’s recent victory.

On January 8, the financial regulator published a notice informing that it expects to open the application period for crypto firms requesting authorization in September 2026.

Notably, firms seeking to undertake any of the new crypto asset regulated activities will need new approvals to undertake those activities authorized by the FCA under the Financial Services and Markets Act 2000 (FSMA).

Therefore, crypto companies operating in the UK must secure approval or a variation of the existing permission. The FCA emphasized that “firms that are registered with us under the MLRs should note that there will be no automatic conversion and that they will need to secure authorisation by us under FSMA prior to the commencement of the new regime.”

Based on this, Ripple’s UK subsidiary will need to reapply in September to continue conducting regulated crypto activities under the new regime. Firms that apply during the established window are expected to receive a decision before the rules take effect. Nonetheless, companies that have not received approval by October 2027 will be allowed to continue operating until a decision is made.

Meanwhile, companies that miss the application period or are not authorized before the new rules are enacted will enter a “transitional provision.” This will allow them to continue fulfilling existing contracts, but they won’t be able to conduct new regulated crypto activities in the UK until they are authorized.

XRP trades at $2.09 in the one-week chart. Source: XRPUSDT on TradingView

Preguntas relacionadas

QWhat type of regulatory approval did Ripple obtain from the UK's Financial Conduct Authority (FCA)?

ARipple obtained an Electronic Money Institution (EMI) license under the UK's Money Laundering Regulations (MLR) through its subsidiary Ripple Markets UK Ltd.

QWhat are the key restrictions placed on Ripple Markets UK Ltd despite the FCA approval?

AThe company cannot operate automated crypto-to-fiat exchange machines, offer services to retail clients, appoint agents or distributors, or issue electronic money or provide payment services to consumers, micro-enterprises, or charities without prior written consent from the FCA.

QWhen will the FCA open the application period for crypto firms seeking authorization under the new regime?

AThe FCA expects to open the application period for crypto firms requesting authorization in September 2026.

QWhat must Ripple's UK subsidiary do to continue conducting regulated crypto activities under the new regime starting October 2027?

ARipple's UK subsidiary will need to reapply for authorization under the Financial Services and Markets Act 2000 (FSMA) in September 2026, as there is no automatic conversion from the current MLR registration.

QWhat happens to crypto companies that are not authorized by the FCA before the new rules take effect in October 2027?

ACompanies not authorized by October 2027 will enter a 'transitional provision' allowing them to fulfill existing contracts but not conduct new regulated crypto activities until they receive authorization.

Lecturas Relacionadas

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.

marsbitHace 24 min(s)

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

marsbitHace 24 min(s)

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.

marsbitHace 26 min(s)

Your Claude Will Dream Tonight, Don't Disturb It

marsbitHace 26 min(s)

Trading

Spot
Futuros
活动图片