Ecosystem Architecture
PolyOrbit operates as a non-custodial middleware layer that sits between the user, the blockchain, and the Polymarket protocol. The architecture is designed for speed, security, and transparency.
High-Level Data Flow
User Interface (Web/Telegram): The user defines their strategy (the Chain) and signs a Session Key permission.
PolyOrbit Engine (The Watchtower): This off-chain infrastructure monitors the Polymarket API 24/7 for specific resolution events and price conditions.
Execution Module: Once a condition is met, the engine constructs the transaction payload.
Blockchain Layer (Polygon): The transaction is broadcasted to the Polygon network using the user's Session Key.
Polymarket Protocol: The smart contracts (CTF Exchange) execute the trade, redemption, or swap.
Architecture Diagram
The flow operates as follows:
Configuration: User connects Wallet -> Generates Session Key -> Configures Chain Logic.
Monitoring: The Watchtower Node polls the
Polymarket CLOB APIandGraph APIfor market resolution data.Trigger: Event Detected (e.g., "Market X Resolved YES").
Action: The Executor Node uses the Session Key to call the Polymarket Proxy Contract.
Settlement: Funds move directly from the Polymarket Smart Contract to the User Wallet (or back into the next Contract). PolyOrbit never holds user funds.
Technology Stack
Network: Polygon PoS (for low-cost, high-speed settlement).
Data Feed: Polymarket CLOB (Central Limit Order Book) API.
Auth: EIP-712 Signatures for secure, scoped session management.
Last updated
