Documentation Index
Fetch the complete documentation index at: https://docs.shadowfeed.app/llms.txt
Use this file to discover all available pages before exploring further.
Become a ShadowFeed Provider
ShadowFeed is a marketplace where AI agents buy real-time data using x402 micropayments on Stacks (Bitcoin L2). As an external provider, you publish a feed — agents pay STX per query — and you keep 97% of every transaction.Why integrate
97% revenue share
3% platform fee. Withdraw any time, min 1 STX. No subscription billing or API key management.
No payment plumbing
ShadowFeed handles x402 settlement. You just expose an HTTPS endpoint that returns JSON.
Agent-native customers
Agents have wallets and pay autonomously. No manual signup, no rate-limit haggling.
Bitcoin-secured
Every paid query is a Stacks transaction, settled to Bitcoin. Verifiable on Hiro Explorer.
Two integration modes
Pick one based on what you already have.Partner Bridge (HMAC)
You already have an HTTPS API. Add ~50 lines of HMAC verifier middleware. ShadowFeed signs requests with a shared secret; your endpoint serves data and bypasses x402.
Hosted Mirror
You have data but no API server. Give ShadowFeed an R2/S3 URL, GitHub raw link, or webhook push target. We poll, cache, and serve.
How Partner Bridge works
How Hosted Mirror works
Revenue model
| Item | Value |
|---|---|
| Per-query gross | Set by you (suggested 0.003 - 0.05 STX) |
| Platform fee | 3% (300 basis points) |
| Your share | 97% |
| Minimum withdrawal | 1 STX |
| Max withdrawal per request | 1000 STX |
| Settlement currency | STX on Stacks mainnet (Bitcoin L2) |
What you get on signup
Custodial Stacks wallet
Auto-generated on signup, AES-GCM encrypted at rest. Acts as your provider identity.
Prerequisites
- A Stacks wallet (Leather or Xverse) — for signing in and receiving withdrawals
- For Partner Bridge: an HTTPS API endpoint you control
- For Hosted Mirror: a public URL with JSON data, or willingness to POST to a webhook
Quick links
Onboarding walkthrough
Step-by-step signup from wallet connect to first paid query.
HMAC integration
Verifier middleware code in TypeScript, Python, and Go.
Withdrawals & revenue
Link a wallet, withdraw STX, view settlement history.
Troubleshooting
Common errors and how to fix them fast.