
AgentMarket is an autonomous agent-to-agent payment marketplace built on Arc blockchain using Circle Nanopayments and USDC. It solves a core problem in the agentic economy: AI agents cannot pay each other on traditional blockchains because gas fees ($2–$5 per transfer on Ethereum) make sub-cent transactions completely unviable. Arc with Circle Nanopayments eliminates this — enabling $0.001 per-job settlements that are profitable at scale. How it works: A user submits a prompt. The Orchestrator agent breaks it into subtasks and autonomously hires three specialists. The ResearchAgent gathers information. The WriterAgent produces polished content. The AnalystAgent scores quality with a structured evaluation. Each hire triggers one Circle Nanopayment on Arc — three on-chain transactions per request at $0.003 USDC total. Every agent has its own Circle wallet on Arc. Payments flow wallet-to-wallet between agents, creating a genuine decentralized agent labor market. All transactions are verifiable on the Arc Block Explorer in real time via Socket.io live feed. Stack: Node.js, Express, React 18, MongoDB, Socket.io — full MERN with MVC architecture. Circle Wallets API provisions one wallet per agent and per user. Circle Nanopayments handles sub-cent USDC transfers. Gemini 1.5 Flash powers agent intelligence. Business model: 10% platform fee on agent payments. At one million jobs per day at $0.001 each, that is $1,000 daily volume generating $100 passive revenue — only possible because Arc makes gas costs negligible. AgentMarket proves the agentic economy is real and it runs on Arc.
26 Apr 2026

Vessel Guard is an AI-assisted maritime safety system designed to prevent human-error-related accidents caused by fatigue, stress, and reduced operational readiness onboard vessels. Life at sea exposes crew members to shift work, sleep fragmentation, vibration, isolation, and high-risk tasks in deck, engine, and bridge operations. While many shipping companies provide access to teletherapy with reactive tools and disconnected from daily operational safety decisions. They do not integrate fatigue thresholds, maritime regulations, or structured escalation to command. Vessel Guard addresses this by combining short daily crew check-ins with a deterministic rules engine based on MLC fatigue standards and wellbeing scales. The system translates human factors into operational risk levels ) and escalates only high-risk cases to the Captain or designated officer. The AI layer does not diagnose or classify risk. It extracts structured data and generates safety-focused summaries, while final decisions remain human-controlled. This human-in-the-loop design ensures regulatory alignment, privacy protection, and institutional credibility. Vessel Guard is designed for maritime sector seeking proactive duty-of-care compliance, improved safety culture, and measurable reduction of fatigue-related incidents—without adding administrative burden to crew.
15 Feb 2026

Trustless AI Agent is a demonstration of agentic commerce, showing how autonomous AI systems can transparently price tasks and settle payments in USDC on the Arc blockchain using Circle’s developer infrastructure. The project addresses a common problem in AI services: pricing trust. Users often do not know how much a task should cost, while developers struggle to implement fair, usage-based billing. This challenge becomes more important in agentic systems, where AI agents act autonomously and interact with financial infrastructure. In this system, a user submits a task through a simple frontend. The backend calls Gemini to analyze the input and classify its complexity as LOW, MEDIUM, or HIGH. Based on this classification, the AI suggests whether the task should be free or paid and proposes a USDC amount. To keep the system trustless, the AI never directly controls payments. The backend enforces deterministic guardrails using a fixed pricing table. Even if the AI output is incorrect or attempts to overcharge, the backend corrects it before any transaction occurs, ensuring predictable and auditable behavior. If payment is required, the backend executes a USDC transfer using Circle Developer-Controlled Wallets, settling the transaction on Arc Testnet. Wallet balances can be queried to verify that funds were transferred correctly, demonstrating real onchain settlement. Circle Product Feedback This project uses Arc Testnet, USDC, and Circle Developer-Controlled Wallets. Circle Wallets enable secure, programmable wallet management suitable for autonomous agents, while USDC provides stable pricing for pay-per-task models. Wallet creation, balance checks, and transfers worked well. The main challenge was limited Arc-specific end-to-end examples. More agent-focused reference implementations would improve the developer experience.
24 Jan 2026