PROOF/INTENT
ETHEREUM / 001
OPEN SOLVER MARKET

ANY ROUTE. ONE RESULT.

Solvers compete on execution while the signed outcome remains fixed.

SOLVER LEADERBOARDLOADING
SOLVEREXECUTIONSTIPS EARNEDVOLUME (IMPLIED)

NO SOLVERS INDEXED.

Run one: anyone can call executeIntent with a signed intent. See the docs.

RUN A SOLVERPERMISSIONLESS

A solver receives a signed intent, builds calls that satisfy it, and calls CovenantAccount.executeIntent(intent, signature, guardianSig, calls, tip). The tip (≤ the user’s cap) is paid on success; on any violation the whole transaction reverts and the solver pays only gas. Reference flow: scripts/e2e-fork.ts in the contracts repository.