Skip to content
View Zyntraflow's full-sized avatar
  • Joined Feb 17, 2026

Block or report Zyntraflow

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Zyntraflow/README.md

Zyntraflow

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.

Quick Start

  1. Install and validate the core runtime.
npm install
npm run preflight
npm test
npm run lint
  1. Build the web app.
cd my-smart-wallets-app
npm install
npm run build

Premium

Premium mode serves wallet-bound encrypted packages after access-pass checks. Pull and decrypt flow is exposed through /api/premium/[reportHash]/[address] and /premium/decrypt.

Alerts

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:webhook

Execution Safety

Execution remains optional and policy gated. Replay guard, nonce management, stuck-transaction kill switch, and accounting controls are documented in docs/runbook.md.

Links

Website: https://zyntraflow.org
Discord: https://discord.gg/p7Ty4ERH
X: https://x.com/zyntraflow
GitHub: https://github.com/Zyntraflow
Telegram: https://t.me/zyntraflow

Popular repositories Loading

  1. Zyntraflow Zyntraflow Public

    TypeScript 2