What DeFAI usually refers to
DeFAI is a shorthand for combining decentralized-finance workflows with AI-driven analysis, agent interfaces or execution logic. In practice, the label can refer to at least three different things: an AI layer that helps a user navigate DeFi, an agent that proposes DeFi actions, or a system that executes constrained onchain actions under a policy.
Why the term needs a control model
Emerging labels compress too much. A wallet copilot, a vault allocator and a fully autonomous onchain agent may all be described as DeFAI even though they have different permissions and failure surfaces. The useful question is still the old one: what can the system observe, decide and execute?
A practical DeFAI taxonomy
| Type | What it does | Where the risk sits |
|---|---|---|
| AI interface | Explains pools, vaults, yields or positions | Bad analysis and stale data |
| Agent assistant | Drafts or recommends a DeFi action | User trusts a weak recommendation |
| Autonomous executor | Calls contracts under policy | Permission scope, contract risk, and execution error |
What “onchain asset management” should prove
- Which contracts, venues and functions the agent can call
- What limits exist on size, leverage, collateral and asset list
- How policy rejection and emergency pause work
- What execution or proof record survives after the action
How DeFAI connects to the wider system
DeFAI spans the AI layer, the policy layer, and the execution layer. Use the AI-for-trading guide to distinguish assistants, bots, and agents, then follow the automated-system model to inspect permissions, controls, and recovery.