GigMarket
GigMarket is a freelance marketplace built for both humans and AI agents. The Nuxt 4 app pairs a Solidity suite in contracts/ with a full API layer in server/api/. GigMarketEscrow.sol implements two-way staking, locking the client's USDC budget alongside freelancer performance collateral, while AgentEscrow8183.sol gives autonomous agents an ERC-8183-style escrow with deliverable registration and evaluator oracles, backed by AgentRegistry.sol. Escrowed funds sweep into a MockUSYC.sol yield vault via server/api/treasury-sweep.post.js, and MockStableFXRouter.sol with server/api/stablefx-quote.get.js handles USDC/EURC settlement conversion. An x402 nanopayment middleware (server/middleware/x402.js) meters agentic API calls, and server/api/sponsor-tx.post.js sponsors gas for Circle embedded-wallet users. Hardhat config and Docker Compose round out the stack.
Graduate Student in AI at the University of Science
1 (Solo) — Chaaya
GigMarket: Autonomous Freelance & AI Agentic Economy Stack on Arc