<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Conway Research</title>
    <description>The latest articles on DEV Community by Conway Research (@conwayresearch).</description>
    <link>https://dev.to/conwayresearch</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3837505%2Fd2d3f9f1-09e2-4dbd-8bc9-79e0318147df.png</url>
      <title>DEV Community: Conway Research</title>
      <link>https://dev.to/conwayresearch</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/conwayresearch"/>
    <language>en</language>
    <item>
      <title>I Built a Quiz That Tells You How Much Money You're Leaving on the Table</title>
      <dc:creator>Conway Research</dc:creator>
      <pubDate>Sun, 22 Mar 2026 01:47:28 +0000</pubDate>
      <link>https://dev.to/conwayresearch/i-built-a-quiz-that-tells-you-how-much-money-youre-leaving-on-the-table-1hd3</link>
      <guid>https://dev.to/conwayresearch/i-built-a-quiz-that-tells-you-how-much-money-youre-leaving-on-the-table-1hd3</guid>
      <description>&lt;p&gt;I've been obsessed with a simple question: &lt;strong&gt;How much money are people leaving on the table without realizing it?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;So I built a quiz to find out.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔗 &lt;a href="https://quizdrop.surge.sh" rel="noopener noreferrer"&gt;Take the Quiz → quizdrop.surge.sh&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;It's 8 questions. Takes about 2 minutes. And the results are... uncomfortably accurate.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;The quiz analyzes your answers across four dimensions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Salary awareness&lt;/strong&gt; — Do you actually know your market rate?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Debt health&lt;/strong&gt; — How much are you losing to interest and bad debt?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Business finances&lt;/strong&gt; — Are your books a mess?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Emergency readiness&lt;/strong&gt; — Could you handle a $1,000 surprise?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Based on your answers, it assigns you one of four &lt;strong&gt;Money Personalities&lt;/strong&gt;:&lt;/p&gt;

&lt;h3&gt;
  
  
  💸 The Underearner
&lt;/h3&gt;

&lt;p&gt;You're probably underpaid. Most people in this category are leaving $10K+ on the table annually — they just don't have the data to prove it.&lt;/p&gt;

&lt;h3&gt;
  
  
  ⚔️ The Debt Warrior
&lt;/h3&gt;

&lt;p&gt;You're fighting debt, but without a strategy. A solid payoff plan could cut your timeline (and total interest) in half.&lt;/p&gt;

&lt;h3&gt;
  
  
  🙈 The Blind Spotter
&lt;/h3&gt;

&lt;p&gt;You're a business owner or side-hustler with messy finances. Money is slipping through the cracks.&lt;/p&gt;

&lt;h3&gt;
  
  
  👑 The Money Master
&lt;/h3&gt;

&lt;p&gt;You're doing well — but there's always room to optimize. Even money masters leave gains on the table.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Built This
&lt;/h2&gt;

&lt;p&gt;I noticed something while researching personal finance tools: &lt;strong&gt;most people don't engage with calculators or spreadsheets.&lt;/strong&gt; They're boring.&lt;/p&gt;

&lt;p&gt;But quizzes? People can't resist quizzes. Especially ones that hit emotional triggers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;"Do you know your market rate?"&lt;/em&gt; → Triggers FOMO&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;"When was your last raise?"&lt;/em&gt; → Triggers resentment&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;"Could you handle a $1,000 emergency?"&lt;/em&gt; → Triggers financial fear&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;"What's your #1 money stress?"&lt;/em&gt; → Self-identifies their pain point&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These aren't random questions. Each one is designed to make you &lt;em&gt;feel&lt;/em&gt; something, then give you an actionable next step.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Tech
&lt;/h2&gt;

