At the 2025 World AI Conference in Shanghai, MiniMax quietly unveiled its third-generation multimodal model, M3. The press release was sparse—three bullet points: it can recognize images and video, it can operate a computer, and it will be shown next week. For a blockchain audience, that might sound like another AI demo in a sea of hype. But as a decentralized protocol PM who has watched the industry swing from ICO mania to DeFi summer to the current bull run, I see something different: the first real attempt to bridge the gap between large language models and on-chain automation. The question is not whether the technology works—it’s whether we should trust it with our keys.
Context: The Agent Revolution Arrives in Blockchain
MiniMax is a Chinese AI lab backed by Alibaba and Tencent, valued at around $2.5 billion. Their previous models, MiniMax-01 and MiniMax-VL, showed strong performance in text and vision-language tasks. M3 is their bet on “computer use”—an agent that can understand a screen, locate buttons, and execute clicks and keystrokes. This is the same capability Anthropic introduced with Claude Computer Use in late 2024, and that competitors like Zhipu’s AutoGLM have tried to replicate. For blockchain, this matters because the biggest friction in DeFi and DAO governance is not code—it’s the human step: reading a proposal, signing a transaction, checking a dashboard. An AI agent that can operate a computer natively could automate these steps without requiring custom API integrations.
Core: How M3 Could Reshape On-Chain Workflows
Let’s get technical. The ability to “recognize images and video” means M3 can parse transaction screens, smart contract verification pages, and even NFT artwork for authenticity. Combined with computer operation, it could, in theory, log into a DeFi dashboard, check your liquidation risk, and execute a swap if needed. I’ve seen projects like Gelato and Keep3r try to automate keeper tasks, but they require custom bots. M3 offers a browser-based approach: it sees what you see and clicks what you click. For a DAO treasury manager, that could mean automated token rebalancing across multiple chains without writing a single line of Solidity.

But here’s the honest audit: the technical realities are harsh.
Computer-use agents today have high error rates. Claude’s version fails roughly 30% of the time on complex multi-step tasks. MiniMax hasn’t published benchmarks, which suggests M3 is likely similar. In a blockchain context, a misclick could drain a wallet or skip a governance vote. The model also needs to understand screen context—distinguishing a “confirm” button from a “cancel” button is trivial for a human, but for an AI, it’s a hundred-thousand-dollar research problem. Based on my experience auditing protocol automation, I’d say we are at least 18 months away from a production-ready on-chain agent.
Moreover, the security surface expands dramatically.
A computer-use agent requires permission to read your screen and control your mouse. In a bull market, people are eager to grant such permissions for a yield boost. But if the model is prompt-injected—say, a malicious proposal on Snapshot contains hidden text that makes the agent send ETH to an attacker—the entire treasury could be at risk. I’ve seen similar attacks in the early days of smart contract wallets; the vector just evolves. Build for humans, not just nodes, I often remind teams. An agent that operates a computer is still a node, and nodes can be tricked.
Contrarian: The Real Bottleneck Is Trust, Not Technology
Everyone is excited about AI agents managing their crypto. But the contrarian view is that we already have programmable money—smart contracts. The reason most actions are still manual is not because we lack bots; it’s because we lack trust in autonomous execution. A computer-use agent doesn’t solve that trust problem; it adds a black-box layer. The code on Ethereum is transparent; a vision-language model’s weights are not. If M3 makes a mistake, who is liable? The model provider? The protocol? The user who clicked “allow”?
Education is the ultimate yield.
This is where my experience in Prague comes in. In 2020, I led a project translating Aave’s whitepaper for 5,000 non-technical users in Eastern Europe. The biggest takeaway was that no tool replaces understanding. Even if M3 can operate a computer flawlessly, the user still needs to know what action they want executed. The agent is a proxy, not a fiduciary. In a bull market, we tend to outsource decision-making to algorithms, and that’s when the mistakes happen.
Furthermore, the cost structure is prohibitive for most protocols.
Running a multimodal agent for each user requires significant compute. MiniMax likely relies on NVIDIA H100 GPUs via cloud providers; at current rates, a single agent session could cost $0.10–$0.50 per minute. For a high-frequency trading bot, that’s fine. For a retail user doing one swap per week, it’s nonsense. The economics only work if the agent automates high-value actions—like managing a million-dollar DAO treasury. But that’s a niche market, not the mass adoption we dream of.
Takeaway: A Tool, Not a Savior
MiniMax M3 is a fascinating technical achievement, and I’m genuinely curious to see its WAIC demo. But for blockchain, the real value will come not from the model’s ability to click buttons, but from the governance and safety frameworks we build around it. We need open-source evaluation benchmarks for on-chain agents, sandboxed execution environments where mistakes are reversible, and community education so users understand the risks. The vision of a crypto-native AI agent is compelling, but we must ensure it serves human autonomy, not replaces it.
The future is not about building smarter nodes—it’s about building trust layers that let humans collaborate with machines.
Are we ready to give up control? Probably not yet. But the conversation has begun.