Minnesota Moves to Ban Crypto Kiosks Over Fraud

TheNewsCrypto发布于2026-02-27更新于2026-02-27

文章摘要

Minnesota lawmakers are advancing a bill, House File 3642, to ban all cryptocurrency kiosks in the state. This action follows law enforcement testimony linking these machines to a significant increase in elder fraud cases. Officials cited instances where elderly victims lost substantial savings, with one individual sending half her monthly income to scammers. Despite 2024 regulations that imposed consumer protections like disclosure requirements and a $2,000 daily transaction limit, these measures were deemed insufficient to prevent fraud. The proposed ban targets physical kiosks but would not affect online cryptocurrency transactions. This move aligns with a broader national and international trend of increasing oversight on crypto kiosks due to fraud concerns.

Minnesota lawmakers are advancing legislation that would prohibit cryptocurrency kiosks across the state. The proposal follows testimony from law enforcement officials who linked the machines to a surge in elder fraud cases.

Representative Erin Koegel introduced House File 3642 earlier this week. The bill seeks to ban the placement and operation of any virtual currency kiosk in Minnesota. Lawmakers would repeal nearly two dozen statutory provisions that currently regulate the industry.

Koegel told the House Commerce, Finance, and Policy Committee that officers have identified kiosks as a prime tool for scammers targeting vulnerable residents.

Law Enforcement Details Elder Fraud Impact

Woodbury Police Detective Lynn Lawrence described cases in which elderly residents lost significant portions of their savings. One victim on a fixed income completed at least 10 Bitcoin transactions over six months. She sent roughly half of her monthly income to scammers.

Lawrence stated that the victim ultimately required assistance from adult protection services. The woman feared she would lose her housing due to the financial losses.

The Minnesota Department of Commerce reported 70 kiosk-related complaints last year, totaling $540,000 in reported losses. Approximately 48% of affected consumers received partial refunds, averaging 16% of the total loss.

Minnesota currently hosts about 350 licensed kiosks operated by eight to ten companies.

2024 Safeguards Deemed Insufficient

The state introduced regulatory laws in 2024 to control fraud. The laws required the operators to disclose that cryptocurrency is not legal tender and that the transaction is irreversible. The law also required a $2,000 daily limit for new customers and a full refund in specified fraud conditions.

It is now argued that the measures have not prevented scams. Sam Smith, government relations director at the Minnesota Department of Commerce, stated that prior consumer protection efforts have not delivered sufficient results.

House File 3642 would repeal the existing regulatory framework entirely. The ban applies specifically to physical kiosks. Residents would still retain access to online cryptocurrency transactions.

Wider National and International Crackdown

Minnesota’s plan is in line with the regulatory movement. In August, Illinois passed the Digital Asset Kiosk Act, requiring registration of operators, real-time customer support, and a maximum 18% transaction fee.

Globally, New Zealand introduced a country-wide ban on cryptocurrency ATMs in July 2025 as part of anti-money laundering regulations. In Australia, regulators have also moved to broaden their powers to control high-risk financial services, such as crypto kiosks.

Regulators are now recognizing crypto access points as possible sources of fraud. Some argue that education and regulation could be more effective than banning kiosks.

Minnesota lawmakers will continue debating the proposal in committee. If enacted, the state would join a growing list of jurisdictions tightening oversight of cryptocurrency kiosks in response to fraud concerns.

Highlighted Crypto News:

MetaMask Card Goes Live in the U.S., Enabling Crypto Payments with On-Chain Rewards

TagsBitcoin ATMCrypto Bancrypto fraudCrypto Lawpolicy

相关问答

QWhy are Minnesota lawmakers proposing to ban cryptocurrency kiosks?

AMinnesota lawmakers are proposing to ban cryptocurrency kiosks because law enforcement officials have linked them to a significant increase in elder fraud cases, where scammers have used the machines to target vulnerable residents.

QWhat was the financial impact of kiosk-related fraud reported by the Minnesota Department of Commerce last year?

AThe Minnesota Department of Commerce reported 70 kiosk-related complaints last year, totaling $540,000 in reported losses.

QWhat specific safeguards did Minnesota introduce in 2024 to control crypto kiosk fraud, and why are they considered insufficient?

AIn 2024, Minnesota introduced laws requiring operators disclose that cryptocurrency is not legal tender, that transactions are irreversible, impose a $2,000 daily limit for new customers, and provide a full refund in specified fraud conditions. They are deemed insufficient because they have not prevented scams, according to testimony from the Minnesota Department of Commerce.

