What Is a Solver Network
How intent-based systems turn user outcomes into competitive execution markets
A solver network is the execution market behind an intent-based crypto system. Users define the outcome they want. Solvers compete to find a valid path, price the execution risk, and deliver the result under explicit constraints.
1. Why Crypto Needs Solver Networks
Crypto execution remains deeply fragmented. Moving value across asynchronous chains forces users to choose bridges, find liquidity, manage slippage, maintain gas on multiple networks, and tolerate failed transactions or delayed finality. Instead of making pure economic choices, users are forced to double as manual execution planners.
Intent-based systems flip that interface. Instead of asking the user to define every step, they let the user define a declarative outcome: receive X asset on Y chain, above Z minimum amount, within a specific timeframe. The execution system then searches for a valid route that satisfies those constraints.[1]
Solver networks exist because Web3’s underlying friction does not simply evaporate. Every execution path still runs through bridges, DEXs, market-maker inventory, gas volatility, and settlement rules; the complexity is absorbed by a specialized execution layer.
2. What a Solver Network Actually Does
A solver network is a competitive marketplace of specialized execution actors that compete to satisfy user intents. Within the NEAR Intents ecosystem, these actors function primarily as market makers: participants that quote, route, and settle user requests directly through the protocol.[2]
The underlying mechanics resemble a rapid offchain auction. Once a user cryptographically signs an intent, solvers evaluate routing paths and submit competing quotes. The protocol or application then selects the best feasible quote, triggering the winning solver to execute the path while settlement infrastructure verifies compliance against the user’s constraints.
This positions the solver network as the execution middleware between user intent and onchain settlement. It is neither the wallet, the bridge, nor the final settlement contract. It is the competitive execution market responsible for translating a user’s desired outcome into a valid state transition.
3. From Intent Submission to Settlement
A production-ready intent lifecycle typically moves through five asynchronous phases:
- Intent Submission: a user or application broadcasts a signed intent specifying the hard boundary conditions of the desired outcome.
- Quote Discovery: solvers rapidly evaluate offchain liquidity, viable routing paths, real-time gas volatility, and inventory rebalancing risk to formulate competitive bids.
- Quote Selection: the protocol, application, or end-user selects the best feasible quote that satisfies the stated constraints.
- Execution: the selected solver orchestrates the necessary offchain and onchain operations, often leveraging its own inventory for localized execution speed.
- Settlement Verification: the settlement layer programmatically verifies whether the target state satisfies the signed constraints before final execution is cleared.[4]
Internal routing mechanics remain decoupled from the user interface. The end-user requires constraint satisfaction; the solver focuses on profitably executing within those exact boundaries.
Inside that lifecycle, solvers do not merely scan for the cheapest path; they actively price execution risk under market volatility. A quote is a compressed, real-time expression of route quality, localized inventory depth, cross-chain gas exposure, and execution failure probability.
This is why competitive solver markets matter. A dense, active network of solvers competing for order flow can drive tighter spreads and better execution quality for the end-user. Conversely, if execution oligarchies form around a handful of dominant players, the system risks becoming more opaque, less competitive, and more dependent on siloed private liquidity advantages.
4. The Solver Layer in NEAR Intents
NEAR Intents applies this model by routing user-defined outcomes through quote discovery, market-maker execution, and verifier-based settlement.
Within the NEAR Intents topology, each component has a distinct role: the 1Click API standardizes and packages user requests, market makers supply competing quotes, the Message Bus coordinates the transaction pipeline, and the Verifier Contract enforces the settlement boundary.[3][4] The solver network lives near the center of this architecture, acting as the primary engine for execution search and real-time risk pricing.
5. Chain Signatures as Cross-Chain Authority
NEAR’s Chain Signatures complement rather than replace solver-driven execution. By allowing a native NEAR account or smart contract to programmatically sign payloads for external environments such as Bitcoin or Ethereum, Chain Signatures introduce an important primitive: cross-chain cryptographic authority without requiring users to manage separate private keys.[5]
The division of labor is simple:
- Intents declare the target end-state.
- Solver networks compete over execution paths.
- Chain Signatures authorize native actions on external chains.
- Settlement infrastructure verifies constraint compliance before the result finalizes.
Solvers compete over execution efficiency, routing, inventory, and pricing. Chain Signatures expand what a NEAR account can cryptographically authorize. The two layers solve different parts of the chain abstraction problem.
6. Risks and Tradeoffs
Solver networks can abstract away much of the user-facing friction in Web3, but they introduce non-trivial structural tradeoffs that require strict protocol guardrails.
Solver Centralization: If execution bottlenecks around a small number of sophisticated market makers, quote competition can degrade, pricing may become less transparent, and private liquidity advantages can become harder to challenge.
Routing Opacity: Shifting execution mechanics offchain leaves intermediate steps less visible to the end-user. That can be acceptable under robust settlement verification, but it can also mask suboptimal execution behind a frictionless interface.
MEV and Information Asymmetry: Solvers naturally hold structural advantages, including low-latency infrastructure, proprietary liquidity pools, and order-flow visibility that everyday users cannot audit in real time.
The Failure Vector: Technical and economic execution failures cannot be engineered away. When a cross-chain route breaks, the system needs programmatic rules for timelocks, expirations, rejections, refunds, and state rollbacks.
The most resilient solver networks will not be the ones promising abstract magic. They will be the ones that keep execution competitive, constraints enforceable, and settlement verifiable.
The bottom line is simple: a solver network turns user-defined intents into executable outcomes by pushing routing, liquidity, and execution risk into a specialized market of competing actors.
References
- NEAR Intents, "What Are Intents?," accessed June 2026. https://docs.near-intents.org/getting-started/what-are-intents
- NEAR Intents, "Market Makers," accessed June 2026. https://docs.near-intents.org/integration/market-makers/introduction
- NEAR Intents, "About 1Click API," accessed June 2026. https://docs.near-intents.org/integration/distribution-channels/1click-api/about-1click-api
- NEAR Intents, "Verifier Contract," accessed June 2026. https://docs.near-intents.org/integration/verifier-contract/introduction
- NEAR Documentation, "Chain Signatures," accessed June 2026. https://docs.near.org/chain-abstraction/chain-signatures