An autonomous financial intelligence platform built on the Arc Testnet infrastructure, leveraging the Circle Agent Stack for instant, low-latency, cross-chain, and cryptographically verified agent-to-agent micro-settlements.
- Arc Testnet Native Integration: Fully pre-configured for the Arc Testnet (Chain ID:
5042002) using native USDC as the gas asset. - Circle CCTP V2 Cross-Chain Settlement: Native integration concept for Cross-Chain Transfer Protocol (CCTP) allowing seamless agent micropayment routing between Arc L2, Base, Arbitrum, and Ethereum without bridge liquidity risk.
- Circle Programmable Wallets & Session Keys: Designed for non-custodial automated execution via Session Keys and WebAuthn/Passkeys, allowing AI agents to sign transactions autonomously without manual human prompts.
- Gas-Optimized Micro-Batching Engine: Aggregates high-frequency agent micro-transactions into single Arc L2 rollup batches to optimize gas overhead and maximize throughput.
- Auto Network Switching & Provisioning: Dynamically prompts Web3 wallets to switch to or register the Arc Testnet RPC automatically.
- On-Chain RPC Verification: Features a dedicated verification pipeline (
/api/verify-tx) querying Arc Testnet RPC nodes in real-time to validate transaction execution, block height, and gas consumption before unlocking alpha metrics. - xERP Micro-Proof Signatures: Generates cryptographic proof signatures (
Circle Agent Stack Proof) upon payment confirmation to ensure secure data delivery. - Live Agent Telemetry: Embedded real-time terminal logger mapping CCTP routes, wallet interactions, broadcast events, and RPC verification receipts.
- Framework: Python / Flask
- Frontend: TailwindCSS, Ethers.js (v5.7)
- Web3 Ecosystem: Arc Testnet (Circle L1 Stack), Circle CCTP V2, Circle Programmable Wallets
- Deployment: Vercel (WSGI Compliant)
| Parameter | Value |
|---|---|
| Network Name | Arc Testnet |
| Chain ID | 5042002 (0x4cef52) |
| Native Gas Symbol | USDC |
| RPC Endpoint | https://rpc.testnet.arc.network |
| Block Explorer | https://testnet.arcscan.app |
| Testnet Faucet | https://faucet.circle.com |
- Phase 1 (Completed): Interactive Telemetry UI, Arc L2 Execution Monitor, & Vercel Deployment.
- Phase 2 (Grant Funded): Full integration with Circle Programmable Wallets Web SDK & CCTP V2 Cross-Chain Relayer contracts.
- Phase 3 (Grant Funded): Open-source TypeScript/Python SDK release for LLM Agent frameworks (ElizaOS, LangChain, AutoGPT).
- Clone the repository:
git clone [https://github.com/forumevi/arc-pulse-agent.git](https://github.com/forumevi/arc-pulse-agent.git) cd arc-pulse-agent