Automation Trigger Logic
ach agent is composed of:
Trigger Conditions (e.g. ETH > $3,000, gas < 20 gwei, USDC in wallet > $500)
Action Block (e.g. swap, bridge, cancel, transfer, alert)
Optional Schedule (e.g. daily, once, on price update)
These conditions are evaluated by the Finys Automation Engine, which checks triggers on-chain, off-chain, or both — depending on what the agent requires.
Once the conditions resolve as true, the execution is passed to the smart contract layer for handling.
We support:
Cross-chain event triggers
Multi-conditional logic
Web2 + Web3 hybrid triggers
Agent chaining (outputs as triggers for other agents)
This makes Finys a powerful financial IFTTT engine | programmable, composable, and secure.
Last updated