Overview
The Optimex PMM SDK / API enables seamless integration between Professional Market Makers and the Optimex solver network for cross-chain liquidity provision and settlement. The integration follows a three-phase process.

1. Indicative Quote
PMM receives quote requests via
/indicative-quote
endpointPMM responds with indicative quote, and includes session tracking for quote consistency
2. Commitment
If the user is interested in trading with the PMM, Solver will send a commitment request via
/commitment-quote
to the PMMPMM responds with committed quote
3. Settlement
If the PMM's committed quote is selected to settle the swap, Solver will request the PMM for the settlement signature
PMM receives settlement acknowledgment from Solver
PMM makes payment to the User on an appropriate asset chain, and submits the payment information
For more technical details, including API and code example for PMM to integrate with our Solver, please refer to our repository at this link.
Last updated