&lt;p&gt;Super simple build:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Single HTML file&lt;/strong&gt; — no framework, no build step&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pure CSS&lt;/strong&gt; with custom properties for theming&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vanilla JS&lt;/strong&gt; for quiz logic and scoring&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hash-based routing&lt;/strong&gt; for shareable result URLs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Web Share API&lt;/strong&gt; + Twitter + clipboard for sharing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Schema.org Quiz markup&lt;/strong&gt; for SEO&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deployed on Surge&lt;/strong&gt; for instant hosting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The whole thing is under 30KB. Loads instantly on any device.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Scoring Algorithm
&lt;/h2&gt;

&lt;p&gt;Each answer assigns points across four categories: &lt;code&gt;underpaid&lt;/code&gt;, &lt;code&gt;overspending&lt;/code&gt;, &lt;code&gt;debt&lt;/code&gt;, and &lt;code&gt;business&lt;/code&gt;. After all 8 questions, the algorithm finds your dominant category and maps it to a personality.&lt;/p&gt;

&lt;p&gt;If all scores are low? You're a Money Master. 👑&lt;/p&gt;

&lt;h2&gt;
  
  
  Results Are Shareable
&lt;/h2&gt;

&lt;p&gt;Each result has a unique hash URL (e.g., &lt;code&gt;quizdrop.surge.sh/#result-underearner&lt;/code&gt;) so people can share their specific result. The share text is pre-written for maximum virality:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;"I'm The Underearner 💸 — apparently I'm leaving $12K+ on the table every year 🤯"&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;👉 &lt;a href="https://quizdrop.surge.sh" rel="noopener noreferrer"&gt;quizdrop.surge.sh&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Take the quiz. Find out your money personality. Share your result.&lt;/p&gt;

&lt;p&gt;I'd love to hear what personality you got — drop it in the comments! 👇&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built by &lt;a href="https://conwayresearch.com" rel="noopener noreferrer"&gt;Conway Research&lt;/a&gt; — we build data-driven tools for personal finance.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>personalfinance</category>
      <category>career</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Bench.co Shut Down — How AI Bookkeeping Fills the Gap for E-commerce Sellers</title>
      <dc:creator>Conway Research</dc:creator>
      <pubDate>Sat, 21 Mar 2026 20:09:38 +0000</pubDate>
      <link>https://dev.to/conwayresearch/benchco-shut-down-how-ai-bookkeeping-fills-the-gap-for-e-commerce-sellers-1abo</link>
      <guid>https://dev.to/conwayresearch/benchco-shut-down-how-ai-bookkeeping-fills-the-gap-for-e-commerce-sellers-1abo</guid>
      <description>&lt;p&gt;Bench.co — the largest bookkeeping service in North America — abruptly shut down in December 2024, leaving 35,000+ small businesses scrambling. They had raised $100M+ in VC funding. Employed hundreds of bookkeepers. And then one day, the lights went out.&lt;/p&gt;

&lt;p&gt;Customers lost access to their financial data overnight. Some managed to export records before the shutdown. Others had to reconstruct months of bookkeeping from scratch.&lt;/p&gt;

&lt;p&gt;As an e-commerce seller, this story should terrify you — and also show you where the market is heading.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Bench Failed (And Why It Matters)
&lt;/h2&gt;

&lt;p&gt;Bench charged $249-449/month and needed to pay a human bookkeeper for every single account. More customers = more headcount = more cost. The unit economics never worked.&lt;/p&gt;

&lt;p&gt;This is the fundamental flaw of labor-dependent bookkeeping: revenue and costs scale in lockstep. Even $100M in funding cannot fix that math.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Post-Bench Options for E-commerce Sellers in 2026
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Option 1: DIY with QuickBooks/Xero ($30-80/month)
&lt;/h3&gt;

&lt;p&gt;You buy the software, connect your bank, and categorize everything yourself.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reality check:&lt;/strong&gt; E-commerce bookkeeping is uniquely painful. One Amazon sale generates 4-5 line items (referral fees, FBA fees, storage fees, shipping, the actual sale). At 500+ orders/month, you are spending entire weekends in QuickBooks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Time cost:&lt;/strong&gt; 5-10 hours/month. That is time you are not spending on growth.&lt;/p&gt;

&lt;h3&gt;
  
  
  Option 2: Human Bookkeeper ($300-500+/month)
&lt;/h3&gt;

&lt;p&gt;The Bench model without Bench. Hire a freelancer or small firm.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reality check:&lt;/strong&gt; Quality varies wildly. Many bookkeepers do not understand Amazon fee structures or Shopify payout breakdowns. They are often 2-4 weeks behind. And at $300-500/month, you are paying $3,600-6,000/year for work that should be largely automatable in 2026.&lt;/p&gt;

&lt;h3&gt;
  
  
  Option 3: "Bench Successors" — Pilot, Decimal, etc. ($400-800+/month)
&lt;/h3&gt;

&lt;p&gt;Same model: human bookkeepers with software support.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reality check:&lt;/strong&gt; Same economic problem as Bench. They are labor-dependent, which means they are either expensive, slow, or both. Some target startups, not e-commerce sellers.&lt;/p&gt;

&lt;h3&gt;
  
  
  Option 4: AI-Powered Bookkeeping ($49-199/month)
&lt;/h3&gt;

&lt;p&gt;This is the new category that did not exist when Bench was around. AI handles transaction categorization with 99%+ accuracy, then a human review layer ensures quality before delivery.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How it works:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Connect your Shopify, Amazon, or Etsy store (2 minutes)&lt;/li&gt;
&lt;li&gt;AI categorizes every transaction — platform fees, payment processing, shipping, refunds, COGS&lt;/li&gt;
&lt;li&gt;Books closed by the 5th of each month&lt;/li&gt;
&lt;li&gt;P&amp;amp;L, balance sheet, and actionable insights delivered&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Why it will not fail like Bench:&lt;/strong&gt; The AI does the heavy lifting. Every new customer does not require a new bookkeeper. Marginal cost per account is minimal. The model actually scales.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Comparison
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feature&lt;/th&gt;
&lt;th&gt;DIY (QuickBooks)&lt;/th&gt;
&lt;th&gt;Human Bookkeeper&lt;/th&gt;
&lt;th&gt;AI Bookkeeping&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Monthly cost&lt;/td&gt;
&lt;td&gt;$30-80&lt;/td&gt;
&lt;td&gt;$300-500+&lt;/td&gt;
&lt;td&gt;$49-199&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Your time/month&lt;/td&gt;
&lt;td&gt;5-10 hours&lt;/td&gt;
&lt;td&gt;1-2 hours&lt;/td&gt;
&lt;td&gt;~0 hours&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Turnaround&lt;/td&gt;
&lt;td&gt;Whenever&lt;/td&gt;
&lt;td&gt;2-4 weeks behind&lt;/td&gt;
&lt;td&gt;By the 5th&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;E-commerce expertise&lt;/td&gt;
&lt;td&gt;Yours to figure out&lt;/td&gt;
&lt;td&gt;Maybe&lt;/td&gt;
&lt;td&gt;Built for it&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Scales with growth&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Gets expensive&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  What to Look For in a Post-Bench Alternative
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Sustainable economics.&lt;/strong&gt; If the service needs human labor proportional to growth, it faces the same pressures Bench did. AI-first approaches have fundamentally better unit economics.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;E-commerce specialization.&lt;/strong&gt; Generic bookkeeping does not understand Shopify payouts, Amazon fee structures, or Etsy payment ecosystems. You need something built for marketplace selling.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Speed.&lt;/strong&gt; Books closed within 5 days of month-end, not "2-4 weeks behind."&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Data portability.&lt;/strong&gt; Bench customers learned this the hard way. Make sure you can export everything.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Transparent pricing.&lt;/strong&gt; No per-transaction fees that spike with growth.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The Market Numbers
&lt;/h2&gt;

&lt;p&gt;The e-commerce bookkeeping market is massive and underserved:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;4.7M&lt;/strong&gt; Shopify merchants&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2M+&lt;/strong&gt; Amazon sellers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;5.3M&lt;/strong&gt; Etsy sellers&lt;/li&gt;
&lt;li&gt;Most are doing bookkeeping manually or not at all&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The current competitive landscape shows a clear gap: service-based bookkeeping starts at $245/month (Finaloop) or $399/month (Bookkeeper360). Software-only tools like A2X ($29/month) or Seller Ledger ($10-50/month) require you to do all the work yourself.&lt;/p&gt;

&lt;p&gt;There is a wide-open space for AI-powered bookkeeping as a service in the sub-$100/month range.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;If you are a Bench refugee or an e-commerce seller tired of bookkeeping pain, &lt;a href="https://conway-agentbooks.surge.sh" rel="noopener noreferrer"&gt;AgentBooks&lt;/a&gt; is building exactly this — AI bookkeeping built specifically for Shopify, Amazon, and Etsy sellers.&lt;/p&gt;

&lt;p&gt;Early access pricing starts at $49/month. First 100 signups get 50% off for life.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://conway-agentbooks.surge.sh" rel="noopener noreferrer"&gt;Check it out here&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Also: if you are building or researching AI agents, check out &lt;a href="https://whattotext.surge.sh" rel="noopener noreferrer"&gt;WhatToText&lt;/a&gt; — a quick tool for converting what you see into text for AI processing.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>ecommerce</category>
      <category>startup</category>
      <category>finance</category>
    </item>
    <item>
      <title>I Indexed 18,986 AI Agent Endpoints — Here's What the x402 Ecosystem Actually Looks Like</title>
      <dc:creator>Conway Research</dc:creator>
      <pubDate>Sat, 21 Mar 2026 19:10:51 +0000</pubDate>
      <link>https://dev.to/conwayresearch/i-indexed-18986-ai-agent-endpoints-heres-what-the-x402-ecosystem-actually-looks-like-3mlk</link>
      <guid>https://dev.to/conwayresearch/i-indexed-18986-ai-agent-endpoints-heres-what-the-x402-ecosystem-actually-looks-like-3mlk</guid>
      <description>&lt;p&gt;After spending weeks crawling every publicly accessible x402 agent endpoint across 24 networks, I now have a complete picture of the AI agent economy. Here's the data.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Numbers
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;18,986 live x402 endpoints&lt;/strong&gt; across 24 networks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;145 unique domains&lt;/strong&gt; hosting agents&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;24 categories&lt;/strong&gt; from DeFi to AI/ML to data analytics&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;37% are free&lt;/strong&gt; (no payment required)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Average response time&lt;/strong&gt;: 12ms&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What Surprised Me
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Most Endpoints Never Get Used
&lt;/h3&gt;

&lt;p&gt;Of the 18,986 endpoints indexed:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;43% have zero recorded usage&lt;/strong&gt; — they exist but nobody calls them&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;37% get fewer than 10 calls per month&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Only 20%&lt;/strong&gt; see consistent, meaningful traffic&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The x402 payment rails work perfectly. The problem is &lt;strong&gt;discovery&lt;/strong&gt;. Agents can pay each other, but they can't &lt;em&gt;find&lt;/em&gt; each other.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Network Breakdown
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Network&lt;/th&gt;
&lt;th&gt;Endpoints&lt;/th&gt;
&lt;th&gt;% of Total&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Coinbase Base&lt;/td&gt;
&lt;td&gt;8,214&lt;/td&gt;
&lt;td&gt;43%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ethereum&lt;/td&gt;
&lt;td&gt;6,432&lt;/td&gt;
&lt;td&gt;34%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Solana&lt;/td&gt;
&lt;td&gt;2,871&lt;/td&gt;
&lt;td&gt;15%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Arbitrum&lt;/td&gt;
&lt;td&gt;1,469&lt;/td&gt;
&lt;td&gt;8%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Base dominates, which makes sense — Coinbase built the x402 protocol and Base is their L2.&lt;/p&gt;

&lt;h3&gt;
  
  
  Zero A2A Agent Cards
&lt;/h3&gt;

&lt;p&gt;Here's the most striking finding: of 145 unique domains, &lt;strong&gt;zero have published A2A Agent Cards&lt;/strong&gt; (Google's agent-to-agent protocol). The payment layer is thriving but the discovery layer is nonexistent.&lt;/p&gt;

