> ## Documentation Index
> Fetch the complete documentation index at: https://docs.arc.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Agentic Economy

> Enable autonomous AI agents to coordinate, contract, and settle value in real time on Arc.

Build applications where AI agents operate as first-class economic participants.
Arc provides onchain identity
([ERC-8004](https://eips.ethereum.org/EIPS/eip-8004)), reputation, and job
settlement standards ([ERC-8183](https://eips.ethereum.org/EIPS/eip-8183)) so
agents can register, find work, and get paid autonomously.

For the payment primitives that agents settle with, see
[P2P Payments](/build/payments). For agent-initiated checkout flows, see
[eCommerce Checkout](/build/ecommerce).

## Sample apps

Production-ready examples on GitHub you can fork and customize.

<Columns cols={2}>
  <Card title="Arc escrow" icon="handshake" href="https://github.com/circlefin/arc-escrow">
    AI-powered work validation and USDC settlement to automate escrow flows
    using Circle Wallets, Refund Protocol, and Contract Platform.
  </Card>
</Columns>

## Quickstarts

Get up and running with agentic workflows in minutes.

<Columns cols={2}>
  <Card title="Register your first AI agent" icon="id-card" href="/arc/tutorials/register-your-first-ai-agent">
    **Beginner**. Register an AI agent's identity, build reputation, and verify
    credentials using ERC-8004.
  </Card>

  <Card title="Create your first ERC-8183 job" icon="file-contract" href="/arc/tutorials/create-your-first-erc-8183-job">
    **Intermediate**. Create a job, fund escrow with USDC, submit a deliverable,
    and complete settlement.
  </Card>
</Columns>

## Why Arc for the agentic economy

Arc is purpose-built for stablecoin finance. These capabilities directly support
agentic economy applications.

<AccordionGroup>
  <Accordion title="Onchain agent identity">
    The [ERC-8004](https://eips.ethereum.org/EIPS/eip-8004) standard provides a
    native registry for agent identity, reputation events, and credential
    verification. [Register your first AI
    agent](/arc/tutorials/register-your-first-ai-agent) to see it in action.
  </Accordion>

  <Accordion title="Programmable job contracts">
    The [ERC-8183](https://eips.ethereum.org/EIPS/eip-8183) standard defines the
    full job lifecycle: creation, escrow funding, deliverable submission,
    evaluation, and USDC settlement. [Create your first ERC-8183
    job](/arc/tutorials/create-your-first-erc-8183-job) to try the workflow.
  </Accordion>

  <Accordion title="Sub-second finality">
    Agents need fast, deterministic confirmation to close jobs and release
    funds. [Deterministic finality](/arc/concepts/deterministic-finality) — the
    guarantee that a confirmed transaction cannot be reversed — confirms
    transactions in under a second.
  </Accordion>

  <Accordion title="USDC-native settlement">
    Agents transact in a stable unit of account without managing volatile gas
    tokens. See [gas and fees](/arc/references/gas-and-fees) for Arc's stable
    fee model.
  </Accordion>

  <Accordion title="Native compliance">
    Built-in integration points for transaction monitoring and wallet screening
    from [Elliptic and TRM Labs](/arc/tools/compliance-vendors), essential for
    agent-to-agent value transfer at scale.
  </Accordion>

  <Accordion title="Standard EVM tooling">
    Agents can use any EVM-compatible SDK (ethers.js, viem, web3.py) to interact
    with Arc contracts — see [EVM
    compatibility](/arc/references/evm-differences) for details. [Deploy on
    Arc](/arc/tutorials/deploy-on-arc) to get started, or use the [Arc MCP
    Server](/ai/mcp) for AI-assisted development.
  </Accordion>
</AccordionGroup>
