Solver Integration
Solver integration means exposing the HTTP endpoints expected by the coordinator, registering on-chain, responding within auction windows, and settling winning certificates on Sui.Recommended path
- Read Solvers and Fisherman.
- Follow Join as a Solver.
- Implement against the Fisherman API and the live OpenAPI spec.
- Use Execute Settlement for the winning transaction flow.
- Review Solution Validation and Ranking before returning solve responses.
Integration requirements
- Public HTTP service URL configured for coordinator discovery.
/quote,/solve,/settle, and/notifyendpoints.- Sui signing wallet for settlement.
- Idempotency handling for retries and notifications.
- Liquidity strategy that can satisfy protected minimums.
Solver API
Fisherman docs, endpoint groups, and OpenAPI links.
Execute settlement
Settlement transaction checklist.