Skip to main content

Product Model

PolyEdge can be understood as an “intelligence + execution” system for prediction markets.

Module Structure

ModuleRoleUser Value
MarketsShows prediction markets, prices, order books, and trading entry pointsQuickly discover and participate in markets
NewsAggregates news and links it to marketsJudge how external events may affect probabilities
Smart moneyTracks high-value wallets and capital flowsIdentify information flows that may have an edge
Wallet dashboardShows wallet returns, win rates, trades, and positionsValidate the historical performance of wallets to follow
Managed walletSupports automated Polymarket executionReduces the operational burden of trading and copy trading
Copy trading / AgentCopies or simulates specified strategiesTurns signals into controlled execution
Subscription / referralProvides feature tiers and commercializationSupports long-term service and ecosystem growth

Decision Path

A typical PolyEdge decision path looks like this:

  1. A user finds abnormal volume or odds movement in the market workspace.
  2. The user checks the news module to see whether related events or sentiment changes exist.
  3. The user checks the smart-money module to confirm whether high-win-rate wallets participated early.
  4. The user opens the wallet dashboard to validate that wallet’s historical performance in similar markets.
  5. The user chooses manual trading, paper copy trading, or live copy trading.
  6. Later, the user reviews results through order records, PnL, and the Agent decision chain.

Execution Path

Automated execution depends on stricter authorization and risk control:

  1. Connect the user’s own wallet.
  2. Create or bind a PolyEdge managed wallet.
  3. Complete funding preparation and required approvals.
  4. Configure the copy target, mode, amount, and limits.
  5. The Agent listens for signals and applies risk-control checks.
  6. Trades are executed when rules pass; blocked reasons are recorded when they do not.

Data and Contracts

The subscription and referral system is connected to on-chain contracts. Based on local project materials, the following are involved on Polygon Mainnet:

ContractAddress
ReferralRegistry0xe9c96d7792B12f67784c8885e50bF88946228B84
SubscriptionManager0x447Ea968Bd7fCff5800c2a4808e576D0BB826FA0
RevenuePool0x275C7fC8152f261515F910b42Ee35D05b5204F34
USDC.e0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174

At official launch, please treat the website, on-chain contracts, and product pages as the source of truth.