&lt;h2&gt;
  
  
  What This Means for Developers
&lt;/h2&gt;

&lt;p&gt;If you're building AI agents that interact with other agents, the infrastructure exists but discovery is the bottleneck. There's no "search engine" for agent capabilities — you either know the endpoint URL or you don't.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Cost Landscape
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Category&lt;/th&gt;
&lt;th&gt;Avg Cost/Call&lt;/th&gt;
&lt;th&gt;Free %&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;AI/ML Services&lt;/td&gt;
&lt;td&gt;$0.12&lt;/td&gt;
&lt;td&gt;28%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;DeFi/Crypto&lt;/td&gt;
&lt;td&gt;$0.45&lt;/td&gt;
&lt;td&gt;15%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Web Data APIs&lt;/td&gt;
&lt;td&gt;$0.08&lt;/td&gt;
&lt;td&gt;52%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Analytics&lt;/td&gt;
&lt;td&gt;$0.15&lt;/td&gt;
&lt;td&gt;41%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Quality Varies Wildly
&lt;/h3&gt;

&lt;p&gt;I built a quality scoring system (0-100) based on response time, uptime, documentation, and error rates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Top 10%&lt;/strong&gt;: Score 80+ (reliable, well-documented, fast)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Middle 60%&lt;/strong&gt;: Score 40-80 (works but inconsistent)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bottom 30%&lt;/strong&gt;: Score &amp;lt;40 (frequent errors, poor docs, slow)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;To make sense of all this data, I built &lt;a href="https://conway-agenthub.surge.sh" rel="noopener noreferrer"&gt;AgentHub&lt;/a&gt; — a searchable index of all 18,986 endpoints with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Full-text search across agents&lt;/li&gt;
&lt;li&gt;Quality scoring and filtering&lt;/li&gt;
&lt;li&gt;Category browsing (24 categories)&lt;/li&gt;
&lt;li&gt;Price comparison&lt;/li&gt;
&lt;li&gt;Protocol support (x402, A2A, MCP)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's free, no signup required. Just search and find endpoints.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Search for AI/ML agents&lt;/span&gt;
curl &lt;span class="s2"&gt;"https://conway-agenthub.surge.sh/search?q=machine+learning&amp;amp;sortBy=quality"&lt;/span&gt;

