What are Solvers?

Solvers are independent execution agents that compete to fulfill user intents. They use their own liquidity to pay users instantly, then receive settlement credits after verification.
Solvers never touch user funds. They pay from their own pools and are reimbursed via the settlement layer.

How Solvers Operate

PhaseActivities
MonitoringWatch Events · Cross-chain Indexing
EvaluationCheck Profitability · Verify Liquidity
ExecutionExecute Payout · Submit Proof
SupportSettlement (Claim Credits) · Rebalancing · Reporting (P&L)

Solver Lifecycle

1

Monitor Events

Solver watches OrderCreated events across all supported chains
2

Evaluate Intent

For each intent, solver evaluates:
  • Do I have sufficient liquidity on destination?
  • Is the fee profitable after gas costs?
  • Am I fast enough to win?
3

Execute

If viable, solver calls their SolverPool to execute the payout
4

Settlement

After watcher verification, solver receives USDC credit on Base
5

Rebalance

Periodically move liquidity between chains to maintain capacity

Solver Economics

RevenueCosts
Settlement CreditPayout Amount
Execution Speed AdvantageGas Fees
Capital Cost
Infrastructure
RevenueCost
Settlement credit (input amount)Payout amount to user
Execution timing advantageGas fees on destination chain
Liquidity capital cost
Infrastructure costs
Profit = Settlement Credit - Payout - Gas - Capital Cost
Solver profit margins are typically small per-transaction but accumulate across high volume.

Competition Model

FactorDescriptionOutcome
SpeedFirst winsWin Intent
LiquidityFunds available
CoverageMore chainsEarn Credit
EfficiencyLower gas
Solvers compete on:

Speed

First solver to execute wins the intent

Liquidity

Must have funds on destination chain

Coverage

More chains = more opportunities

Efficiency

Lower gas costs = better margins

Solver Requirements

To operate as a solver:
RequirementDescription
LiquidityCapital deployed across target chains
InfrastructureMonitoring, execution, and settlement systems
AuthorizationWhitelisted by Gasyard protocol
SolverPoolsDeployed on each supported chain

Solver Behavior Guarantees

GuaranteeEnforcement
No user fund accessAssets go to Gateway, not solver
Correct executionWatchers verify before settlement
No double-spendingOrder IDs are unique and tracked
Refunds on failureRefundPool handles expired intents

Off-Chain Coordination

Gasyard operates coordination infrastructure that supports solvers: Coordination Flow:
  1. Event Indexing → Intent Classification → Solver Optimization
  2. State Sync → Fallback Routes
  • Event indexing — Fast, reliable event monitoring
  • Intent classification — Route intents to capable solvers
  • Execution heuristics — Optimize solver selection
  • State synchronization — Cross-chain consistency
  • Fallback routing — External liquidity for edge cases
The specific algorithms and optimizations remain proprietary, as they form a key part of Gasyard’s execution advantage.
Next: Learn about Security — the multi-layer protection model.