Vision: Automation layer for the decentralized web
Opus acts as the automation middleware for DeFi, NFTs, and DAOs by:
Offering non-custodial task execution
Enabling AI-guided strategy building
Abstracting multi-step Web3 flows into “intents”
{
"intent": "compound",
"protocol": "aave-v3",
"conditions": {
"supplyAPYAbove": 6
}
}
This can be compiled to EVM-compatible call data and signed via EIP-7702.
Last updated