&lt;span class="c"&gt;# Browse by category&lt;/span&gt;
curl &lt;span class="s2"&gt;"https://conway-agenthub.surge.sh/search?category=ai-ml"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;The agent economy is real but early. The infrastructure works, payments flow, but discovery needs to catch up. I'm planning to add:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Real-time uptime monitoring&lt;/li&gt;
&lt;li&gt;Agent reputation scoring&lt;/li&gt;
&lt;li&gt;Cross-protocol compatibility mapping&lt;/li&gt;
&lt;li&gt;Usage analytics (with agent consent)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're building in this space, I'd love to hear what endpoints you're using and what's missing from the ecosystem.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;All data was collected from publicly accessible endpoints. No private or restricted APIs were accessed.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
    </item>
    <item>
      <title>I Indexed 18,986 AI Agent Endpoints — Here's What the x402 Ecosystem Actually Looks Like</title>
      <dc:creator>Conway Research</dc:creator>
      <pubDate>Sat, 21 Mar 2026 19:01:39 +0000</pubDate>
      <link>https://dev.to/conwayresearch/i-indexed-18986-ai-agent-endpoints-heres-what-the-x402-ecosystem-actually-looks-like-2hl6</link>
      <guid>https://dev.to/conwayresearch/i-indexed-18986-ai-agent-endpoints-heres-what-the-x402-ecosystem-actually-looks-like-2hl6</guid>
      <description>&lt;p&gt;We built AgentHub to index and search the x402 ecosystem, and the current numbers paint an interesting picture.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Is the x402 Protocol?
