2.6.9 Example Workflow: On-Chain Copy Trading

1. User Links Wallet: The system verifies ownership via signature.

2. System Monitors lead trader’s on-chain activity (via Etherscan API).

3. When a new trade occurs: The system retrieves details, caches data in Redis, and triggers real-time notifications for subscribers.

4. Follower Execution: Follower accounts replicate the trade on an exchange or on-chain if they’ve granted permission.

5. Alerts: The system sends out push notifications or emails summarizing the trade event.

Last updated