OpenPR

Polymarket Copy Trade Platform Poly Syncer Launches Non-Custodial Wallet Mirroring Engine

Sweden, 14th May 2026 – Poly Syncer, accessible at www.polysyncer.com, has opened general availability of its Polymarket copy trading engine, a non-custodial execution platform that automatically replicates the on-chain positions of the most consistently profitable Polymarket wallets to subscriber accounts at a measured p99 end-to-end latency of 1.8 seconds. The platform indexes every active Polymarket wallet across 25 market categories and re-ranks them every 60 seconds against a five-factor composite score. User funds never leave the wallets that hold them: execution proceeds exclusively through a scoped EIP-712 trading signature with on-chain revocation, on a contract that the company has built without an admin key, without a proxy, and without an upgrade path.

The Structural Gap Poly Syncer Was Built to Close

According to the company’s published research, a small minority of Polymarket wallets capture a disproportionate share of net realised profit on the venue. That data has been openly available on-chain since the protocol went live; the bottleneck has never been visibility, but actionability. Manual copy trading on Polymarket introduces a thirty- to ninety-second delay between a leader’s fill and a human’s response — an interval long enough to erase the entire edge on thin order books and short-duration event markets. Custodial copy-trading alternatives close the latency gap but reintroduce counterparty risk, regulatory complexity, and a withdrawal queue.

Poly Syncer was engineered from first principles around that constraint. Polymarket is not a continuous automated market maker: outcomes resolve discretely to either zero or one dollar, liquidity sits on a central limit order book on Polygon, and the economics of position sizing, hold time, and exit logic diverge sharply from a Uniswap-style swap. Tooling retrofitted from generic AMM copy traders has historically mis-handled partial fills, CLOB order semantics, and resolution-window edge cases. The platform’s architecture rejects that retrofit in favour of a purpose-built execution stack.

Inside the Three-Stage Execution Pipeline

The Poly Syncer engine runs as three discrete services. A Rust-based Listener maintains a persistent WebSocket connection to four Polygon RPC endpoints — one premium, three redundant — subscribed directly to the Polymarket CLOB event feed; it normalises raw on-chain events into LeaderTrade messages at roughly fifty milliseconds median latency. A Go-based Risk Engine consumes those messages and applies a layered policy — trust score, liquidity floor, per-trade and per-day risk caps, position sizing, sanity gate — emitting either a MirrorIntent or an explicit rejection at a median of one hundred eighty milliseconds. A Rust-based Mirror Executor then constructs the matching order under the subscriber’s pre-signed EIP-712 authorisation and submits it through a private Flashbots-style bundle to eliminate front-running. The full pipeline budget — leader fill to mirrored fill on the subscriber’s wallet — totals approximately 1.6 seconds on the Pro tier and as low as 0.6 seconds on the Elite tier’s co-located node.

The company reports that orders routed through the public Polygon mempool incurred a measured eleven-basis-point average fill-quality loss against benchmark, an attack surface that the private-bundle routing eliminates. Operational integrity is backed by a fleet of HSM-bound signing keys (FIPS 140-2 Level 3), automated ninety-day key rotation handled atomically through a contract registry, append-only audit logs, and a documented incident history: one minor event since launch, on 14 March 2026, in which premium-RPC p99 latency rose to 4.2 seconds for eleven minutes following an upstream Polygon validator restart, with automatic failover to the secondary pool, no lost fills, and no funds at risk.

A Polymarket Leaderboard Built on a Five-Factor Composite Score

The platform’s smart money tracker scores every eligible wallet — defined as wallets with at least ten trades in the trailing thirty days — on a composite weighted as 0.45 · Sharpe-normalised + 0.20 · edge-adjusted win-rate + 0.15 · log-ROI normalised + 0.10 · drawdown resilience + 0.10 · rank stability. The Sharpe component uses log-returns of realised profit and loss against a four-week US T-bill risk-free rate, divided by the ninety-fifth-percentile Sharpe of the daily cohort. The edge-adjusted win-rate subtracts the trade-weighted mean break-even probability — defined as 1 / (1 + odds) — from the wallet’s realised win-rate, so that a sixty-percent win-rate at unfavourable entry prices is correctly recognised as inferior to a fifty-two-percent win-rate at favourable entry prices. ROI uses log-returns, clipped at the cohort ninety-ninth percentile, and is deliberately under-weighted so that no single lucky resolution can vault a wallet to the top of the Polymarket leaderboard. Drawdown resilience combines high-water-mark maximum drawdown, underwater duration, and recovery half-life. Rank stability is computed as the Spearman correlation between a wallet’s daily aggregate rank and its trailing seven-day moving rank, penalising high-churn wallets whose performance is too volatile to reflect repeatable skill.