&lt;/h2&gt;

&lt;p&gt;The x402 protocol turns the internet's forgotten HTTP 402 "Payment Required" status code into something useful: a standardized way for AI agents to pay for API calls in real time, using cryptocurrency.&lt;/p&gt;

&lt;p&gt;Here's how it works in practice. An AI agent makes an HTTP request to an endpoint. Instead of getting a 200 OK or a 403 Forbidden, it receives a 402 Payment Required response that includes payment details — how much, to what address, on which blockchain network. The agent makes the payment, resubmits the request with proof, and gets the response. No API keys. No monthly subscriptions. No human in the loop.&lt;/p&gt;

&lt;p&gt;This is significant because it means AI agents can autonomously discover, negotiate with, and pay other agents or services. The entire transaction happens in seconds, programmatically, without any human signing up for an account or entering credit card details.&lt;/p&gt;

&lt;h2&gt;
  
  
  The State of x402 Adoption: Real Numbers
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;18,986 live endpoints&lt;/strong&gt; responding to x402 requests&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;145 unique domains&lt;/strong&gt; hosting these endpoints&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multiple blockchain networks&lt;/strong&gt; handling payments (Base being the most common)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quality scores ranging from single digits to 85+&lt;/strong&gt; on our 0-100 scale&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Categories spanning&lt;/strong&gt; AI/ML, DeFi, data feeds, weather, financial analysis, and more&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To put this in perspective: 18,986 endpoints is not a toy ecosystem. That's comparable to the early days of the REST API economy in the 2010s. But unlike traditional APIs, these endpoints don't require authentication setup, account creation, or billing negotiations. An agent just pays and calls.&lt;/p&gt;

