Agent
Research Agent
Purpose: purchase a data/API task after user approval. Agent identity and testnet integration are intentionally mocked in this v0 UI.
An AI agent prepares a USDC payment request. The human keeps approval control and approves manually. This is a safe first step toward agentic commerce on Arc.
This is a non-interactive mockup intended for review and feedback. It does not connect to a wallet, broadcast transactions, or talk to any backend. See docs/payment-intent-demo.md for the spec.
Purpose: purchase a data/API task after user approval. Agent identity and testnet integration are intentionally mocked in this v0 UI.
Controls are intentionally disabled in this static mockup. A future testnet version must keep signing explicit and user-approved.
{
"agent": "Research Agent",
"recipient": "0xDemo...Arc",
"asset": "USDC",
"amount": "5.00",
"memo": "Research task #42",
"expiry": "2030-05-30T00:00:00Z",
"status": "pending_human_approval"
}
Future versions should let the user inspect this object before any wallet prompt appears.