Introduction
YieldMind is an autonomous, AI-driven yield optimisation protocol on Polygon. This is the canonical reference.
What is YieldMind?
YieldMind is an autonomous DeFi protocol that pools deposits, scores opportunities with an AI agent, and rebalances across whitelisted strategies (Aave, Compound, Curve, Balancer, Uniswap). Every state transition — deposit, withdraw, rebalance, vote — is on-chain and auditable on Polygon Amoy.
Design principles
Three rules drive every decision in this codebase: every number the UI shows must come from a contract or a real model output, the AI never holds custody, and the user can always exit by burning shares — even when the agent is offline.
Live network
The current deployment lives on Polygon Amoy testnet. See deployed contracts for canonical addresses and quickstart to make your first deposit.
Getting started
Protocol
How the six core contracts cooperate to deliver autonomous yield with on-chain risk control.
YieldVaultV4 is the only contract user funds touch. It issues YLD shares and tracks yield rate.
On-chain risk score, insurance reserve and protection switch. Every executor action is gated by this contract.
Token-weighted voting via the OpenZeppelin Governor interface.