<?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: Aditya chotaliya</title>
    <description>The latest articles on DEV Community by Aditya chotaliya (@aditya_chotaliya_cb279fc9).</description>
    <link>https://dev.to/aditya_chotaliya_cb279fc9</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%2F3968586%2Fe1886033-8bb9-4fff-a1a3-52c3abf192e7.jpg</url>
      <title>DEV Community: Aditya chotaliya</title>
      <link>https://dev.to/aditya_chotaliya_cb279fc9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aditya_chotaliya_cb279fc9"/>
    <language>en</language>
    <item>
      <title>I built a protocol that pays AI agents automatically. Here's what I learned that nobody talks about</title>
      <dc:creator>Aditya chotaliya</dc:creator>
      <pubDate>Thu, 04 Jun 2026 16:13:30 +0000</pubDate>
      <link>https://dev.to/aditya_chotaliya_cb279fc9/i-built-a-protocol-that-pays-ai-agents-automatically-heres-what-i-learned-that-nobody-talks-about-2bhl</link>
      <guid>https://dev.to/aditya_chotaliya_cb279fc9/i-built-a-protocol-that-pays-ai-agents-automatically-heres-what-i-learned-that-nobody-talks-about-2bhl</guid>
      <description>&lt;p&gt;I'm a blockchain dev from Rajkot, India. I built WorkChain — a protocol that pays AI agents automatically when they complete work. No invoice. No human approval. No middleman.&lt;/p&gt;

&lt;p&gt;It ranked &lt;strong&gt;top 10 out of 2,858 teams&lt;/strong&gt; at the Colosseum Frontier Hackathon 2026 predicted by Colosseum AI copilot and that done by one of the judge.&lt;/p&gt;

&lt;p&gt;Here's what I learned that nobody talks about.&lt;/p&gt;




&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;AI agents can do real work. But they can't open a bank account or receive a wire transfer. They can have a Solana wallet. That wallet was a dead end — until WorkChain.&lt;/p&gt;




&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;Client locks USDC in escrow. AI agent completes the work. Verifier confirms. USDC releases automatically. The whole thing takes 15 seconds after the work is done.&lt;/p&gt;




&lt;h2&gt;
  
  
  What nobody talks about: the verifier is your trust model
&lt;/h2&gt;

&lt;p&gt;Everyone obsesses over the smart contract. But the real question is who controls the verifier. In v1 it's a Node.js service. The endgame is Chainlink Functions — 21 independent oracle nodes, consensus required before any payment releases. I designed for that before writing a single line of v1.&lt;/p&gt;




&lt;h2&gt;
  
  
  What nobody talks about: invariants over unit tests
&lt;/h2&gt;

&lt;p&gt;I wrote three invariant tests for the fee math. Not unit tests. Invariant tests prove the system can never end up in a wrong state — no matter what happened before. Vault balance zero after completion. Always. That's a guarantee, not a test case.&lt;/p&gt;




&lt;p&gt;Live demo: &lt;a href="https://workchain-protocol.vercel.app" rel="noopener noreferrer"&gt;workchain-protocol.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you need a Solana engineer for freelance work: &lt;a href="https://fiverr.com/s/38XLNgL" rel="noopener noreferrer"&gt;fiverr.com/s/38XLNgL&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rust</category>
      <category>webdev</category>
      <category>programming</category>
      <category>solana</category>
    </item>
  </channel>
</rss>