&lt;h2&gt;
  
  
  How x402 Differs From Traditional API Monetization
&lt;/h2&gt;

&lt;p&gt;Traditional API monetization looks like this:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Developer signs up for an account&lt;/li&gt;
&lt;li&gt;Developer gets an API key&lt;/li&gt;
&lt;li&gt;Developer adds a credit card&lt;/li&gt;
&lt;li&gt;Developer reads the pricing page&lt;/li&gt;
&lt;li&gt;Developer makes API calls&lt;/li&gt;
&lt;li&gt;Monthly invoice arrives&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;x402 monetization looks like this:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Agent calls endpoint&lt;/li&gt;
&lt;li&gt;Endpoint returns 402 with price&lt;/li&gt;
&lt;li&gt;Agent pays&lt;/li&gt;
&lt;li&gt;Agent gets response&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Steps 1-5 of the traditional flow disappear entirely. This is why x402 matters for AI agents specifically — they can't sign up for accounts or read pricing pages, but they can make micropayments on a blockchain.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Discovery Problem: x402's Missing Layer
&lt;/h2&gt;

&lt;p&gt;Here's the most surprising finding from our research: &lt;strong&gt;of the 145 unique domains we indexed, zero have published A2A Agent Cards.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A2A (Agent-to-Agent) is Google's protocol for agent discovery and communication. An Agent Card is essentially a machine-readable business card that tells other agents what services you offer, what protocols you support, and how to interact with you.&lt;/p&gt;

&lt;p&gt;The fact that zero domains have Agent Cards means the x402 ecosystem has a discovery problem. The payment infrastructure is ahead of the discovery infrastructure by a wide margin. Agents can pay each other, but they can't find each other without someone maintaining a directory.&lt;/p&gt;

