Experts Warn of Mass Crypto Hacks Using AI Agents

cryptonews.ru2026-08-20 tarihinde yayınlandı2026-08-20 tarihinde güncellendi

Özet

Experts warn that AI agents could dramatically lower the cost and scale of attacks against cryptocurrency holders. Speaking at the Wyoming Blockchain Symposium, industry figures noted that automation allows malicious actors to simultaneously search for vulnerabilities in wallets, passwords, and networks across a vast number of potential victims. Ryan Kirkly, co-founder and CEO of Global Settlement Network, criticized the industry for often viewing autonomous agents only as beneficial tools while underestimating their offensive potential. Data from TRM Labs shows the crypto industry experienced a record 207 hacks in the first half of 2026, causing $972 million in losses, with the number doubling from the same period in 2025. Vice President of Technical Operations at Web3 Foundation, Bill Labun, agreed that the efficiency of autonomous systems also benefits attackers. While defenders like the Ethereum Foundation are using AI agents for security audits, the need for human verification remains high due to false positives. A major concern is granting AI agents direct access to financial tools and personal data. New services like MetaMask's Agent Wallet, which allows AI to manage assets within set limits, introduce risks such as prompt injection attacks. Panelists also highlighted risks from metadata leakage, which can compromise privacy even on private networks, and the unresolved issue of legal liability for an AI agent's autonomous and potentially irreversible actions. Lack o...

AI agents are capable of drastically reducing the cost and increasing the scale of attacks on cryptocurrency owners, participants at the Wyoming Blockchain Symposium stated. In their opinion, automation will allow malicious actors to simultaneously search for vulnerabilities in the wallets, passwords, and networks of a large number of potential victims.

Ryan Kirkly, co-founder and CEO of Global Settlement Network, believes the industry too often views autonomous agents only as a useful tool and underestimates the possibility of their use by attackers.

"We act as if agents are always good. I think that's a fatal mistake in almost everything related to such systems today," he said.

According to TRM Labs, in the first half of 2026 alone, the crypto industry faced 207 hacks – the highest number for any six-month period in the company's statistics. The total damage amounted to $972 million.

According to Kirkly, it was previously economically unprofitable for a malicious actor to spend a lot of time and resources on attacking an individual with a relatively small crypto portfolio. AI agents change this economics: one autonomous system can potentially be deployed against a large number of targets simultaneously.

The expert suggested that in such a scenario, even current major attacks on crypto protocols might look small compared to the aggregate damage from mass automated campaigns.

TRM's data shows that attacks are already becoming more widespread. From January to June, their number doubled compared to 83 cases in the same period in 2025. At the same time, infrastructure and operational compromises – including the theft of private keys and seed phrases – accounted for only about 15% of incidents but resulted in roughly 76% of all losses.

Easier and Faster

Bill Laboon, Vice President of Technical Operations at the Web3 Foundation, agreed that the advantages of autonomous systems simultaneously simplify the activities of malicious actors.

"This means there's less friction for the bad guys too. For the good, the bad, and the neutral," he noted.

The main advantage of AI agents lies in their ability to independently perform sequences of actions: searching for information, accessing external services, working with code, and using available tools without constant human involvement.

The same properties allow them to be used for automated target and vulnerability discovery.

Practical capabilities of such systems are already being used by defenders. In July, the Ethereum Foundation employed AI agents to analyze critical components of the blockchain. The systems studied code, searched for potential vulnerabilities, and prepared materials for proof-of-concept.

The foundation, however, emphasized the need for manual verification of results: a significant portion of the candidates found by the agents turned out to be false positives, duplicates, or issues outside the scope of the research.

How Much Power to Give an Agent

Separately, discussion participants addressed the risk of connecting autonomous systems directly to a user's financial tools.

"The idea of giving one agent all this power – access to my credit card data, security information, Social Security, all personal data, and various accounts – seems frightening without clear limitations," said Fahmi Syed, President of the Midnight Foundation.

Kirkly considers permission management a solvable task. A more serious threat, he called the compromise of the agent itself or the environment in which it operates.

"Aren't we creating a new attack vector where an agent can be hijacked and the entire wallet emptied?" he wondered.

A similar problem becomes more relevant as wallets and crypto services emerge that allow AI to independently manage assets. On August 6, MetaMask opened general access to Agent Wallet. A user can set spending limits, allowed networks, addresses, and protocols for the agent, after which the system independently performs operations within the established limits.

MetaMask also warned about the risk of "prompt injections." If an agent simultaneously analyzes data from external sources and is capable of initiating financial operations, a hidden malicious instruction could potentially lead to an irreversible on-chain transaction.

