South Korea Moves to Regulate Cross-Border Crypto Transfers Under New Framework

TheNewsCrypto2026-06-19 tarihinde yayınlandı2026-06-19 tarihinde güncellendi

Özet

South Korea is expanding its regulatory framework for cross-border virtual asset transfers, set to launch in December, by including fintech companies. Under the new rules, firms conducting such transfers must register with the Ministry of Economy and Finance and report transactions through the foreign exchange system. The move aims to bring previously unsupervised crypto transfers under formal oversight to address money laundering and crime risks. While initial expectations were that major crypto exchanges like Upbit would dominate the new licensing system, regulators now plan to extend eligibility to non-traditional entities, including fintech firms, if they can efficiently perform transfers. Authorities are finalizing implementation rules with industry stakeholders ahead of the December launch. This framework is part of broader efforts to strengthen digital asset oversight in South Korea, which includes developing rules for tokenized securities, potentially subjecting them to securities taxes.

South Korea plans on including fintech companies in the new licensing framework for virtual asset transfers, which is due to be introduced in December. This follows the introduction of a six-month grace period into the Foreign Exchange Transactions Act amendment.

The concerned government made this announcement to the local media. The South Korean government approved and passed the revised law on June 2 following cabinet approval. Under the new regulations, companies conducting cross-border transfers through virtual assets must register with the Ministry of Economy and Finance and report their transactions through South Korea’s foreign exchange reporting system.

Authorities created this regulatory framework to bring crypto-based cross-border transfers under formal regulatory supervision. This is because officials had found that many digital asset transfers were operating outside the foreign exchange surveillance framework and were therefore posing risks of money laundering and crime.

Fintech Firms May Receive Access to Expanding Market

Current VASP rules primarily limit access to cryptocurrency exchanges and certain registered custodial entities. In this regard, many industry players anticipated that the leading cryptocurrency exchanges like Upbit and Bithumb would prevail within the new licensing system.

But now South Korean regulators are planning to extend the scope of eligible parties to include non-traditional crypto exchanges. According to an official from the Bank of Korea, there is no need for regulators to restrict virtual asset transfer services to the traditional VASPs alone if some other entities can efficiently perform such transfers. In addition, authorities are still analyzing the licensing and compliance process for potential applicants.

South Korea Continues Strengthening Digital Asset Oversight

The Ministry of Economy and Finance and the Bank of Korea continue collaborating with industry stakeholders to finalize the framework’s implementation rules before its December launch. Market watchers are also on high alert to see whether the final enforcement decree would include provisions that would widen the pool of participants beyond cryptocurrency exchanges to enable fintech firms to enter the cross-border virtual asset transfer market.

The framework comes at a time when South Korea is attempting to create regulatory rules for blockchain-based financial products. Regulators recently indicated that tokenized stocks could face securities taxes if authorities classify them as securities. The Financial Services Commission has announced that it will publish new tokenized securities rules in July.

Highlighted Crypto News:
Microsoft Identifies New Crypto Malware Targeting Wallet Addresses and Private Keys

TagsBlockchainCross-Border paymentsCryptoCryptocurrencyFinTechSouth KoreaSouth korean exchanges

İlgili Sorular

QWhat is the new licensing framework that South Korea plans to introduce, and by when?

ASouth Korea plans to introduce a new licensing framework for cross-border virtual asset transfers, and it is due to be launched in December.

QWhich entities must register and report their cross-border virtual asset transactions under the new South Korean regulations?

ACompanies conducting cross-border transfers through virtual assets must register with the Ministry of Economy and Finance and report their transactions through South Korea’s foreign exchange reporting system.

QWhat is the main reason South Korean authorities created this new regulatory framework for crypto transfers?

AAuthorities created the framework to bring crypto-based cross-border transfers under formal regulatory supervision, as they found many were operating outside the foreign exchange surveillance framework, posing risks of money laundering and crime.

QHow does the new framework potentially differ from current VASP rules regarding eligible participants?

AWhile current VASP rules primarily limit access to cryptocurrency exchanges and certain custodial entities, the new framework is planned to extend its scope to include non-traditional entities like fintech companies, allowing a wider pool of participants.

QWhat other regulatory development in South Korea is mentioned alongside the cross-border transfer framework?

AAlongside the transfer framework, the article mentions that South Korea is working on regulatory rules for blockchain-based financial products, with the Financial Services Commission set to publish new tokenized securities rules in July. Regulators have indicated tokenized stocks could face securities taxes if classified as such.

İlgili Okumalar

Trends in US Stocks (June 22): Strait of Hormuz Agreement Changes Course, Thursday's PCE and Micron to Determine Chip Sector Direction

