Automation Agents
Agents are the backbone of the Finys platform.
An agent is a programmable, composable automation flow that listens to on-chain or off-chain events and performs financial actions accordingly.
For example:
“If ETH price > $3,000 and gas < 30 gwei → Swap 25% ETH to USDC on Arbitrum.”
Agents can:
React to market, wallet, or protocol conditions
Trigger actions like swaps, bridges, or cancels
Be linked to specific financial goals
Be built via drag-and-drop or GPT chat prompts
Be shared or copied by other users in the marketplace
Every agent lives in a secure sandbox and has access to embedded Skills, such as Swap, Bridge, Cancel, Harvest, Rebalance, and more. These Skills are reusable logic blocks that abstract away technical complexity.
Last updated