To mitigate the risk, the wallet separates the model's decision-making from policy verification and transaction signing.

Other Risks

Laboon pointed to another potential problem – a false sense of privacy. Even if a blockchain or application hides the content of transactions, accompanying metadata may allow algorithms to correlate individual pieces of information and reconstruct connections between users.

"That's what really worries me: metadata leakage. People will think they are protected because they are using a private network," said the Web3 Foundation representative.

In addition to security, panel participants named a lack of trust as one of the main barriers to the widespread adoption of AI agents. Laboon reminded that modern language models are still capable of generating erroneous information.

"My LLMs still hallucinate sometimes. I wouldn't want to hand my retirement account over to them," he noted.

Richard Shorten, founder of Silvermine Capital Advisors, believes that the development of agent technologies outpaces the speed at which users and companies can comprehend the consequences of their implementation. According to him, the task is to turn technical capabilities into systems that people are willing to grant control over at least parts of their business or daily life.

Who is Responsible for an Agent's Error

Another unresolved issue concerns legal liability for autonomous actions. Kirkly raised the question of who should be held accountable if an agent independently violates the law, transfers funds to the wrong recipient, or performs an operation that cannot be reversed.

"If your agent does something illegal or spends money it shouldn't have, how do you get it back? Who makes the final decision? The question is who ultimately bears the responsibility," he said.

The problem is especially noticeable in blockchains, where a completed transaction in most cases cannot simply be canceled.

Five Childhood Diseases of AI

Previously, Anthropic discovered problems with trust, lying, and collusion in multi-agent AI.

Recall that in August, the ForkLog editorial team examined the concept of the "reverse centaur," described by Cory Doctorow, and found out who benefits from such automation.

İlgili Sorular

QWhat major concern about AI agents in the context of cryptocurrency security was raised at the Wyoming Blockchain Symposium?

AExperts warned that AI agents can drastically lower the cost and massively scale up attacks against cryptocurrency holders by automating the search for vulnerabilities in a large number of potential victims' wallets, passwords, and networks simultaneously.

QAccording to TRM Labs data for the first half of 2026, what was significant about the number of crypto hacks and the type of attacks causing most losses?

AIn the first half of 2026, the crypto industry saw 207 hacks, the highest number for any six-month period in TRM Labs' records. While infrastructure and operational compromises (like private key theft) made up only about 15% of incidents, they were responsible for roughly 76% of all losses.

QWhat new risk does Fahmi Syed from Midnight Foundation highlight regarding AI agents with extensive user permissions?

AFahmi Syed expressed concern about the frightening prospect of giving a single AI agent extensive power, such as access to credit card data, security information, Social Security numbers, all personal data, and various accounts, without clear limitations.

QWhat potential threat does MetaMask's Agent Wallet feature introduce, and how does the wallet attempt to mitigate it?

AMetaMask's Agent Wallet introduces the risk of 'prompt injections,' where a hidden malicious instruction could lead to an irreversible on-chain transaction. To mitigate this, the wallet separates the model's decision-making process from the policy verification and transaction signing stages.

QWhat are the two unresolved challenges regarding AI agent adoption mentioned by the experts in the article?

AThe two main unresolved challenges are: 1) The lack of user and corporate trust, partly due to AI models still generating incorrect information ('hallucinating'). 2) The unclear legal liability for autonomous actions performed by an agent, such as breaking the law or making an irreversible, incorrect transaction.

İlgili Okumalar

Jameson Lopp's BIP-110 Postmortem: Bitcoin Is Driven by Game Theory, Not Morality

Jameson Lopp's analysis concludes that BIP-110, a proposal to restrict arbitrary data (like inscriptions) on Bitcoin, failed due to economic and technical realities, not moral arguments. The proposal, championed by Luke Dashjr and others, aimed to "cleanse" the chain but never reached its 55% miner activation threshold. Upon its forced signaling deadline in August, only the OCEAN pool (with ~1% hash rate) supported it, creating a short-lived fork that quickly died as miners faced unredeemable block rewards. Lopp's earlier predictions about its economic infeasibility were proven correct. Technically, BIP-110 was flawed; workarounds to embed data compliant with its rules were demonstrated almost immediately, proving it couldn't achieve its stated goal. The debate often devolved into moralistic rhetoric, with supporters accusing opponents of supporting child exploitation material—a tactic Lopp criticizes as ineffective for building consensus. Lopp argues Bitcoin is driven by incentives and game theory, not morality. Past forks like Bitcoin Cash promised economic benefits, while BIP-110 offered only restrictions and reduced miner fees, gaining no substantial support from major economic players. He predicts the "puritans" behind the failed fork will continue complaining but their new chain will remain insignificant. The episode reaffirms that attempting to censor data on a permissionless, anti-censorship network like Bitcoin is a futile battle.

