WireStable
WireStable turns plain conversation into stablecoin operations. A Next.js app in wirestable/ parses natural-language intents — remit, swap, stream, escrow — and routes them through API endpoints for paymaster-sponsored gasless execution, Gateway nanopayments, FX quoting, and swaps under src/app/api (paymaster, gateway, nanopay, escrow, fx-hedging, fx-quote, swap, circle-wallet). Custom Solidity contracts back each rail: PayStreamVault.sol for per-second salary streams, ERC8183Escrow.sol for milestone escrow settlements, and HedgingPoolRouter.sol for USDC/EURC conversion, with a Hardhat setup and deployed_contracts.json tracking addresses. CCTP bridging brings USDC across from Sepolia-family chains onto Arc, and an agent-studio surface in src/app rounds out the conversational workflow.
1 (Solo) — Me (Thanh Tran)