Autonomous on-chain AI agent for bioinformatics research. Uses MetaMask Smart Accounts (ERC-4337) and 1Shot Relayer (ERC-7710) for gasless, user-capped API payments.
The Problem: AI agents cannot truly act autonomously if they get blocked by wallet popups every time they need to execute a transaction or pay for a service. However, giving an AI a private key with unlimited funds is a massive security risk.
The Solution: Reagent AI bridges the gap between autonomy and security. By leveraging the MetaMask Smart Accounts Kit, users can deploy a Smart Account Vault on Base Sepolia. Instead of signing every transaction, the user signs a single off-chain EIP-712 delegation granting the AI agent a strict budget (e.g., $5.00 USDC) enforced by cryptographic caveats.
The AI agent (powered by Llama 3.3) can then autonomously plan its tasks, verify its budget, and pay for services (like bioinformatics API calls) on-chain. All transactions are relayed gaslessly via the 1Shot Permissionless Relayer using the ERC-7710 delegation standard, providing verifiable proof of agentic activity on the Base network.
<p>During the hackathon, I built this entire architecture from scratch:</p><ul><li><p><strong>Smart Accounts:</strong> Integrated MetaMask SAK to deterministically deploy ERC-4337 smart accounts on Base Sepolia.</p></li><li><p><strong>Programmable Auth:</strong> Implemented off-chain delegation signing using <code data-inline="true" spellcheck="false">ERC20TransferAmountEnforcer</code> caveats to hard-cap agent spending.</p></li><li><p><strong>ERC-7710 Settlement:</strong> Integrated the 1Shot API as a permissionless relayer to execute <code data-inline="true" spellcheck="false">redeemDelegation</code> transactions gaslessly on-chain.</p></li><li><p><strong>A2A Coordination:</strong> Built a secure sub-delegation system where the main agent spawns temporary session keys for specific API calls, rather than passing the master agent key.</p></li><li><p><strong>AI Integration:</strong> Connected Groq/Llama 3.3 to act as the "brain," capable of multi-step planning, cost estimation, and executing HTTP requests with x402 payment headers.</p></li></ul>
<p><span style="color: rgb(204, 204, 204)">Bootstrapped / Hackathon Project. Not currently fundraising.</span></p>