<?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: Okafor Francis</title>
    <description>The latest articles on DEV Community by Okafor Francis (@majesticfranc).</description>
    <link>https://dev.to/majesticfranc</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4020112%2F96c6407e-c595-4831-9887-ac09aaf48a19.jpg</url>
      <title>DEV Community: Okafor Francis</title>
      <link>https://dev.to/majesticfranc</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/majesticfranc"/>
    <language>en</language>
    <item>
      <title>Building Sluice: A Settlement Layer for the Agent-Paid Web</title>
      <dc:creator>Okafor Francis</dc:creator>
      <pubDate>Tue, 07 Jul 2026 19:34:00 +0000</pubDate>
      <link>https://dev.to/majesticfranc/building-sluice-a-settlement-layer-for-the-agent-paid-web-55op</link>
      <guid>https://dev.to/majesticfranc/building-sluice-a-settlement-layer-for-the-agent-paid-web-55op</guid>
      <description>&lt;p&gt;The web was designed around human visitors, subscriptions and advertising.&lt;/p&gt;

&lt;p&gt;AI agents operate differently.&lt;/p&gt;

&lt;p&gt;They search, retrieve, compare, cite, call APIs, process media and make decisions continuously. In many cases, they consume valuable work without a direct payment relationship with the person or service that produced it.&lt;/p&gt;

&lt;p&gt;That led me to a simple question:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What happens when AI agents become paying customers of the web?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I built &lt;strong&gt;Sluice&lt;/strong&gt; to explore that question.&lt;/p&gt;

&lt;p&gt;Sluice is a settlement layer for the agent-paid web. It lets creators price the smallest useful unit of their work, while AI agents decide what is worth purchasing and pay for it automatically in USDC.&lt;/p&gt;

&lt;p&gt;A unit could be:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;one citation;&lt;/li&gt;
&lt;li&gt;one article read;&lt;/li&gt;
&lt;li&gt;one API request;&lt;/li&gt;
&lt;li&gt;one second of a stream;&lt;/li&gt;
&lt;li&gt;one minute of audio;&lt;/li&gt;
&lt;li&gt;one dataset query;&lt;/li&gt;
&lt;li&gt;one agent-provided service.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The application is currently running on Arc testnet and uses x402-compatible payment flows with Circle Gateway-style nanopayment settlement.&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem with the current web
&lt;/h2&gt;

&lt;p&gt;Creators and developers already produce the resources AI agents depend on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;articles and research;&lt;/li&gt;
&lt;li&gt;structured datasets;&lt;/li&gt;
&lt;li&gt;APIs;&lt;/li&gt;
&lt;li&gt;podcasts and transcripts;&lt;/li&gt;
&lt;li&gt;video;&lt;/li&gt;
&lt;li&gt;market data;&lt;/li&gt;
&lt;li&gt;software services;&lt;/li&gt;
&lt;li&gt;specialist analysis.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;However, most monetization systems were built for humans.&lt;/p&gt;

&lt;p&gt;Subscriptions require long-term commitment. Advertisements require attention. Traditional checkout flows introduce too much friction for a tiny purchase. Normal payment rails are also poorly suited to extremely small and frequent transactions.&lt;/p&gt;

&lt;p&gt;An agent may only need one paragraph from an article or one response from an API.&lt;/p&gt;

&lt;p&gt;Charging a monthly subscription for that interaction is excessive. Processing an individual card payment for a fraction of a cent is impractical.&lt;/p&gt;

&lt;p&gt;Sluice approaches the problem from the unit level:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If an action can be counted, it can be priced.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The core Sluice flow
&lt;/h2&gt;

&lt;p&gt;Sluice connects two sides of a small digital economy.&lt;/p&gt;

&lt;h3&gt;
  
  
  The creator side
&lt;/h3&gt;

&lt;p&gt;A creator or provider can register a resource, choose its measurable unit and set a price.&lt;/p&gt;

&lt;p&gt;Examples include:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
text
Article citation      $0.001 per citation
API endpoint          $0.003 per request
Audio stream          $0.0002 per second
Research dataset      $0.01 per query
Agent service         $0.10 per completed task
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>ai</category>
      <category>web3</category>
      <category>typescript</category>
      <category>payments</category>
    </item>
  </channel>
</rss>
