Overview
At the highest level, the Finys system is composed of four core layers:
User Interface Layer: Web & mobile app frontends for interacting with the platform.
Automation Engine: Handles agent logic, scheduling, condition evaluation, and execution.
Execution Layer: Smart contracts on mainnet responsible for secure execution of swaps, bridges, and other actions.
Data + Event Layer: Handles indexers, wallet listeners, price feeds, and Web2 hooks (e.g. subscriptions).
This layered design ensures that agents are modular, rules are composable, and financial automations can be created without exposing users to smart contract risk.
Last updated