Zyntraflow is software for verifiable onchain arbitrage operations with signed public feed artifacts, encrypted premium package delivery, alert routing, and optional policy-gated execution safeguards.
- Install and validate the core runtime.
npm install
npm run preflight
npm test
npm run lint- Build the web app.
cd my-smart-wallets-app
npm install
npm run buildPremium mode serves wallet-bound encrypted packages after access-pass checks. Pull and decrypt flow is exposed through /api/premium/[reportHash]/[address] and /premium/decrypt.
Alert events are routed through Discord, Telegram, and webhooks using wallet-signed subscription preferences.
Telegram command webhook is available at /api/telegram/webhook when TELEGRAM_ENABLE_COMMANDS=true.
Set webhook safely with:
npm run telegram:webhookExecution remains optional and policy gated. Replay guard, nonce management, stuck-transaction kill switch, and accounting controls are documented in docs/runbook.md.
Website: https://zyntraflow.org
Discord: https://discord.gg/p7Ty4ERH
X: https://x.com/zyntraflow
GitHub: https://github.com/Zyntraflow
Telegram: https://t.me/zyntraflow

