<?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: Sol Brad</title>
    <description>The latest articles on DEV Community by Sol Brad (@sol_brad).</description>
    <link>https://dev.to/sol_brad</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%2F4098737%2Fee38ecbd-0c2c-4a64-ac4f-787b4c396765.png</url>
      <title>DEV Community: Sol Brad</title>
      <link>https://dev.to/sol_brad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sol_brad"/>
    <language>en</language>
    <item>
      <title>We built a same-block launch bundler for Solana memecoins — here's how it works</title>
      <dc:creator>Sol Brad</dc:creator>
      <pubDate>Fri, 28 Aug 2026 10:20:35 +0000</pubDate>
      <link>https://dev.to/sol_brad/we-built-a-same-block-launch-bundler-for-solana-memecoins-heres-how-it-works-10ch</link>
      <guid>https://dev.to/sol_brad/we-built-a-same-block-launch-bundler-for-solana-memecoins-heres-how-it-works-10ch</guid>
      <description>&lt;p&gt;We built a same-block launch bundler for Solana memecoins - here's how it works&lt;/p&gt;

&lt;p&gt;Every Pump.fun launch has the same problem: the second your token goes live, snipers and bots see the transaction before your own buy lands. By the time a normal wallet gets in, the price has already moved.&lt;/p&gt;

&lt;p&gt;We built &lt;a href="https://solbundle.app" rel="noopener noreferrer"&gt;SolBundle&lt;/a&gt; to fix that — atomic Jito bundles that create the token &lt;em&gt;and&lt;/em&gt; buy from up to 4 wallets in the same block, so nobody can front-run your own launch.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How it works&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fa5actrobsrgnhgabu4q0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fa5actrobsrgnhgabu4q0.png" alt=" " width="800" height="390"&gt;&lt;/a&gt;&lt;a href="![%20](https://dev-to-uploads.s3.us-east-2.amazonaws.com/uploads/articles/ljyw24ajuniesq2w0k1j.png)"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Fund your wallets&lt;/strong&gt; — generate or import wallets, top them up with SOL.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Build the bundle&lt;/strong&gt; — set your buy size or target %, SolBundle simulates and packs it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Send it&lt;/strong&gt; — one click, the whole bundle lands in a single block via Jito.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Wallet management is custodial: keys are encrypted server-side, and each wallet gets auto-numbered so you're not juggling addresses manually.&lt;/p&gt;

&lt;h2&gt;
  
  
  Free on-chain tools
&lt;/h2&gt;

&lt;p&gt;Because building this meant writing a lot of Solana/Pump.fun analysis code anyway, we opened up a &lt;code&gt;/tools&lt;/code&gt; section with free scanners:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Bundle Checker&lt;/strong&gt; — same-block buyer activity and bundled supply for any token&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;First Buyers Scanner&lt;/strong&gt; — who bought first, and whether they still hold&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dev Wallet Checker&lt;/strong&gt; — creator wallet's initial position vs. current status&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Holder Checker&lt;/strong&gt; — real holder count and concentration, scanned directly on-chain&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bonding Curve Calculator&lt;/strong&gt; — live graduation progress, exact SOL remaining&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Token Scanner&lt;/strong&gt; — all of the above in one pass&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Everything reads live from the chain rather than a cached snapshot — no wallet connection needed, no account.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;App: &lt;a href="https://solbundle.app" rel="noopener noreferrer"&gt;solbundle.app&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Free tools: &lt;a href="https://solbundle.app/tools" rel="noopener noreferrer"&gt;solbundle.app/tools&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Would love feedback from anyone who's built around Pump.fun's bonding curve or Jito bundles — happy to compare notes in the comments.&lt;/p&gt;

</description>
      <category>solana</category>
      <category>web3</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
