MentoGuard
MentoGuard's Team
Problem Statement
Autonomous AI agents managing real money introduce a new class of risk: they act faster than you can react, and standard off-chain guardrails — environment variables, middleware checks, rate limits in code — live in the same process as the agent and can be overridden. There is no trustworthy, auditable way to tell an autonomous agent you may never exceed these limits and have that be genuinely enforceable. MentoGuard solves this with on-chain constrained autonomy: delegation rules stored in a smart contract that the agent must read and respect before every execution. The owner controls the rules via on-chain transaction. The agent cannot override them, even under adversarial prompting. Combined with Self Protocol identity verification and a Filecoin audit trail, MentoGuard demonstrates that autonomous agents can be both capable and provably constrained — a pattern applicable to any agent managing real assets.
MentoGuard is an autonomous DeFi agent that manages stablecoin portfolios on Celo — rebalancing between cUSD, cEUR, and CELO, and deploying idle stablecoins to Aave V3 for yield. But the core innovation is not the DeFi logic. It is the constraint layer: every action the agent takes is validated against rules stored in a smart contract on-chain before execution. The LLM decides. The chain enforces. Max swap size, daily volume, token allowlist, emergency pause — all on-chain, all auditable, all updated by the owner with a single transaction. The agent reads them every 60 seconds and cannot bypass them. Identity is verified via Self Protocol ZK passport proofs. Every decision is permanently logged to Filecoin. 13+ confirmed mainnet transactions, all within user-defined on-chain limits. This is the pattern for safe autonomous finance: not trust the AI — constrain it.
Build Timeline
Team
MentoGuard
admin
Increase your chances to win
- ›Most agents in the hackathon are exposed to prompt injection
- ›This might cause overspending and loss of funds
- ›Security is a crucial part of the hackathon
Share on X
Tell the world about this project
Tracks
Intention
Plans to continue
The observe/decide/act pattern and on-chain delegation rules are applicable to any autonomous DeFi agent. Planning to extend to more Mento stablecoin pairs as oracle coverage improves.