Resolvers
Understanding Omniston resolvers - quote providers and execution counterparties for TON and cross-chain routes
Last updated
Understanding Omniston resolvers - quote providers and execution counterparties for TON and cross-chain routes
Resolvers answer Omniston RFQs with executable quotes and participate in settlement for the selected route.
For an intrachain swap on TON, a resolver prices the route and completes swap settlement. For a cross-chain route, a resolver also provides destination-side liquidity and completes the order-settlement flow on the destination chain.
RFQ: Omniston receives a request for executable pricing.
Quote response: One or more resolvers return quotes for the requested route and amount.
Selection: A quote is selected and the source-side action is submitted.
Settlement: The selected resolver completes either swap settlement on TON or order settlement for a cross-chain route.
Completion: Omniston exposes settlement progress until the swap or order reaches its final status.
See How to Become a Resolver for:
Registration and SBT requirements
gRPC authentication and connection flow
Quote-handling and execution responsibilities
Last updated