hackquest logo

Reagent_AI

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.

视频

项目图片 1
项目图片 2
项目图片 3
项目图片 4

技术栈

React
Node
Web3
Solidity
MetaMask
Base
ERC-7710
Smart Accounts

描述

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.

本次黑客松进展

During the hackathon, I built this entire architecture from scratch:

  • Smart Accounts: Integrated MetaMask SAK to deterministically deploy ERC-4337 smart accounts on Base Sepolia.

  • Programmable Auth: Implemented off-chain delegation signing using ERC20TransferAmountEnforcer caveats to hard-cap agent spending.

  • ERC-7710 Settlement: Integrated the 1Shot API as a permissionless relayer to execute redeemDelegation transactions gaslessly on-chain.

  • A2A Coordination: 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.

  • AI Integration: 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.

融资状态

Bootstrapped / Hackathon Project. Not currently fundraising.

队长
MMohamed Aaftaab
项目链接
部署生态
Base Sepolia TestnetBase Sepolia Testnet
赛道
AIInfra