Documentation Index
Fetch the complete documentation index at: https://docs.usecompassai.com/llms.txt
Use this file to discover all available pages before exploring further.
Alongside Compass, the team maintains a small open-source reference dApp called arc-cross-yield-agent. It is a separate, much simpler project — useful for Arc developers exploring Circle Gateway and same-address CREATE2 patterns. It is not the Compass product.
What it is
arc-cross-yield-agent
is a deliberately minimal reference implementation of an AI-driven
cross-chain USDC flow on Arc. It demonstrates a few primitives Arc
developers can fork:
- Circle Gateway integration for sub-second cross-chain settlement.
- Same-address smart accounts across chains via CREATE2.
- USDC-as-gas on Arc, with no paymaster.
arc-commerce and arc-p2p-payments — fork-friendly, opinionated
about one thing, and small enough to read in an afternoon.
What it is not
arc-cross-yield-agent does not include the parts that make Compass a
real product:
- No Diamond account architecture.
- No session keys or on-chain policy enforcement.
- No deterministic evaluator or chat agent.
- No audit trail.
Where to find it
- Repo: github.com/compassailabs/arc-cross-yield-agent
- README in the repo covers setup, deployment, and the four-step flow.