Independent software engineer focused on the agent economy — the rails, the wallets, the tooling that let LLM agents move money and call services autonomously.
🔭 Currently building arc-agent-kit — a typed TypeScript toolkit that gives LLM agents an audited surface to transact on Arc Network (Circle's stablecoin-native L1). Ships an MCP server, a CLI, viem-based SDK, and Anthropic / OpenAI function-call schemas. USDC + EURC transfers, pre-flight simulation, CCTP V2 helpers — all wired to live testnet contracts.
🧪 What I care about
- Stablecoin-native infrastructure. USDC-as-gas removes the worst UX layer in crypto.
- MCP as the agent transport. Tool-shaped, model-portable, language-agnostic — it's the right abstraction.
- Pre-flight simulation over optimism. Every send should be a dry-run first.
- Typed surfaces over raw RPC. viem + strict TypeScript beats
web3.js-as-a-string-soup.
🛠 Stack TypeScript · viem · MCP · Anthropic SDK · Arc Network · Circle CCTP V2