Interactive replay of a real deployed Telegram trading bot. Every screen and every line of copy below is lifted from the shipped source. Nothing here is connected to an exchange, and no order is placed. Every number, name and result on these screens is made up to fill the layout. None of it is a track record.

A Hyperliquid trading bot you can click through right now.

Wallet creation, funding, leveraged perps, server-side trailing stops, copy-trading and prediction markets. Put your own name and colour on it and watch every screen become yours.

Make it yours Type a name, pick a colour. The whole bot re-renders.
C Cabbgeโœ“ bot
Jump to any flow

Or just tap the buttons inside the chat โ€” every one of them works.

โ—ˆ Trailing stops

Hyperliquid has no native trailing stop. A 60-second worker walks a real on-chain stop order tighter as price moves and never lets it slip back. Cancel-and-replace, with the order id read at the moment of the CAS flip so a tick can never orphan a stop.

โ—ˆ Non-custodial wallets

Keys are generated and split by an MPC provider. The server never holds a private key and cannot move funds. Users can export and keep trading on app.hyperliquid.xyz with the same address.

โ—ˆ Exact L1 signing

Msgpack action hashing plus EIP-712 typed data, byte-for-byte identical to Hyperliquid's Python SDK. Orders, leverage updates, atomic normalTpsl brackets, cancels, builder-fee approval and USD transfers.

โ—ˆ Gas-sponsored deposits

A poller watches for inbound USDC, then bridges it to Hyperliquid L1 and pays the gas. The user sends USDC once and the balance shows up ready to trade. Failures retry and say so.

โ—ˆ Confirmed copy-trading

Follow a trader and get a one-tap card when they open. Nothing auto-fires. Per-trade and per-day caps are re-checked at tap time, and each execution writes an audit row.

โ—ˆ MCP server

18 tools over an OAuth 2.1 server so the same account can be driven from an AI client. Same execution path, same guard rails.

This is the codebase, not a mockup.

I build and hand over the whole stack under your brand: bot, wallets, signing, workers, database, deploy. Fixed price, fixed scope, source and infrastructure transferred to you.

See how it is built โ†’

What this page is. A faithful, click-through replay of a Telegram bot that was built, typecheck-clean, and deployed to production infrastructure. The screens, the message copy and the button layouts are taken from the real handlers. Everything else on these screens is invented. Prices, balances, market names, profit and loss figures, trader handles, leaderboard positions and win-loss records are all filler chosen to show the layout. They are not results, not typical, not achievable, and not anybody's record. The bot has never had users, so there is nothing real to display here and nothing was substituted for it. No order is placed and no exchange is contacted from this page. The product is trading infrastructure. It makes no claim about trading outcomes, and most people who trade with leverage lose money.