List bridge solver wallets
Bridge
Bridge Solvers
[Alpha Preview] List the public solver wallets that pay bridge fills, per ecosystem.
GET
List bridge solver wallets
GET /api/2/bridge/solvers returns the public solver wallets that pay fills.
Useful for labelling solver transactions on explorers, allowlisting
counterparties, or verifying that a destination-side fill really came from
Mobula’s solver. No query parameters.
Response
ecosystem—evm,solana, orhl(HyperLiquid L1).address— the wallet’s public address in that ecosystem’s format.primary— on EVM, the settler that owner-bound operations (settlement, rebalancing, refunds) pin to; on Solana and HyperLiquid the single solver wallet is alwaysprimary.chainIds— the bridge chain ids this wallet operates on, matching the ids used by/routesand/quote.
How the wallets are used
- EVM — deposits go to the bridge contract, never to these wallets. Fill inventory also lives on the contract; any wallet in this pool can sign the fill transaction, so destination-side fills originate from these addresses.
- Solana — the solver wallet holds the fill inventory (SOL + USDC)
directly, and SPL/SOL deposits built by
/quoteare memo-tagged transfers to it. - HyperLiquid — the solver’s HyperCore account (same address as the EVM primary settler); spot fills are paid from it and HL-origin deposits are transfers to it.
Response
200 - application/json
List of solver wallets.