FAQ
What does EonFlow do in plain English?
It lets you control a trading stack from Telegram: manage wallets, mirror trades (copy‑trade), and place fast entries (sniper). It also exposes health and metrics for monitoring.
Do I need to know how to code?
Not to operate it through Telegram. For extending features (new DEX integrations, chains), basic Python knowledge helps.
Is it safe to paste my private keys here?
No. Never paste private keys into chats. Use secure storage, hardware wallets, or encrypted keyfiles. The provided examples never require raw keys in plaintext.
Can I run on another RPC provider?
Yes, but the code is tailored for Alchemy. You can implement a provider adapter in core/provider.py
.
Will this make me money?
There is no guarantee. The system is tooling, not a promise of profit. Use at your own risk.