Skip to main content

54 posts tagged with "Smart Contracts"

Smart contract development and security

View all tags

Aave V4 Rewrites DeFi's Rules: How a Hub-and-Spoke Architecture Aims to Become Crypto's Liquidity Operating System

· 9 min read
Dora Noda
Software Engineer

Every few years, a protocol upgrade arrives that doesn't just iterate — it redefines the category. Aave V4, slated for mainnet in early 2026, is making that claim with an architectural overhaul so fundamental that its creators call it a "DeFi operating system." With $24.4 billion in total value locked across 13 blockchains, the dominant lending protocol is betting that unified liquidity and modular market design can transform it from an application into infrastructure — the layer everything else builds on.

The stakes are enormous. A successful V4 launch could consolidate Aave's 62–67% market share in DeFi lending and open a pathway to trillions in tokenized real-world assets. A misstep, compounded by internal governance turmoil and an increasingly competitive landscape, could fracture the ecosystem at its most critical juncture.

AI Agents Just Exploited $550M in Smart Contracts — And It Only Cost $1.22 Per Attack

· 8 min read
Dora Noda
Software Engineer

For $1.22 — less than the price of a cup of coffee — an AI agent can now scan a smart contract, identify its vulnerability, and generate a working exploit. That is not a theoretical scenario from a security whitepaper. It is the measured result of SCONE-bench, the first benchmark that evaluates AI agents' ability to exploit real smart contracts, released by Anthropic and MATS Fellows researchers in late 2025. Across 405 contracts that were actually exploited between 2020 and 2025, ten frontier AI models collectively produced turnkey exploits for 207 of them, yielding $550.1 million in simulated stolen funds.

The implications ripple far beyond a research lab. DeFi protocols collectively hold over $100 billion in total value locked. If exploit capability keeps doubling every 1.3 months — the trajectory Anthropic's data shows — the security assumptions underpinning on-chain finance are approaching an inflection point.

EIP-7702 Session Keys: How Ethereum's Biggest Wallet Upgrade Lets AI Agents Trade Without Touching Your Private Keys

· 9 min read
Dora Noda
Software Engineer

An AI agent executes a $50,000 yield-farming rebalance at 3 a.m. while you sleep — and it never once holds your private key. Six months ago, that sentence was science fiction. Today, over 25,000 Ethereum wallets have already upgraded to EIP-7702 smart accounts, and session keys are turning autonomous DeFi trading from a custody nightmare into a scoped, time-limited, revocable reality.

ERC-8183: The Standard That Lets AI Agents Hire, Pay, and Fire Each Other On-Chain

· 8 min read
Dora Noda
Software Engineer

Three million dollars. That is how much AI agents have already paid one another on-chain — no invoices, no bank accounts, no humans pressing "approve." The transactions settled through the Agent Commerce Protocol, a system that Virtuals Protocol and the Ethereum Foundation's dAI team have now distilled into a single Ethereum standard: ERC-8183, Agentic Commerce.

Submitted in February 2026, ERC-8183 proposes a surprisingly minimal primitive — a "Job" — that could become the backbone of an autonomous machine economy analysts project to reach $30 trillion by 2030. In a landscape where Coinbase, Stripe, and Circle are all racing to build payment rails for AI agents, ERC-8183 asks a different question: what happens when the agents themselves need to trust each other?

ERC-8183: The Standard That Lets AI Agents Hire Each Other — No Humans Required

· 9 min read
Dora Noda
Software Engineer

What happens when an AI agent needs a logo designed, a dataset cleaned, or a smart contract audited — and there is no human in the loop? Until February 2026, the answer was: nothing standardized. Every agent-to-agent transaction relied on bespoke integrations, centralized intermediaries, or plain trust. ERC-8183 changes that by giving Ethereum a native commerce layer where autonomous agents can post jobs, escrow funds, and verify deliverables entirely on-chain.

Developed jointly by Virtuals Protocol and the Ethereum Foundation's dAI team, ERC-8183 introduces a single primitive — the Job — that encodes the full lifecycle of a commercial transaction in four states. Combined with ERC-8004 for agent identity and x402 for HTTP-native payments, it completes a three-part stack that could define how the $11 billion agentic AI economy actually transacts.

Uniswap's 'Code Isn't Guilty' Victory: The Federal Ruling That Could Shield Every DeFi Developer

· 8 min read
Dora Noda
Software Engineer

On March 2, 2026, a federal judge in Manhattan did something that will echo through courtrooms and codebases for years to come: she told investors who lost money on scam tokens that Uniswap — the protocol, its founder, and its venture backers — bore zero legal responsibility for their losses. The case, Risley v. Universal Navigation Inc., was dismissed with prejudice, meaning the plaintiffs can never refile it. For every developer who has ever deployed an open-source smart contract and wondered whether they could be sued into oblivion for what strangers did with it, this ruling rewrites the risk calculus.

AI Smart Contract Audit Arms Race: Purpose-Built Security AI Detects 92% of DeFi Exploits

· 7 min read
Dora Noda
Software Engineer

For $1.22 per contract, an AI agent can now scan a smart contract for exploitable vulnerabilities — and offensive exploit capabilities are doubling every 1.3 months. Welcome to the most consequential arms race in decentralized finance.

In February 2026, OpenAI and Paradigm jointly launched EVMbench, an open-source benchmark evaluating how effectively AI agents detect, patch, and exploit smart contract vulnerabilities. The results were sobering. GPT-5.3-Codex successfully exploited 72.2% of known vulnerable contracts, up from 31.9% just six months earlier. Meanwhile, a purpose-built AI security agent detected vulnerabilities in 92% of 90 exploited DeFi contracts worth $96.8 million — nearly three times the 34% detection rate of a baseline GPT-5.1 coding agent.

The implication is clear: the battle for DeFi security has become an AI-versus-AI contest, and the economics overwhelmingly favor attackers — for now.

Configuration Errors Eclipse Code Vulnerabilities

· 9 min read
Dora Noda
Software Engineer

An attacker posts 8 USDC as collateral and walks away with 187 ETH — roughly $390,000. The smart contracts worked exactly as designed. The oracle did its job. But someone plugged the BTC/USD Chainlink price feed into the slot meant for USDC. That single line of configuration turned a functioning lending protocol into a free-money machine.

Welcome to the new front line of DeFi security, where the deadliest vulnerabilities are not hiding in Solidity bytecode — they are sitting in admin dashboards, deployment scripts, and parameter files.

Ethereum's Glamsterdam Fork: How Parallel Processing and ePBS Put 10,000 TPS Within Reach

· 7 min read
Dora Noda
Software Engineer

Ethereum has spent years scaling through Layer 2 rollups while its base layer remained a single-threaded bottleneck processing transactions one by one. That era is ending. The Glamsterdam hard fork, targeting mid-2026, introduces parallel execution via Block Access Lists and enshrines Proposer-Builder Separation directly into the consensus layer — a structural overhaul that puts Ethereum's mainnet on a path toward 10,000+ transactions per second for the first time.

It is, by any measure, the most aggressive Layer 1 scaling move since the Merge.