Key Features

Edge Poly introduces a feature architecture designed to let traders construct automation logic that feels less like configuring a tool and more like orchestrating a dynamic system of cause and effect relationships inside prediction markets. At the surface layer, the Visual Chain Builder acts as a graph-based interface where users drag and connect nodes to define the sequence of Source → Condition → Action transitions. Unlike spreadsheets or script heavy tooling, this canvas-based builder allows even complex automation pipelines to be represented visually, forming an intuitive programming model for market event flows. The standard Link Order forms the backbone of most strategies: the moment a source market resolves, Edge Poly redeems the shares, converts them into USDC, and deploys capital into a target outcome with no user intervention. For users who need reactive protection instead of linear progression, Hedge Link logic introduces triggered exits and correlated hedges that activate when live positions fall below user defined thresholds, effectively turning prediction positions into rule governed risk modules. Split Orders expand this logic further by allowing capital to divide the moment resolution occurs, such as routing half of the proceeds back to the user’s wallet while propelling the remainder into the next market in the chain, creating a hybrid of compounding and capital extraction within a single automated instruction.

Under the hood, all these behaviors operate through a non custodial session-key system that minimizes trust while enabling uninterrupted automation. Users authorize a temporary proxy key that carries sharply restricted permissions, allowing the execution engine to handle only the actions encoded in the chain, never exceeding the boundary of the contract the user defined. This removes the repetitive friction of wallet confirmations without granting open-ended control. Each execution is safeguarded by slippage protections and liquidity aware logic that continuously evaluates the feasibility of an order, preventing trades from being routed into thin books or extreme price conditions. The Active Chains Dashboard exposes the entire lifecycle of every chain whether a sequence is dormant, executing, transitioning into a target market, completed, or halted due to a detected anomaly. Complementing this is the Strategy Library, where users can share or clone high-performing chains, enabling community-driven refinement of causal trading logic. Notifications and outbound hooks provide real-time visibility into automation behavior, sending alerts through Telegram, email, or custom webhooks whenever a chain triggers, executes, or halts, keeping traders informed even when they are completely offline.

Last updated