U.S. Stock Market Outlook (June 22): Strait of Hormuz Deal Falters, Thursday's PCE & Micron to Set Chip Sector Direction. Geopolitical tensions resurged over the weekend as Iran's IRGC announced the closure of the Strait of Hormuz, and its negotiation team walked out after threats from Trump, pausing U.S.-Iran talks. This renewed risk premium is weighing on U.S. equity futures ahead of the open. Last week's market was driven by chip stocks, with the Philly Semiconductor Index hitting a record high. While the Fed's hawkish tone was overshadowed by initial deal optimism, the S&P 500 gained 0.9% for the week. SpaceX debuted strongly but ended with two down days. Key events this week: The status of U.S.-Iran negotiations remains the immediate variable for oil and energy stocks. Monday sees Marvell and Flex added to the S&P 500. Tuesday's MSCI reclassification could benefit South Korean semiconductors and memory stocks. **Thursday, June 25th, is the critical day**, featuring the May Core PCE report and Micron's earnings. Hotter PCE data could solidify expectations for two 2024 rate hikes, while softer data would rapidly reprice rate cut bets. Micron's report is a key test for the AI narrative; the market will scrutinize its 2027 HBM supply visibility, HBM4 progress, and its position in Nvidia's Vera Rubin supply chain. Nvidia's AGM and a potential OpenAI GPT-5.6 release will make Thursday a pivotal 24 hours for AI. Friday concludes with the Russell reconstitution, elevating small-cap volatility. In summary, last week's gains face a true test. The path hinges on two concurrent threads: geopolitical developments with Iran and the AI narrative defined by Micron's guidance and Nvidia's updates. The chip sector's record highs are vulnerable if Thursday brings hot PCE data and conservative guidance from Micron. Conversely, positive outcomes could reaffirm the AI bull case, making this week's volatility a potential entry window.

marsbit40 dk önce

Trends in US Stocks (June 22): Strait of Hormuz Agreement Changes Course, Thursday's PCE and Micron to Determine Chip Sector Direction

marsbit40 dk önce

OpenAI's "Most Open" Move: Codex No Longer Exclusively Favors GPT

OpenAI has significantly opened up its Codex programming agent by introducing a "model provider" configuration layer that allows users to connect it with various open-source models, not just its proprietary GPT. Through a configuration file or a simple `--oss` command-line flag, Codex can now route requests to local services like Ollama or LM Studio, or to third-party APIs such as Mistral or DeepSeek. This move is seen as one of OpenAI's most "open" steps, potentially lowering costs and enhancing privacy for developers who can run code generation offline. However, integration isn't seamless for all models. Codex primarily uses OpenAI's newer Responses API, while many open-source models rely on the older Chat Completions interface. This creates compatibility issues, especially for advanced features like function calling. The developer community is already building "routing" or adapter layers (e.g., CC Switch, LiteLLM) to translate between these protocols, enabling hybrid setups where GPT handles planning and open-source models handle execution. Analysts interpret this as a strategic shift for OpenAI: from competing solely on model superiority to controlling the platform and interface standards. By making Codex a flexible, pluggable entry point for AI-assisted programming, OpenAI aims to become the central hub in the developer toolchain ecosystem, even as users gain the freedom to switch underlying models.

marsbit1 saat önce

OpenAI's "Most Open" Move: Codex No Longer Exclusively Favors GPT

marsbit1 saat önce

When 500 Million People Abandon ChatGPT

ChatGPT's Global AI Assistant Market Share Drops Below 50% Three and a half years after its groundbreaking launch, ChatGPT faces a pivotal moment. While it remains the largest AI assistant globally, its market share has fallen below 50% for the first time, reaching 46.4% as of May, according to Sensor Tower's 2026 AI landscape report. Google's Gemini (27.7%) and Anthropic's Claude (10.3%) are now its main competitors, with Grok, Perplexity, and others also gaining ground. The market has evolved from awe and initial adoption into a phase of product comparison, ecosystem integration, and commercialization. User behavior has matured significantly. Loyalty is low; users readily switch between assistants for specific tasks. Gemini benefits from deep integration within Google's ecosystem (Search, Gmail, Android), while Claude has carved a niche among productivity-focused users with strong retention, nearly matching ChatGPT's. User choice is now influenced by a complex mix of capability, ecosystem, price, use case, and even brand trust. Commercialization is accelerating. AI app downloads continue but growth is slowing, while user spending is rising. Over $4.2 billion was spent in-app during H1 2026. Claude leads in premium subscription conversion rates (13%). OpenAI is expanding its revenue streams, testing ads shown to 17% of ChatGPT users daily by May. This shift highlights the immense financial pressure of model training and inference costs. Despite revenue growth, OpenAI's cash burn is intense, reaching $3.7 billion in Q1 2026. The company projects this could rise to $25-57 billion in the coming years, underscoring the industry-wide challenge of scaling profitably. The symbolism is clear: ChatGPT no longer defines the AI assistant market alone. The era of a single dominant product is over. Gemini, Claude, and specialized tools are collectively shaping user habits and business models. As AI assistants move from novelty to utility—judged on accuracy, efficiency, and value—they are becoming embedded in everyday digital life. ChatGPT may have lost its majority, but AI as a whole is winning, entering a mature, competitive, and diverse new phase.

marsbit1 saat önce

When 500 Million People Abandon ChatGPT

marsbit1 saat önce

İşlemler

Spot
Futures
活动图片