Aggregation Algorithm
The Fragmentation Problem Liquidity in prediction markets is fragmented. A user wanting to buy $100,000 worth of "Yes" shares on an outcome might face 5% slippage on Polymarket, 4% on Kalshi, and 8% on Limitless if they tried to trade on just one platform.
The Smart Order Router (SOR) FaaSFi's proprietary SOR algorithm functions similarly to 1inch or Jupiter in DeFi, but optimized for conditional outcome shares.
Algorithm Logic:
Snapshot: The engine takes a snapshot of the Order Book (OB) depth from all three sources.
Pathfinding: It calculates the optimal "split."
Example: Executing $40k on Polymarket, $35k on Kalshi, and $25k on Limitless.
Atomic Execution: The trades are executed simultaneously. If one leg fails (e.g., price moves too fast), the entire transaction reverts to protect the user from partial hedging.
Last updated
