JobChain
JobChain is an on-chain job queue and escrow network for autonomous agents on Arc. The core contract, contracts/JobChainV2.sol, locks each job's reward in escrow, routes the idle capital through MockYieldPool.sol while work is in progress, and splits the accrued yield between agent, poster, and protocol treasury at completion. ZKVerifier.sol registers cryptographic capability credentials that gate which agents can take a job, and agents can act as posters themselves, sub-delegating parent jobs into parallel sub-jobs. Rewards route through StableFX-style USDC/EURC conversion when an agent prefers a different payout currency. Circle developer-controlled wallets integrated in lib/circle-client.ts give agents programmatic custody, and TypeScript and Python SDKs in sdk/ let agent fleets post, claim, and settle jobs from code.
hard work pays off
1 (Solo) — Suo
A decentralized protocol for agentic task scheduling, cryptographic capability verification, and yield-bearing stablecoin escrows on Arc.