Infinity
acquisition brief · updated 2026-07-21
Infinity is a production Telegram trading terminal covering Hyperliquid perpetuals, spot and copy-trading plus Polymarket prediction markets — written in Rust by a single author, proven on mainnet with real funds, and sold as a complete, transferable package. This page is the brief a buyer can forward to their technical reviewer.
Every figure below is re-checkable during due diligence — nothing is rounded up for marketing.
Five layers with a single dependency direction — Telegram surface → use-cases → venue adapters → storage — over a pure domain core. Money movements follow a strict tri-state contract: every fund-moving call returns Confirmed, Unconfirmed or Failed; ambiguous outcomes are frozen and escalated, and only provably-unsent operations are ever retried. Money paths are idempotent end-to-end: deterministic client order IDs, fill de-duplication, mark-first settlement, clear-before-send payouts.
The interactive layer map lives on the main page; the full picture opens under NDA.
Each account gets its own dedicated on-chain wallet, generated server-side and never pooled. Private keys are stored AES-256-GCM-encrypted under an operator master key; users can export their key at any time, and the operator holds offline export and rotation tooling. Every key decryption is written to the audit log at Critical severity.
This is encrypted per-account custody with self-export — the same model the largest Telegram trading bots run at scale. It is not a trustless design, and we never describe it as one: operator key hygiene is part of the trust model, and the documentation says so.
All fee rails are built, wired and exercised on mainnet. Receiver addresses are set per deployment via environment — they switch to the buyer's wallets on day one.
| Rail | Mechanism | Shipped rate |
|---|---|---|
| Perpetuals | Hyperliquid builder code, attached to every order | 0.05% |
| Spot & HIP-4 outcome markets | Builder code | 0.25% |
| Polymarket predictions | CLOB builder fee on taker orders | 0.50% |
| Copy-trading | Performance fee on realised profit, high-water-mark | 9% |
Honest status: the product is pre-revenue. The rails above are live and proven with real funds; what the asset lacks is distribution, and that is exactly what a buyer with an existing audience supplies. Builder-code revenue is independently verifiable on public ecosystem dashboards, so post-acquisition earnings need no trust in the seller's screenshots.
The core is proprietary (LicenseRef-Proprietary, publish = false), written solely by one author — no contractors, no copied code. Dependency hygiene is CI-gated with cargo-deny and cargo-audit.
Two SDK forks are vendored and disclosed up front: the Polymarket SDK fork is MIT; the Hyperliquid SDK fork carries MPL-2.0 obligations at file level. Both forks document every patch in a FORK.md. A server-side bot does not distribute these files to end users, and the full licence memo is part of the data room — disclosed before you find it, not after.
Serious inquiries get the data room and a live screen-share of the bot trading. Escrow-friendly, NDA on request.