For the complete documentation index, see llms.txt. This page is also available as Markdown.

Integration with Front-Ends

Drop-in margin infrastructure for prediction market terminals.

Front-ends integrate Multiply by adding a small set of UI components and interacting with Dimes' API surface. Front-ends never underwrite risk, and never participate in hedging; they route user intent and render Multiply's state updates.

As the system evolves, new features, APIs, and simplified integration paths may be introduced. Front-ends will always interact with Multiply through a narrow, stable interface, but specific parameters: leverage availability, liquidation bands, supported markets, and state feeds, may change as we expand to additional venues and improve hedging infrastructure.

All integration updates will be backward-compatible or accompanied by clear migration guidelines.

Front-End Requirements

Front-ends display basic leveraged-position functionality:

  • market selection

  • direction (YES/NO)

  • leverage selection

  • position size input

  • required collateral

  • liquidation price and buffer

  • fees

  • live PnL and risk indicators

  • ability to close a position

What Multiply Provides

Multiply provides:

  • quotes for opening/closing positions

  • execution and settlement of positions on underlying venues

  • real-time PnL and margin updates

  • leverage decay, liquidation triggers and events

  • clear error codes for unhedgeable or invalid requests

Last updated