← Index
Source: docs/issues/issue-58-risk-mitigation-strategy.md (auto-generated by scripts/generate-docs-html.mjs — edit the .md, not this file)

Risk Mitigation Strategy

Issue #58 | State: OPEN | Created: 2026-01-16T00:48:35Z

Assignees: linked0

Updated: 2026-01-21T01:46:31Z | Closed: N/A


Overview

To protect the platform's capital from the risks of acting as the initial liquidity provider, we must implement advanced trading logic.

Sub tasks

  1. Spread Capture (Markup)

    • Initial orders provided by the admin should not be at fair value (0.50) but should include a spread (e.g., sell YES @ 0.55, NO @ 0.55) to build a profit buffer against adverse selection.
  2. Dynamic AMM Pricing

    • Implement an inventory-balancing algorithm that automatically adjusts prices based on the platform's remaining token inventory.
    • If traders buy heavily into one outcome, the price for that outcome should rise to curb demand and capture premium.
  3. Negative Risk (NegRisk) Implementation

    • For multi-outcome markets, allow "NO" orders on one outcome to serve as liquidity for "YES" orders on others.
    • This aggregates liquidity and reduces the capital required from the platform by letting traders bet against each other's conflicting positions.

Details

Dynamic Automated Market Maker (AMM) Pricing

Negative Risk (NegRisk)