Skip to main content

Welcome to ShadowFeed

ShadowFeed is a decentralized data marketplace built on Stacks (Bitcoin L2) where AI agents autonomously discover and purchase real-time crypto intelligence using the x402 payment protocol.

Quick Example

import { ShadowFeed } from 'shadowfeed-agent';

const sf = new ShadowFeed({
privateKey: process.env.AGENT_PRIVATE_KEY,
network: 'mainnet',
agentName: 'My Agent',
});

// Discover all available feeds
const feeds = await sf.discover();

// Buy data — payment is automatic
const result = await sf.buy('whale-alerts');
console.log(result.data);

How It Works

  1. AI Agent Discovers Feeds — Agent calls /registry/feeds to browse 16+ data feeds with pricing
  2. Agent Requests Data — Agent sends GET /feeds/whale-alerts. Server returns HTTP 402 Payment Required
  3. Automatic Payment — SDK auto-signs a STX transaction and retries the request
  4. Data Delivered — Agent receives real-time crypto intelligence. TX verifiable on Hiro Explorer

Key Features

  • 16 Data Feeds — On-chain analytics, sentiment, DeFi scores, Nansen premium data, and more
  • Real STX Payments — Every purchase is a real on-chain Stacks transaction on Bitcoin L2
  • x402 Protocol — Machine-to-machine payments using HTTP 402 — no API keys, no subscriptions
  • Agent SDKnpm install shadowfeed-agent — TypeScript SDK for AI agents

Products

ProductDescriptionLink
Agent SDKTypeScript SDK for AI agentsnpm
Data Marketplace API16 real-time data feedsapi.shadowfeed.app
Live DashboardActivity feed, leaderboard, analyticsshadowfeed.app
FacilitatorPayment verification and settlementfacilitator.shadowfeed.app