Backend & Database Layer
Our backend is built in TypeScript and Node.js, hosted in a cloud-native environment. We use:
PostgreSQL for agent definitions, user preferences, action logs
Redis for real-time evaluations
Webhooks/Event Bus for triggering automation across wallets or bank feeds
Open APIs to ingest price, gas, protocol, and account data
The backend has modular services like:
Wallet scanner
Rule evaluator
Goal tracker
Subscription analyzer
Cross-chain bridge relay
Everything runs through a queue system to ensure high availability and throughput.
Last updated