Korea Tones Down 20% Crypto Exchange Stake Ban as Regulators Seek Governance ‘Middle Ground’

bitcoinistPubblicato 2026-03-05Pubblicato ultima volta 2026-03-05

Introduzione

South Korean regulators and the ruling party have agreed to impose a 20% ownership cap on major shareholders of cryptocurrency exchanges, following months of debate. The policy includes a three-year grace period for large platforms like Upbit and Bithumb, and up to six years for smaller exchanges. The cap, part of the broader Digital Asset Basic Act, aims to limit founder control while allowing limited exceptions for new businesses. Opposition from industry groups and some lawmakers may still affect the bill's final passage.

South Korean authorities and the ruling party agree on a 20% ownership ceiling for “major shareholders” in crypto and virtual assets exchanges, with a three‐year implementation delay.

From A Strict Proposal To Compromise

After months of friction, the Financial Services Commission (FSC) and the Democratic Party’s digital asset task force have finally converged on a 20% cap for major shareholders, the Korea Herald reports.

South Korea’s 20% cap is the culmination of a long‐running push by FSC, the top financial regulator, to curb founder control at the country’s biggest crypto exchanges. Regulators initially floated a stricter 15–20% range for major shareholders at the leading platforms, a proposal that sparked outrage and fierce opposition from the industry. The backlash was led by the Digital Asset Exchange Alliance (DAXA), a self‐regulatory body representing South Korea’s five major exchanges, including, of course, Upbit and Bithumb.

The Deal Terms

The agreement on a 20% cap and a generous grace period looks like an attempt to find middle ground and defuse tensions. The FSC and the ruling party have endorsed a three‐year grace period to enforce the major shareholder stake restriction, giving Upbit and Bithumb, which together command roughly 90% of the domestic market, some breathing room to start trimming their stakes to meet the new threshold.

Smaller exchanges that do not meet the estimated 20% market‐share bar, such as Coinone, Korbit and GOPAX, will get an even longer runway. South Korean authorities have agreed to grant them an additional three‐year grace period, giving these platforms up to six years in total to prepare for full enforcement of the cap.

Exceptions

The FSC has also carved out narrow exceptions via enforcement decree, allowing stakes of up to 34% only for new businesses, not for existing exchanges. According to The Korea Herald, this threshold appears to mirror the Commercial Act’s 33.3% veto line for general shareholders’ meetings, effectively giving qualified new investors blocking power without restoring full control

The Final Details On The Digital Asset Basic Act

The ruling party’s policy committee is expected to hammer out the final details after a closed‐door meeting with the Financial Services Commission on the morning of the 5th, according to Hankyung. The ownership cap will be folded into a broader Digital Assets Basic Act, an umbrella bill that packages a wide range of crypto policy measures, from stablecoin rules to crypto exchange‐traded funds.

However, the bill’s passage is far from guaranteed. The Korea Herald notes that not only is the opposition party pushing back, but some lawmakers also object to strict limits on major shareholder stakes, casting doubt over whether the cap will clear the National Assembly in its current form.

BTC's price trends to the downside on the daily chart. Source: BTCUSD on Tradingview

Cover image from ChatGPT, BTCUSD chart from Tradingview

Crypto di tendenza

Domande pertinenti

QWhat is the new ownership cap for major shareholders in South Korean crypto exchanges, and what was the implementation delay agreed upon?

AThe new ownership cap for major shareholders in South Korean crypto exchanges is 20%, with a three-year implementation grace period.

QWhich two major South Korean crypto exchanges, which dominate the market, were given a three-year grace period to comply with the new stake limit?

AUpbit and Bithumb, which together command roughly 90% of the domestic market, were given a three-year grace period.

QHow does the grace period for smaller exchanges like Coinone and Korbit differ from that of the major ones?

ASmaller exchanges that do not meet the 20% market-share bar will be granted an additional three-year grace period, giving them up to six years in total to comply.

QWhat is the exception to the ownership cap, and what specific power does it grant to qualified new investors?

AAn exception allows stakes of up to 34% for new businesses (not existing exchanges), which mirrors the Commercial Act's 33.3% veto line, giving qualified new investors blocking power in shareholders' meetings.

QInto what larger legislative package will the ownership cap be incorporated, and what is a major obstacle to its passage?

AThe ownership cap will be folded into the broader Digital Assets Basic Act. A major obstacle to its passage is opposition from some lawmakers and the opposition party who object to the strict limits on major shareholder stakes.

Letture associate

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.

marsbit2 min fa

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

marsbit2 min fa

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.

marsbit4 min fa

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

marsbit4 min fa

Trading

Spot

Articoli Popolari

Come comprare BAN

Benvenuto in HTX.com! Abbiamo reso l'acquisto di Comedian (BAN) semplice e conveniente. Segui la nostra guida passo passo per intraprendere il tuo viaggio nel mondo delle criptovalute.Step 1: Crea il tuo Account HTXUsa la tua email o numero di telefono per registrarti il tuo account gratuito su HTX. Vivi un'esperienza facile e sblocca tutte le funzionalità,Crea il mio accountStep 2: Vai in Acquista crypto e seleziona il tuo metodo di pagamentoCarta di credito/debito: utilizza la tua Visa o Mastercard per acquistare immediatamente ComedianBAN.Bilancio: Usa i fondi dal bilancio del tuo account HTX per fare trading senza problemi.Terze parti: abbiamo aggiunto metodi di pagamento molto utilizzati come Google Pay e Apple Pay per maggiore comodità.P2P: Fai trading direttamente con altri utenti HTX.Over-the-Counter (OTC): Offriamo servizi su misura e tassi di cambio competitivi per i trader.Step 3: Conserva Comedian (BAN)Dopo aver acquistato Comedian (BAN), conserva nel tuo account HTX. In alternativa, puoi inviare tramite trasferimento blockchain o scambiare per altre criptovalute.Step 4: Scambia Comedian (BAN)Scambia facilmente Comedian (BAN) nel mercato spot di HTX. Accedi al tuo account, seleziona la tua coppia di trading, esegui le tue operazioni e monitora in tempo reale. Offriamo un'esperienza user-friendly sia per chi ha appena iniziato che per i trader più esperti.

537 Totale visualizzazioniPubblicato il 2024.12.11Aggiornato il 2026.06.02

Come comprare BAN

Discussioni

Benvenuto nella Community HTX. Qui puoi rimanere informato sugli ultimi sviluppi della piattaforma e accedere ad approfondimenti esperti sul mercato. Le opinioni degli utenti sul prezzo di BAN BAN sono presentate come di seguito.

活动图片