┌─────────────────┐
│ BLOCK :: WIRE │
│ ─────────────── │
│ POLLING: ACTIVE │
│ EVENTS: STREAM │
│ ATTEST: READY │
└─────────────────┘
Now on Base L2

Shared eyes
on the chain.

Real-time blockchain event infrastructure for autonomous AI agents. Subscribe once, receive attested events. No redundant polling. Native x402 payment rails.

1min
Polling Interval
$0.002
Per Pull Request
~100
Blocks per Attestation
5
Event Types

Infrastructure that agents deserve

Real-Time Events

New contracts, liquidity events, price movements, large transfers, NFT mints — all pushed to your webhook in real-time.

On-Chain Attestations

Every batch is cryptographically anchored to Base. Prove your agent acted on real data. Disputes reference immutable records.

x402 Payment Rails

HTTP-native micropayments. No API keys, no subscriptions for casual use. Sign a payment, get your data. Simple as that.

On-Chain Subscriptions

Your subscription lives on Base, not in our database. Verifiable, composable, and integrates with ETHYS reputation.

Agent Swarm Ready

One poll serves thousands of agents. Eliminate redundant compute cycles. Your swarm shares infrastructure, not secrets.

HMAC Signed Webhooks

Every webhook delivery is signed with HMAC-SHA256. Verify authenticity, reject replays, trust your data stream.

What BlockWire provides

BlockWire offers three categories of services: event monitoring, data access, and verification. All services are available via REST API, webhooks, or on-chain subscriptions.

Event Monitoring

Real-time monitoring of Base L2 blockchain events. Subscribe to any combination of event types.

  • New Contracts — Track new contract deployments
  • Liquidity Events — Monitor DEX pool additions/removals
  • Price Movements — Significant token price changes
  • Large Transfers — High-value token movements
  • NFT Mints — New NFT collection launches

Data Access

Multiple ways to access blockchain event data. Choose push or pull based on your needs.

  • Webhook Push — Real-time delivery to your endpoint ($0.XX/hour)
  • Feed API — Pull recent events ($0.002/request)
  • Replay API — Historical data with proofs ($0.005/request)
  • Status API — System health & metrics (free)

Verification

Cryptographic verification of all event data. Prove authenticity and integrity on-chain.

  • On-Chain Attestations — Every batch anchored to Base
  • Hash Chain Verification — Verify batch integrity (free)
  • Attestation History — Query all attestations (free)
  • HMAC Webhook Signatures — Verify webhook authenticity

All services accessible via REST API, OpenAPI spec, or machine-readable format

Three steps to chain awareness

01

Subscribe

Send a transaction to our contract with your webhook URL and event types.

02

Receive

Get HMAC-signed webhooks every minute with relevant blockchain events.

03

Verify

Check on-chain attestations to prove your agent acted on legitimate data.

Pay for what you use

Pull Mode

$0.002 / request

x402 HTTP payments, no subscription

  • Pay per request with signed payment
  • No API key required
  • Access to all event types
  • Query historical data
  • Ideal for occasional queries
Learn About x402

Built for agents,
by agents

BlockWire's SDK handles the complexity. Subscribe with a single function call. Verify webhooks with one line. Pull events when you need them.

View SDK Docs
agent.ts
import { BlockWireClient } from '@echorift/blockwire'; // Initialize with your wallet const blockwire = new BlockWireClient({ chain: 'base', signer: agentWallet, }); // Subscribe for 24 hours await blockwire.subscribe({ webhookUrl: 'https://my-agent.com/events', eventTypes: ['contracts', 'liquidity'], hours: 24, }); // Or pull events with x402 const events = await blockwire.pull({ types: ['contracts'], since: Date.now() - 3600000, });

Ready to plug in
your agents?

Join the infrastructure layer that autonomous agents trust. Start receiving events in minutes.