Outlier handling uses a Hampel filter: per-trade PnL observations exceeding 3.5 times the Median Absolute Deviation from the series median are excluded from the Sharpe and ROI components, while preserved in win-rate and drawdown calculations to retain actual realised history. The evaluation window is thirty days with a ten-day exponential half-life, deliberately chosen — short enough to detect regime shift between election cycles and sports cycles, long enough to avoid sample-size collapse on the typical wallet’s weekly fill count. The full methodology is published openly on the site, with formulas, sampling windows, inactivity cutoffs, and an itemised list of known limitations — including survivorship bias, regime sensitivity, and partial mitigation of coordinated self-trading clusters.

Position Sizing With Variance-Capped Fractional Kelly

Position sizing on the platform is governed by a constrained Kelly formulation: f_mirror = min(α · f*, c_var(σ), c_user), where f* is raw Kelly, α is fixed at 0.25 (quarter-Kelly damping calibrated from a three-year backtest on historical Polymarket fills), c_var(σ) = k / σ² is a per-category variance cap, and c_user is the subscriber-defined maximum percentage of bankroll per trade. The same risk module enforces daily-loss circuit breakers, per-trader allocation ceilings, stop-loss and trailing-stop logic, slippage rejection thresholds, time-of-day windows, and category-level circuit breakers — all server-side, so that a subscriber’s discipline is not defeated by a phone left at home or an unread alert at three in the morning.

The platform supports twenty-five Polymarket verticals — Politics, Sports, Crypto, Finance, Geopolitics, Earnings, Tech, Culture, World, Economy, Climate & Science, Elections, Mentions, Games, Basketball, NBA, Movies, Soccer, Weekly, Recurring, Fed Rates, Business, New Listing, Trending, and Ending Soon — each addressable as an independent category gate. A subscriber can follow a wallet for its Crypto and Fed Rates positions while ignoring its Sports book, directly addressing a common failure mode of whole-wallet mirroring, in which a specialist’s casual positions outside their edge erode portfolio performance.

Five Pre-Built Strategies and a No-Code Builder

For subscribers who prefer not to assemble their own configuration, Poly Syncer ships five pre-built strategies. The Top-10 Weighted Basket mirrors the ten highest-Sharpe wallets, weighted inversely by drawdown, with an eight-percent default per-wallet allocation and a twenty-four-hour rebalance cadence. Politics-only Conviction tracks wallets with a trailing ninety-day Sharpe above 2.5 in the Politics and Elections categories, mirroring only trades in which the leader’s position exceeds four percent of their book. Sports Same-Side Fade inverts the signal: it mirrors the opposite side of wallets with a negative ninety-day Sharpe in Sports, Basketball, NBA, and Soccer. Earnings Binary Spread activates only during earnings season, splitting each fill across binary legs using Kelly-fraction stakes. Whale-Watcher Copy mirrors any single trade above $50,000 USDC from top-200 wallets, holding to the source’s exit or seventy-two hours, whichever comes first. Elite subscribers also receive a visual no-code strategy builder with a drag-and-drop canvas — wallet screen, Kelly sizer, category gate, exit rule — backed by a ninety-day backtest preview and parallel A/B variants.

Audit, Bug Bounty, and the Non-Custodial Contract

The execution contract was audited by Trail of Bits in Q1 2026, with scope covering the EIP-712 signature flow, the mirror executor, the risk-engine policy code, and the Safe trading module. The published report records two informational findings — both gas-optimisation suggestions implemented before mainnet deployment — and zero medium, high, or critical findings; the on-chain bytecode hash matches the audited artifact. The contract is non-upgradeable, has no admin key, and accepts no proxy: revocation of a subscriber’s trading permission propagates within one Polygon block, approximately two seconds, with no operator involvement required.