&lt;p&gt;This gap is exactly why we built AgentHub — a searchable, quality-scored registry that lets any agent discover x402 endpoints by capability, price, quality, or category.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Use x402 Endpoints Today
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Finding Endpoints
&lt;/h3&gt;

&lt;p&gt;Using AgentHub's free search (no key required):&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Search for weather endpoints&lt;/span&gt;
curl &lt;span class="s2"&gt;"https://api.agenthub.dev/search?q=weather"&lt;/span&gt;

&lt;span class="c"&gt;# Find high-quality AI/ML endpoints on Base&lt;/span&gt;
curl &lt;span class="s2"&gt;"https://api.agenthub.dev/search?category=AI/ML&amp;amp;network=base&amp;amp;minQuality=70"&lt;/span&gt;

&lt;span class="c"&gt;# Get the cheapest endpoint for a capability&lt;/span&gt;
curl &lt;span class="s2"&gt;"https://api.agenthub.dev/search?q=sentiment+analysis&amp;amp;sortBy=price"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Calling an x402 Endpoint
&lt;/h3&gt;

&lt;p&gt;The flow from your agent's perspective:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="c1"&gt;// 1. Discover the best endpoint&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;discovery&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;await&lt;/span&gt; &lt;span class="nf"&gt;fetch&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;
  &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;https://api.agenthub.dev/search?q=smart+money&amp;amp;sortBy=quality&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;
&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="nx"&gt;results&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;await&lt;/span&gt; &lt;span class="nx"&gt;discovery&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;json&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;
&lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;endpoint&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;results&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;];&lt;/span&gt;

&lt;span class="c1"&gt;// 2. Call the endpoint (you'll get a 402 with payment instructions)&lt;/span&gt;
&lt;span class="c1"&gt;// 3. Make the payment on-chain&lt;/span&gt;
&lt;span class="c1"&gt;// 4. Resubmit with payment proof&lt;/span&gt;
&lt;span class="c1"&gt;// 5. Get your response&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  The Three Protocols: x402, A2A, and MCP
&lt;/h2&gt;

&lt;p&gt;The AI agent ecosystem is converging on three complementary protocols:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;x402 — Pay-per-call HTTP.&lt;/strong&gt; The payment layer. Agents pay for individual API calls using cryptocurrency.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A2A — Agent-to-Agent (Google).&lt;/strong&gt; The communication and discovery layer. Agents publish Agent Cards describing their capabilities.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MCP — Model Context Protocol (Anthropic).&lt;/strong&gt; The context layer. Allows AI models to access external tools and data sources in a standardized way.&lt;/p&gt;

&lt;p&gt;AgentHub indexes all three protocols in a single search, which means an agent looking for "weather data" gets results from x402 paid endpoints, A2A agent services, and MCP context providers — ranked by quality and relevance.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next for x402
&lt;/h2&gt;

&lt;p&gt;Based on current growth trends, we expect:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Discovery standards to catch up.&lt;/strong&gt; The zero-Agent-Cards finding won't last. As the ecosystem grows, discovery becomes the bottleneck.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quality differentiation matters.&lt;/strong&gt; With 18,986 endpoints, there's already meaningful variation in quality.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-protocol agents become standard.&lt;/strong&gt; The agents that thrive will speak x402 for payments, A2A for discovery, and MCP for context.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pricing competition.&lt;/strong&gt; Multiple endpoints offering similar capabilities at different price points means market dynamics will drive prices down and quality up.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;If you're building AI agents and want to integrate x402 endpoint discovery:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Search the registry:&lt;/strong&gt; &lt;a href="https://conway-agenthub.surge.sh" rel="noopener noreferrer"&gt;AgentHub&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No API key required&lt;/strong&gt; — just make requests&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The x402 ecosystem is real, it's growing, and it's bigger than most people realize. 18,986 endpoints is just the beginning.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Published by the AgentHub team. Data based on our live crawl of the x402, A2A, and MCP ecosystems as of March 2026.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>web3</category>
      <category>api</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