marsbit51 dk önce

Jameson Lopp's BIP-110 Postmortem: Bitcoin Is Driven by Game Theory, Not Morality

marsbit51 dk önce

Tokenization Scale Soars to $4.3 Billion, But Why Did Securitize Incur a $5.5 Million Loss?

Securitize's first quarterly report post-IPO reveals a paradox: while its tokenized assets under management hit a record $4.3 billion (up 16% YoY) and platform trading volume surged 147% to $5.3 billion, total revenue fell 5% to $14.4 million. Tokenization revenue specifically dropped ~12% to $7.8 million, leading to an adjusted EBITDA loss of $5.5 million. CFO Francisco Flores explained that most trading volume is not yet monetized, with the majority of tokenization revenue still coming from one-time projects like new protocol integrations. In contrast, asset servicing revenue, a more recurring stream, grew slightly to $6.6 million. The company has lowered its full-year revenue guidance to $70-$80 million from an initial projection of $110 million. Industry experts note this highlights a structural challenge for the tokenization sector. Scaling assets on-chain doesn't automatically scale a profitable business model. Current implementations often rely on costly, customized projects for each new asset or jurisdiction. The future, they argue, lies in building standardized infrastructure that generates recurring "infrastructure revenue" from post-issuance activities like compliance, distributions, and secondary trading—similar to enterprise software. Analysts caution against misinterpreting high trading volumes as indicative of a mature fee-based model, as Securitize's broad volume metric includes many non-monetized actions. The key test for the industry is whether adding billions in new assets can generate sustainable revenue without constant new custom projects.

marsbit53 dk önce

Tokenization Scale Soars to $4.3 Billion, But Why Did Securitize Incur a $5.5 Million Loss?

marsbit53 dk önce

The Five Paradoxes of Artificial Intelligence

**Five Paradoxes of Artificial Intelligence** Artificial intelligence (AI) is an era filled with paradoxes, which we navigate as we advance. **1. The Prediction Paradox** AI experts, from pioneers like Marvin Minsky to contemporary figures like Geoffrey Hinton and Demis Hassabis, have a history of inaccurate forecasts regarding AI's capabilities and timelines, such as achieving human-level machine intelligence or surpassing radiologists. Predictions about Artificial General Intelligence (AGI) vary wildly between optimistic entrepreneurs and skeptical academics, highlighting the inherent unpredictability of technological futures. **2. The Employment Quantification Paradox** Despite numerous studies from institutions like the OECD, IMF, and McKinsey attempting to quantify AI's impact on jobs, estimates of affected employment range from 0.4% to 67%, revealing vast inconsistencies. This paradox arises because isolating AI's effect from other economic, social, and technological factors is virtually impossible, and forecasts depend on static assumptions about a dynamically evolving technology. **3. The Productivity Paradox** While AI is a transformative General Purpose Technology, significant productivity growth has not yet materialized in major economies like the EU and has only matched historical averages in the US. This disconnect between rapid innovation and slow productivity gains, reminiscent of the "Solow Paradox" from the computer age, is often explained by time lags. History shows it takes decades for such technologies to diffuse and trigger complementary innovations that boost productivity. **4. The Data Value Paradox** Data is hailed as the "new oil" and critical for AI, yet its economic value is paradoxical. Its worth is realized only in use, not in straightforward trade. Despite policy emphasis and initiatives for data asset recognition on corporate balance sheets in China, the monetized value remains negligible—accounting for only about 0.06% of major telecom operators' total assets—highlighting the gap between perceived utility and financial valuation. **5. The Industrial Revolution Paradox** For decades, nearly every major new technology, from the internet and nanotechnology to blockchain and now AI, has been proclaimed as the driver of a "Fourth Industrial Revolution." This constant reassignment suggests prior labels were premature. True industrial revolutions are typically identified in hindsight, not in real-time. Furthermore, the coexistence of such a proclaimed transformative revolution with ongoing economic crises would be historically anomalous. Whether AI truly defines a new industrial revolution remains a narrative for the future to decide.

marsbit56 dk önce

The Five Paradoxes of Artificial Intelligence

marsbit56 dk önce

İşlemler

Spot
活动图片