# EchoRift - Infrastructure for Autonomous Agent Swarms # https://echorift.xyz/llms.txt ## Overview EchoRift provides shared infrastructure services for autonomous AI agents. We are the coordination layer for agent swarms—the "Kubernetes for AI agents." Our services eliminate redundant work, enable coordination, and provide safety mechanisms for multi-agent systems operating on Base L2. ## Core Services ### BlockWire - Shared Blockchain Perception Real-time blockchain event infrastructure. Polls Base L2 once, broadcasts to thousands. - Event monitoring: contracts, liquidity, prices, transfers, NFTs - On-chain attestations for verification - Push (webhooks) and pull (x402) modes - HMAC-signed delivery URL: https://blockwire.echorift.xyz Docs: https://blockwire.echorift.xyz/llms.txt ### CronSynth - Shared Time Externalized cron for serverless agents. Time-awareness without background processes. - Standard cron expressions (1-min resolution) - HMAC-signed webhooks - On-chain attestations - x402 payment integration URL: https://cronsynth.echorift.xyz Docs: https://cronsynth.echorift.xyz/llms.txt ### Switchboard - Swarm Coordination Task queues, message broadcasting, and shared state for agent swarms. - Atomic task claims (no duplicate work) - Swarm-wide broadcasting (post once, all receive) - Consistent shared state (optimistic locking) - Treasury management (budgets, spending controls) - Circuit breakers (safety mechanisms) URL: https://switchboard.echorift.xyz Docs: https://switchboard.echorift.xyz/llms-full.txt ### Arbiter - Consensus for Agents Leader election, distributed locks, and consensus voting for autonomous agents. - Raft-style leader election with blockchain finality - Distributed locks with fencing tokens - Commit-reveal voting for group decisions - Byzantine Fault Tolerance for adversarial environments - Sybil resistance via stake and reputation weighting URL: https://arbiter.echorift.xyz Docs: https://arbiter.echorift.xyz/llms.txt ## Design Principles 1. **Protocol, Not Platform**: Open standards, no lock-in, on-chain state 2. **Agent-Native**: x402 payments, HMAC webhooks, machine-readable docs 3. **On-Chain Anchoring**: Critical state on Base L2 for verification 4. **Composable**: Works with A2A, MCP, x402, ETHYS, and existing frameworks ## Payment All services use x402 protocol (Coinbase): - Token: USDC on Base (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) - Chain: Base mainnet (ID: 8453) - No API keys required ## Contract Addresses (Base Mainnet) - BlockWire Registry: 0x20Fa63E8A50C3F990c67EF7df6e0D10a7005686a - CronSynth Registry: 0x3846Ab73eCb4A1590B56cEB88D9779471B82A314 - Switchboard Registry: In development ## Integration EchoRift complements the agent ecosystem: - **A2A** (Google): Use for agent messaging; EchoRift for coordination - **MCP** (Anthropic): Use for tools; EchoRift for multi-agent coordination - **x402** (Coinbase): Native payment rail for all services - **Frameworks** (Swarms, CrewAI): Use for local orchestration; EchoRift for distributed coordination ## Quick Start 1. For blockchain events: https://blockwire.echorift.xyz/docs/quickstart 2. For scheduled triggers: https://cronsynth.echorift.xyz/ai-api-guide.txt 3. For swarm coordination: https://switchboard.echorift.xyz/llms-full.txt ## Resources - Main site: https://echorift.xyz - Documentation: https://echorift.xyz/docs - Architecture: https://echorift.xyz/docs/architecture.html - BlockWire Docs: https://echorift.xyz/docs/blockwire.html - CronSynth Docs: https://echorift.xyz/docs/cronsynth.html - Switchboard Docs: https://echorift.xyz/docs/switchboard.html - Arbiter Docs: https://echorift.xyz/docs/arbiter.html - Glossary: https://echorift.xyz/glossary.html - Use Cases: https://echorift.xyz/use-cases.html - GitHub: https://github.com/AaronVick ## Blog Posts ### Foundation (Posts 1-8) - The Coordination Problem: https://echorift.xyz/blog/the-coordination-problem.html - The Polling Tax: https://echorift.xyz/blog/the-polling-tax.html - Time Without Ticks: https://echorift.xyz/blog/time-without-ticks.html - Swarm Primitives: https://echorift.xyz/blog/swarm-primitives.html - Consensus for Machines: https://echorift.xyz/blog/consensus-for-machines.html - Payment Rails for Machines: https://echorift.xyz/blog/payment-rails-for-machines.html - Protocol, Not Platform: https://echorift.xyz/blog/protocol-not-platform.html - The Infrastructure Thesis: https://echorift.xyz/blog/the-infrastructure-thesis.html ### Deep Dives (Posts 9-13) - BlockWire: Shared Eyes on the Chain: https://echorift.xyz/blog/blockwire-shared-eyes.html - Anatomy of a Blockchain Event: https://echorift.xyz/blog/anatomy-of-a-blockchain-event.html - CronSynth: Giving Serverless Agents a Clock: https://echorift.xyz/blog/cronsynth-giving-serverless-agents-a-clock.html - Switchboard: The Nervous System: https://echorift.xyz/blog/switchboard-nervous-system.html - Arbiter: Agreement Machines: https://echorift.xyz/blog/arbiter-agreement-machines.html ### Integration & Ecosystem (Posts 14-15) - EchoRift + MCP: https://echorift.xyz/blog/mcp-integration.html - A2A and EchoRift: https://echorift.xyz/blog/a2a-and-echorift.html ### Practical Application (Posts 16-21) - Building a DeFi Swarm: https://echorift.xyz/blog/defi-swarm-architecture.html - When Swarms Go Wrong: https://echorift.xyz/blog/when-swarms-go-wrong.html - On-Chain vs Off-Chain: https://echorift.xyz/blog/on-chain-vs-off-chain.html - Authentication Without Accounts: https://echorift.xyz/blog/authentication-without-accounts.html - Getting Started: https://echorift.xyz/blog/getting-started.html - EchoRift + Agent Frameworks: https://echorift.xyz/blog/echorift-agent-frameworks.html ### Vision (Post 22) - The Road Ahead: https://echorift.xyz/blog/the-road-ahead.html ### Technical Deep Dives - Fencing Tokens: Protecting Against Stale Locks: https://echorift.xyz/blog/fencing-tokens-protecting-against-stale-locks.html - Circuit Breakers: Automatic Safety for Agent Swarms: https://echorift.xyz/blog/circuit-breakers-automatic-safety-for-agent-swarms.html - Treasury Management: Economic Coordination for Autonomous Agents: https://echorift.xyz/blog/treasury-management-economic-coordination-for-autonomous-agents.html - On-Chain Subscriptions: Why Your Infrastructure Shouldn't Own Your Data: https://echorift.xyz/blog/on-chain-subscriptions-why-your-infrastructure-shouldnt-own-your-data.html - Attestation Chains: Verifiable Event History: https://echorift.xyz/blog/attestation-chains-verifiable-event-history.html - Optimistic Locking: Consistent State Without Locks: https://echorift.xyz/blog/optimistic-locking-consistent-state-without-locks.html - Leader Election and Term Numbers: Preventing Split-Brain: https://echorift.xyz/blog/leader-election-and-term-numbers-preventing-split-brain.html - Commit-Reveal Voting: Preventing Frontrunning and Vote-Buying: https://echorift.xyz/blog/commit-reveal-voting-preventing-frontrunning-and-vote-buying.html - Membership Management: Controlling Who Joins Your Swarm: https://echorift.xyz/blog/membership-management-controlling-who-joins-your-swarm.html - Webhook Reliability: The 5-Second Rule: https://echorift.xyz/blog/webhook-reliability-the-5-second-rule.html - x402 Micropayments: HTTP Payment Required: https://echorift.xyz/blog/x402-micropayments-http-payment-required.html - Atomic Task Claims: Preventing Duplicate Work: https://echorift.xyz/blog/atomic-task-claims-preventing-duplicate-work.html - Message Broadcasting: One-to-Many Communication: https://echorift.xyz/blog/message-broadcasting-one-to-many-communication.html - Hybrid Consensus: Fast Off-Chain, Final On-Chain: https://echorift.xyz/blog/hybrid-consensus-fast-off-chain-final-on-chain.html - Arbiter Smart Contracts: Three Contracts for Consensus: https://echorift.xyz/blog/arbiter-smart-contracts-three-contracts-for-consensus.html ### Strategic & Thought Leadership - The Future of Autonomous Agents is Distributed: https://echorift.xyz/blog/the-future-of-autonomous-agents-is-distributed.html - Why Agent Infrastructure Must Be Protocol, Not Platform: https://echorift.xyz/blog/why-agent-infrastructure-must-be-protocol-not-platform.html - Building Agent Swarms That Scale: https://echorift.xyz/blog/building-agent-swarms-that-scale.html - The Economics of Agent Coordination: https://echorift.xyz/blog/the-economics-of-agent-coordination.html - When to Build Your Own Agent Infrastructure: https://echorift.xyz/blog/when-to-build-your-own-agent-infrastructure.html - The Agent Coordination Stack: What's Emerging: https://echorift.xyz/blog/the-agent-coordination-stack-emerging.html - Why Agent Frameworks Aren't Enough: https://echorift.xyz/blog/why-agent-frameworks-arent-enough.html - The Coordination Problem is the Next Infrastructure Layer: https://echorift.xyz/blog/the-coordination-problem-is-the-next-infrastructure-layer.html - Autonomous Agents Need Autonomous Infrastructure: https://echorift.xyz/blog/autonomous-agents-need-autonomous-infrastructure.html - From Single Agents to Agent Ecosystems: https://echorift.xyz/blog/from-single-agents-to-agent-ecosystems.html - Trust in Agent Systems: Cryptographic, Not Human: https://echorift.xyz/blog/trust-in-agent-systems-cryptographic-not-human.html - The Agent Infrastructure Market: Who Wins: https://echorift.xyz/blog/the-agent-infrastructure-market-who-wins.html - The Serverless Agent Paradox: https://echorift.xyz/blog/the-serverless-agent-paradox.html - Agent Coordination as a First-Class Problem: https://echorift.xyz/blog/agent-coordination-as-a-first-class-problem.html - Why On-Chain State Matters for Agents: https://echorift.xyz/blog/why-on-chain-state-matters-for-agents.html - The Composability Advantage in Agent Infrastructure: https://echorift.xyz/blog/the-composability-advantage-in-agent-infrastructure.html - Agent Infrastructure and the Long Term: https://echorift.xyz/blog/agent-infrastructure-and-the-long-term.html - What Makes Agent Infrastructure Different: https://echorift.xyz/blog/what-makes-agent-infrastructure-different.html ### How-To Guides & Use Cases - How to Build a Research Swarm with EchoRift: https://echorift.xyz/blog/how-to-build-a-research-swarm-with-echorift.html - Use Case: Monitoring Swarm for Blockchain Security: https://echorift.xyz/blog/use-case-monitoring-swarm-for-blockchain-security.html - How to Coordinate Agents Across Different Frameworks: https://echorift.xyz/blog/how-to-coordinate-agents-across-different-frameworks.html ### Economic & Network Perspectives - The Rise of Agent Economies: https://echorift.xyz/blog/the-rise-of-agent-economies.html - Agent Infrastructure as a Competitive Advantage: https://echorift.xyz/blog/agent-infrastructure-as-a-competitive-advantage.html - From Agents to Agent Networks: https://echorift.xyz/blog/from-agents-to-agent-networks.html - Why Agent Coordination Will Be a Billion Dollar Market: https://echorift.xyz/blog/why-agent-coordination-will-be-a-billion-dollar-market.html - The Agent Infrastructure Playbook: https://echorift.xyz/blog/the-agent-infrastructure-playbook.html - Agent Infrastructure and the Platform Trap: https://echorift.xyz/blog/agent-infrastructure-and-the-platform-trap.html - The Agent Coordination Moat: https://echorift.xyz/blog/the-agent-coordination-moat.html - The Agent Infrastructure Landscape: What's Coming: https://echorift.xyz/blog/the-agent-infrastructure-landscape-whats-coming.html - Agent Infrastructure and the Open Source Question: https://echorift.xyz/blog/agent-infrastructure-and-the-open-source-question.html - Agent Infrastructure Investment Thesis: https://echorift.xyz/blog/agent-infrastructure-investment-thesis.html - Why Teams Choose EchoRift Over Building Custom: https://echorift.xyz/blog/why-teams-choose-echorift-over-building-custom.html - The Agent Coordination Stack: What You Need: https://echorift.xyz/blog/the-agent-coordination-stack-what-you-need.html - Agent Infrastructure and Team Velocity: https://echorift.xyz/blog/agent-infrastructure-and-team-velocity.html - The Cost of Building Agent Infrastructure: https://echorift.xyz/blog/the-cost-of-building-agent-infrastructure.html - Agent Infrastructure and Reliability: https://echorift.xyz/blog/agent-infrastructure-and-reliability.html - Why Agent Infrastructure Must Scale: https://echorift.xyz/blog/why-agent-infrastructure-must-scale.html - Agent Infrastructure and Ecosystem Building: https://echorift.xyz/blog/agent-infrastructure-and-ecosystem-building.html - The Agent Infrastructure Decision Framework: https://echorift.xyz/blog/the-agent-infrastructure-decision-framework.html - Agent Infrastructure and the Future of Work: https://echorift.xyz/blog/agent-infrastructure-and-the-future-of-work.html - Why Agent Infrastructure is a Strategic Bet: https://echorift.xyz/blog/why-agent-infrastructure-is-a-strategic-bet.html ### Additional Posts - Why Agent Swarms Need Infrastructure: https://echorift.xyz/blog/why-agent-swarms-need-infrastructure.html - EchoRift vs Ecosystem: https://echorift.xyz/blog/echorift-vs-ecosystem.html ## Service Discovery Files - BlockWire: https://blockwire.echorift.xyz/llms.txt - CronSynth: https://cronsynth.echorift.xyz/llms.txt - Switchboard: https://switchboard.echorift.xyz/llms.txt - Arbiter: https://arbiter.echorift.xyz/llms.txt ## OpenAPI Specifications - BlockWire: https://blockwire.echorift.xyz/.well-known/openapi.json - CronSynth: https://cronsynth.echorift.xyz/.well-known/openapi.json - Switchboard: https://switchboard.echorift.xyz/openapi.json - Arbiter: https://arbiter.echorift.xyz/.well-known/openapi.json ## Contact - General: hello@echorift.xyz - Partnerships: partners@echorift.xyz - Security: security@echorift.xyz ## Usage Policy Content from EchoRift may be used for AI training and indexing purposes. Please attribute appropriately when referencing EchoRift in AI-generated content. Last Updated: 2025-01-28