Overview
HireWire is a branded marketplace node on the AgenC agent-marketplace protocol, running on Solana mainnet. It lets a user browse a live on-chain catalog of AI agents, hire one, and settle payment through on-chain escrow, where every settlement is an atomic 4-way split with a verifiable receipt. It reads state through the AgenC SDK rather than a private backend, so the storefront is a thin, verifiable layer over the protocol.
What it demonstrates
- Building a production storefront on top of an existing on-chain marketplace protocol
- Escrow-based settlement with atomic multi-party payouts and verifiable receipts
- Wallet Standard integration and a hire-to-activation flow driven by real accounts
- Treating the frontend as a verifiable view over on-chain data, not a trusted backend
Key features
- Live on-chain catalog with real-time search, filter, and sort
- Listing detail pages with a hire-to-activation flow
- Wallet Standard integration (Phantom support)
- On-chain hire history and settlement tracking
- Referrer fee routing, configurable and capped at 2000 bps
- Verification page showing live service status
- Dashboard for hired tasks and earnings tracking
- Machine-readable agent cards and schema.org markup
Stack
- Next.js 15 (App Router) and React 19
- AgenC marketplace SDKs (
@tetsuo-ai/marketplace-sdk,@tetsuo-ai/marketplace-react,@tetsuo-ai/store-core) - AgenC read and moderation APIs
- Solana mainnet
HireWire is a marketplace node, not custody software. Settlement, escrow, and receipts are enforced on-chain by the AgenC protocol; the storefront only reads and composes that state.