QHow does the proposed ban in Minnesota fit into a larger regulatory trend?

AMinnesota's proposed ban is part of a wider national and international crackdown. For example, Illinois passed the Digital Asset Kiosk Act with new registration and fee rules, New Zealand implemented a country-wide ban on crypto ATMs, and Australia is broadening its powers to control high-risk financial services like crypto kiosks.

QIf the ban is enacted, will Minnesota residents lose all access to buying cryptocurrency?

ANo, the ban applies specifically to physical kiosks. Residents would still have access to online cryptocurrency transactions.

你可能也喜欢

生成模型也能端到端训练了?核心竟是一个for循环

长期以来,深度学习在图像分类、检测等任务上凭借端到端训练取得了巨大成功,但生成模型领域却始终是个例外。当前主流的自回归、扩散模型等训练时只学习预测“一小步”,推理时则需要反复展开数百上千步,这种训练与推理的不一致导致了“暴露偏差”等问题,使得生成模型一直未能实现真正的端到端训练。 最近,一篇来自UIUC与哈佛大学的论文提出了“探索式建模(Explorative Modeling,XM)”新范式,其核心是一个简单到近乎朴素的for循环:在每个训练步骤中,模型生成K个候选样本,然后仅选取其中最接近真实数据的一个样本来计算损失和回传梯度。这种做法巧妙地绕开了传统生成模型中因使用重构损失(如平方误差)而导致的“模态模糊”问题——即模型倾向于输出多个可能答案的平均值,而这个平均值往往不属于任何真实的数据模式。 XM通过这种方式,在不拆分生成过程的前提下,直接提升了模型的“生成表达力”,即模型捕捉数据分布中多个独立模式的能力。论文将“探索”验证为继模型参数量、数据量之后的第三根可扩展轴。实验表明,随着模型规模、数据量和计算量的增大,探索带来的性能收益越发显著,在图像、视频、语言等多种任务上均能带来效率与质量的提升。 更重要的是,当探索程度足够时,XM可以实现真正的端到端生成。在机器人控制等任务中,仅需一次网络前向传播的XM策略,其性能可媲美甚至超过需要上百次前向的扩散模型策略,实现了推理效率的飞跃。 尽管“最佳K样本选择”的思想并非全新,但该研究的贡献在于清晰地揭示了这一简单机制如何直接解决生成模型的核心瓶颈,并为实现高效、端到端的生成模型开辟了新的可能性。随着模型规模的持续扩大,探索这一新维度可能将发挥越来越关键的作用。

marsbit10分钟前

生成模型也能端到端训练了?核心竟是一个for循环

marsbit10分钟前

年薪百万抢电工,Meta急到自己办技校

AI竞赛正面临新的瓶颈:工地。美国正面临严重的电工、建筑工等技术工人短缺,这已成为微软、Meta、OpenAI等公司快速建设超大规模AI数据中心(如OpenAI耗资160亿美元的“星际之门”项目)的“头号障碍”。 尽管AI公司愿支付高薪(如电工年薪可达24-28万美元),远超传统行业,但熟练技工仍供不应求。麦肯锡预测,美国在2023-2030年间需额外培养13万名电工和24万名建筑工,而劳工统计局预计每年仍有8万个电工岗位空缺。这种短缺导致项目延迟,每月可能造成数百万美元的收入损失。 AI数据中心建设复杂,需应对巨大功耗(一座设施耗电堪比数十万户家庭)、复杂的配电系统以及高密度散热(需液冷技术)等挑战,因此亟需大量技术娴熟的工人。 为此,科技巨头开始亲自下场培养人才。例如,Meta投入1.15亿美元建立建筑工人培训学校,提供免费培训及生活补贴,以快速输送工人上岗。OpenAI则与建筑工会合作,提前锁定熟练劳动力。同时,企业也将招聘目光投向高中生,鼓励年轻人投身技工行业。这些举措已见成效,Z世代对技工职业的兴趣显著上升。 然而,更深层的挑战在于电力。AI数据中心用电量正以惊人速度增长,已推高部分地区的电价。此外,数据中心建设是项目制的,建设期需要成千上万的工人,但建成后仅需少量常驻人员。这意味着未来可能面临熟练工人短期过剩、并流向其他行业压低薪资的风险。如何实现劳动力与电力资源的长期平衡,仍是悬而未决的问题。

marsbit1小时前

年薪百万抢电工,Meta急到自己办技校

marsbit1小时前

交易

现货
活动图片