Diffusal

DiffusalRfqExecutor

Delegated RFQ execution helper for portfolio routing, premium settlement, and margin checks

DiffusalRfqExecutor is a deployed contract that executes RFQ fills for DiffusalOptionsRFQ.

It handles:

  • taker / RFQ market-maker portfolio lookup and creation
  • position and premium updates for RFQ fills
  • close-position settlement
  • RFQ fee collection
  • post-trade health checks

DiffusalOptionsRFQ points to it through the contract's executor setting.

Key Functions

executeFill(...)
executeLiquidationFill(...)

See Also

On this page