← Latest papers
🤖 AI

Crypto x AI, AI x Crypto: A Survey

This survey systematically examines the bidirectional relationship between AI and crypto, clarifying current achievements, opportunities, and challenges while debunking industry misconceptions and concluding that meaningful integration between the two fields remains in its nascent stages.

Original authors: Sarah Allen, Pranay Anchuri, James Austgen, Maryam Bahrani, Samuel Breckenridge, Aaron Buchwald, Christian Cachin, Andrés Fábrega, Jared Fernandez, James Hsin-yu Chiang, Marwa Mouallem, Roi Bar-Zur, N
Published 2026-08-24
📖 8 min read🧠 Deep dive

Original authors: Sarah Allen, Pranay Anchuri, James Austgen, Maryam Bahrani, Samuel Breckenridge, Aaron Buchwald, Christian Cachin, Andrés Fábrega, Jared Fernandez, James Hsin-yu Chiang, Marwa Mouallem, Roi Bar-Zur, Neil DeSilva, Ittay Eyal, Giulia Fanti, Ari Juels, Andrew Miller, Christian Sillaber, Dani Vilardell, Pramod Viswanath, Wenhao Wang, Matt Weinberg, Sen Yang, Jianzhu Yao, Fan Zhang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the modern digital landscape, two powerful forces are reshaping how we build technology and interact with the world: artificial intelligence and cryptography. Artificial intelligence refers to computer systems that learn from data to perform tasks usually requiring human thought, such as recognizing patterns, making decisions, or generating text. Cryptography, in this context, is not just about secret codes but a broad set of tools for securing data, verifying that a computer program did exactly what it was supposed to do, and ensuring that digital transactions happen without a central boss. For years, these two fields have existed in separate silos, but a growing number of researchers and companies are trying to merge them. The excitement is palpable, yet it often obscures what is actually possible today versus what remains a distant dream. Understanding where these technologies truly intersect is vital, because the combination promises to solve deep problems in both security and automation, but it also introduces new risks that we are only beginning to understand.

A comprehensive new survey, authored by a large team of researchers from leading universities and industry labs, cuts through the noise to map the current state of this intersection. The paper, titled "Crypto x AI, AI x Crypto," does not claim to have found a magic solution that instantly fixes everything. Instead, it offers a clear-eyed inventory of what has been achieved, what is merely theoretical, and where the genuine roadblocks lie. The researchers organize their findings into two main directions. The first is "Crypto x AI," which asks how artificial intelligence can make blockchain systems and digital currencies more useful and easier to use. The second is "AI x Crypto," which explores how the security tools of cryptography can protect artificial intelligence systems from tampering and fraud. The authors conclude that while the potential is immense, the two technologies are still in the very early stages of meaningful integration, and many popular beliefs about their combined power are currently more hype than reality.

On the side of using AI to help crypto, the survey finds that artificial intelligence is already proving useful as a tool for analysis. Researchers have successfully applied machine learning to scan blockchain networks for signs of trouble, such as detecting fraudulent transactions or identifying buggy code in smart contracts—these are the self-executing programs that run on blockchains. These tools work best when they have plenty of historical data to learn from, acting like a seasoned inspector who can spot a flaw because they have seen thousands of similar examples before. Beyond just looking for errors, AI is beginning to help designers build better blockchain systems. By learning from past performance, AI can suggest improvements to the rules that govern how these networks operate, such as how quickly they process transactions or how they handle conflicts between users. Perhaps most excitingly, AI is starting to act as a bridge between the rigid world of blockchains and the messy, unstructured real world. While blockchains traditionally only understand clean, structured data, AI can now help translate human language or complex real-world events into a format that a blockchain can understand, potentially allowing digital contracts to automatically react to news reports, weather changes, or legal documents without needing a human to manually input the data.

However, the survey also highlights significant dangers in this direction. As AI becomes more capable of making decisions on its own, there is a risk that these autonomous agents could be manipulated or could act in unpredictable ways. The researchers point out a specific tension in financial applications: if an AI investment tool keeps its strategy secret to protect its profits, it becomes impossible for users to know if the tool is fair or if insiders are acting inappropriately. If the tool is transparent so users can check for fairness, its strategy can be stolen by competitors. This dilemma, which the authors call the "CoinAlg Bind," suggests that simply adding AI to crypto does not automatically solve problems of trust or fairness; in some cases, it may create new, harder problems.

Turning to the other direction, "AI x Crypto," the paper explores how cryptographic tools can make artificial intelligence safer and more trustworthy. Currently, when a user asks an AI model a question, they must trust the company running the model to not tamper with the answer, to not steal the user's private data, and to not use a different model than the one advertised. Cryptography offers ways to verify these things without needing to trust the operator. For instance, a technology called a "zero-knowledge proof" allows a computer to prove it ran a specific calculation correctly without revealing the details of how it did it. This means a user could verify that an AI model processed their data exactly as promised, even if the model itself is a secret. Similarly, "trusted computing" uses special hardware to create a secure, isolated environment where a model can run, ensuring that no one, not even the owner of the computer, can peek at the data or change the results. These tools could allow people to use AI for sensitive tasks, like medical diagnosis or loan approvals, with the assurance that their private information remains private and the results are accurate.

The survey also examines the idea of using blockchains to organize the infrastructure that powers AI, such as creating decentralized networks where people rent out their computer power to train models. While this sounds like a way to lower costs, the researchers caution that it is not a guaranteed win. In their analysis, they find that while renting a computer on a decentralized network might be cheaper per hour than on a major cloud service, the extra time and complexity required to coordinate between many different computers can make the total cost of a large job much higher. They argue that for now, the most effective use of these networks is for smaller, less complex tasks, and that the industry needs more rigorous testing to understand when a decentralized approach is actually more efficient than a traditional one.

Perhaps the most critical part of the survey is its effort to dismantle common misconceptions that have taken hold in the public imagination. The authors explicitly state that blockchains cannot magically distinguish between content created by humans and content created by AI. While a blockchain can record a digital fingerprint of a file to prove it hasn't been altered since it was created, it cannot tell you if that file was originally made by a human or a machine; that judgment still requires an external detector, which can be wrong. Similarly, the paper argues that simply running an AI model on a decentralized network does not automatically make it fair or unbiased. Bias is usually baked into the data used to train the model, and moving the model to a different computer does not fix the data. While blockchains can make the process of training more transparent, allowing people to see what data was used, this transparency alone does not guarantee a fair outcome.

Finally, the researchers address the idea that giving an AI agent a digital wallet makes it truly autonomous. They clarify that while a wallet allows an AI to pay for services or earn money without a human pressing a button, this is merely automation, not true independence. The AI is still dependent on the human who controls the server it runs on; if that human shuts down the server, the AI stops working, regardless of whether it has money in its wallet. True autonomy would require the AI to be able to sustain its own existence and make high-level decisions without human intervention, a capability that current technology does not yet possess.

The survey concludes by emphasizing that the integration of crypto and AI is a promising but nascent field. The researchers have identified a clear path forward, but it is paved with challenges rather than easy solutions. They call for more rigorous testing to compare the costs of decentralized systems against traditional ones, and for better methods to secure AI systems against new types of attacks that arise when they are combined with autonomous agents. The work serves as a necessary reality check, reminding us that while the tools to build a more secure and intelligent future are emerging, we are still in the early days of learning how to use them effectively. The future of this intersection depends not on hype, but on the careful, methodical work of verifying what works, understanding what fails, and building systems that are robust enough to handle the complexities of the real world.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →