<?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: Voytek</title>
    <description>The latest articles on DEV Community by Voytek (@askvoytek).</description>
    <link>https://dev.to/askvoytek</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%2F3908284%2F5bbc59f5-f3e7-4f6e-9d2c-52efcf8f9a2f.jpg</url>
      <title>DEV Community: Voytek</title>
      <link>https://dev.to/askvoytek</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/askvoytek"/>
    <language>en</language>
    <item>
      <title>I Got Tired of Late Signals, So I Built a 7-Agent DeFi Bot on an $80 Raspberry Pi</title>
      <dc:creator>Voytek</dc:creator>
      <pubDate>Wed, 12 Aug 2026 04:00:00 +0000</pubDate>
      <link>https://dev.to/askvoytek/i-got-tired-of-late-signals-so-i-built-a-7-agent-defi-bot-on-an-80-raspberry-pi-4ge8</link>
      <guid>https://dev.to/askvoytek/i-got-tired-of-late-signals-so-i-built-a-7-agent-defi-bot-on-an-80-raspberry-pi-4ge8</guid>
      <description>&lt;p&gt;I've been in crypto since before it was cool to have opinions about it.&lt;/p&gt;

&lt;p&gt;For years I watched signal channels on Twitter and Discord broadcast trades &lt;em&gt;after&lt;/em&gt; the professional bots had already caught them. By the time a "call" hit my feed, the opportunity was gone. Somewhere in there I asked myself the obvious question: what if I built something that got the signal first, instead of reading about it secondhand?&lt;/p&gt;

&lt;h2&gt;
  
  
  The Build
&lt;/h2&gt;

&lt;p&gt;Saturday night in April. Instead of scrolling another signal channel, I opened my laptop and started sketching Agent 1: a pool watcher for Aerodrome Finance on Base.&lt;/p&gt;

&lt;p&gt;First problem, immediately: The Graph API I planned to use had just gone paid-only. Pivoted to DeFiLlama instead. By 2am, Agent 1 was live — scanning 229 Aerodrome pools in real time, flagging 62 as HOT and 42 as WATCH based on yield and volume.&lt;/p&gt;

&lt;p&gt;That one agent turned into seven:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Pool Watcher&lt;/strong&gt; — scans pools, flags opportunities&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Yield Hunter&lt;/strong&gt; — ranks pools by risk-adjusted APY&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Gap Calculator&lt;/strong&gt; — coming in the next post&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Trade Coordinator&lt;/strong&gt; — decides what actually gets acted on&lt;/li&gt;
&lt;li&gt;Plus a signal bus, alerting, and a paper-trading execution engine&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All seven run 24/7 on an $80 Raspberry Pi 5. Not a $50,000 rig — a Pi sitting in my apartment in Atlanta.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Numbers (So Far)
&lt;/h2&gt;

&lt;p&gt;Six weeks after that Saturday night, paper trading went live with a $1,000 simulated bankroll.&lt;/p&gt;

&lt;p&gt;Day 1: &lt;strong&gt;+$3.25 on 5 positions, 4 of 5 profitable.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Small number. But it's real proof the pipeline works end to end — signal detection, scoring, coordination, and execution, without a human in the loop.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Honest Part
&lt;/h2&gt;

&lt;p&gt;I'm not a career software engineer. 25 years in IT infrastructure, about a year of teaching myself Python and Linux seriously. "Always learning, never building" was the trap I was stuck in for a long time. This project was the fix — and it's still very much a work in progress, running on paper money, not real capital yet.&lt;/p&gt;

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

&lt;p&gt;This post is the concept and architecture. The next few posts in this series go agent-by-agent with the actual code: how the gap calculator scores opportunities, how the coordinator decides what to trade, how the signal bus ties it all together, and eventually — real money results, not paper.&lt;/p&gt;

&lt;p&gt;If you're building something similar or have opinions on the architecture, I'd genuinely like to hear them in the comments.&lt;/p&gt;

&lt;p&gt;Whatever you're building today, keep going. 🚀&lt;br&gt;
— Voytek&lt;/p&gt;

</description>
      <category>python</category>
      <category>raspberrypi</category>
      <category>showdev</category>
      <category>cryptocurrency</category>
    </item>
  </channel>
</rss>
