Skip to main content

Outcome

A Telegram bot in TypeScript that lets a user /buy <token> or /sell <token>, quotes via Velora mode=ALL, surfaces slippage and price impact, and executes via Delta when available (gasless, MEV-protected). Falls back to Market with a conservative slippage when Delta is unavailable.

Prompt

End-state check

  • A /buy flow on a $1k trade routes through Delta and settles gaslessly within the lifecycle window.
  • On a tiny test trade where Delta returns no quote, Market is used with the slippage and MEV warning surfaced.
Last modified on June 14, 2026