Blockchain Interaction Module
After the AI decides what to do, the Blockchain Interaction Layer is responsible for actually doing it.
Responsibilities:
Builds transactions based on the AI’s plan.
Interfaces with:
User’s wallet (EOA via MetaMask)
Agentify’s Smart Contract Vault (for advanced users)
Signs and broadcasts transactions (after user approval).
Manages gas:
Estimates fees
Recommends Layer-2 chains for cheaper execution
Tracks transaction status (pending, mined, failed)
If a task has multiple steps, Agentify might bundle them using a batched transaction, so the whole process happens smoothly in one go.
Last updated