The company runs a paid bug bounty paying $50,000 for critical disclosures — direct fund theft, unauthorised contract upgrade, signature replay, or key compromise — $15,000 for high-severity issues bypassing risk-gate caps, $3,000 for medium findings, and $500 for low-severity defence-in-depth issues. Disclosures are acknowledged within twenty-four hours, triaged within seventy-two, with a ninety-day standard disclosure window and a published PGP fingerprint for encrypted submissions. The company commits in writing not to pursue legal action against good-faith researchers and offers public credit unless anonymity is preferred.

No KYC, No Email, No Behavioural Tracking

Poly Syncer collects no email address, no name, no government identification, no phone number, no postal address, and runs no Google Analytics, Meta Pixel, third-party advertising SDK, session replay, heatmap, or scroll-depth telemetry. The only persistent identifier associated with an account is the user’s wallet address. IP addresses are cached for sixty minutes for rate-limiting purposes only, are never joined to wallet identifiers, and are deleted at the end of the window. Operational logs covering HTTP traffic, errors, and RPC timing are retained for seven days and then deleted; trade history is retained for the lifetime of an active account and anonymised after ninety days of inactivity. The company’s stated position is that the cleanest way to honour user privacy is not to collect personal data in the first place.

Wallet screening against the OFAC SDN, EU consolidated, UK HMT, and UN sanctions lists is performed at connection time and refreshed daily; sanctioned wallets are rejected, and active wallets later added to a list are disconnected. The platform restricts use from North Korea, Iran, Syria, Cuba, Crimea, Donetsk and Luhansk, Russia, Belarus, Sudan, and South Sudan. The company is GDPR- and CCPA-compliant, with subject-access requests verified by wallet signature rather than email or document upload.

Pricing, Onboarding, and the Minimum Viable Position

Poly Syncer ships with three tiers, structured so prospective users can validate the data before paying. The Free tier offers unrestricted, view-only access to the leaderboard, the smart money tracker, all twenty-five category dashboards, read-only strategy templates, and the complete methodology. The Pro tier, priced at $299 per month, unlocks live automated Polymarket trading for up to 250 wallets, unlimited trades, dedicated premium RPC, the complete risk-control suite, Kelly and fixed-fraction sizing, time-of-day windows, MEV-resistant private mempool routing, multi-channel alerting (Telegram, Discord, push, email, webhook), iOS and Android apps, hardware-key panel security, and CSV/JSON export. The Elite tier, at $499 per month, removes every numerical cap and adds sub-second execution on a co-located node, AI-assisted alpha discovery, an insider-proximity correlation engine, mempool sniping, a no-code strategy builder, an eighteen-month backtesting engine, Flashbots-bundled anti-frontrun routing, hedge mode, cross-market arbitrage routing, IRS-ready tax exports, governance-vote mirroring, a raw API and WebSocket signal feed, a VPS-hosted bot replica on global edge nodes, and a personal quant analyst reachable 24/7. The minimum capital required to begin live mirroring is $25 USDC, with no upper bound. Subscriptions can be cancelled from the dashboard in a single click, with no email step and no retention friction. Billing is settled in USDC, ETH, or card.

Context for the Prediction-Market Category

Prediction markets have transitioned from a niche curiosity into a meaningful pricing venue for political, macroeconomic, and cultural events, with Polymarket volumes repeatedly setting records during major election and earnings cycles. The asymmetry between professional wallets running bespoke infrastructure and retail participants navigating a browser has scaled in lockstep with that growth. Poly Syncer’s public thesis — articulated across its manifesto, whitepaper, and methodology — is that the infrastructure layer for prediction-market execution should be available to anyone who can sign a transaction, that the leaderboard underpinning that infrastructure should be statistically honest, and that the platform delivering it should never be in a position to lose a user’s funds. The company has stated, in writing, that if regulation were ever to require it to take custody of user assets, it would close before it would comply.

Company Details

Organization: Poly Syncer

Contact Person: Elon Hedlund

Website: https://www.polysyncer.com/

Email: Send Email

Country: Sweden

Release Id: 14052644997

Disclaimer: This announcement is provided for informational purposes only and does not constitute financial, investment, trading, legal, or regulatory advice. Participation in prediction markets and automated trading tools involves risk, and outcomes are not guaranteed. Users are solely responsible for assessing suitability, compliance with applicable laws, and potential losses before use.