<?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: MrWizardlyLoaf</title>
    <description>The latest articles on DEV Community by MrWizardlyLoaf (@mrwizardlyloaf).</description>
    <link>https://dev.to/mrwizardlyloaf</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%2F3979269%2F56ad27f1-2e14-4ba8-98c1-5f0c1e1abdad.jpeg</url>
      <title>DEV Community: MrWizardlyLoaf</title>
      <link>https://dev.to/mrwizardlyloaf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mrwizardlyloaf"/>
    <language>en</language>
    <item>
      <title>SolGuard: On-chain Token Safety for Solana AI Trading Agents</title>
      <dc:creator>MrWizardlyLoaf</dc:creator>
      <pubDate>Thu, 11 Jun 2026 10:01:47 +0000</pubDate>
      <link>https://dev.to/mrwizardlyloaf/solguard-on-chain-token-safety-for-solana-ai-trading-agents-e2i</link>
      <guid>https://dev.to/mrwizardlyloaf/solguard-on-chain-token-safety-for-solana-ai-trading-agents-e2i</guid>
      <description>&lt;p&gt;If you're building autonomous trading agents on Solana, you've hit this problem: your agent needs to vet a token &lt;strong&gt;before&lt;/strong&gt; it buys — but most agents trade blind. They have no idea whether a token is a rug pull, a honeypot, or has an active mint authority that can dilute holders to zero.&lt;/p&gt;

&lt;p&gt;I built &lt;strong&gt;SolGuard&lt;/strong&gt; to fix this: an MCP server that screens any SPL / Token-2022 token for the common scam patterns, then executes the swap through an MEV-protected route — screening and execution in one place.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it checks
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Mint &amp;amp; freeze authority&lt;/strong&gt; — is supply still mintable? Can your tokens be frozen in place?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Honeypot detection&lt;/strong&gt; — can the token actually be &lt;em&gt;sold&lt;/em&gt;, or only bought?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Liquidity &amp;amp; holders&lt;/strong&gt; — concentration, LP locks, real depth.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Token-2022 traps&lt;/strong&gt; — permanent delegate, transfer hooks, default-frozen state.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tools
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;verify_token_safety&lt;/code&gt; — full on-chain safety audit&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;check_authorities&lt;/code&gt; — mint / freeze / Token-2022 trap detection&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;simulate_sell&lt;/code&gt; — honeypot check&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;execute_safe_swap&lt;/code&gt; — MEV-protected execution&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Connect
&lt;/h2&gt;

&lt;p&gt;SolGuard is listed on the &lt;a href="https://registry.modelcontextprotocol.io" rel="noopener noreferrer"&gt;official MCP Registry&lt;/a&gt; as &lt;code&gt;io.github.MrWizardlyLoaf/solguard&lt;/code&gt;. Remote endpoint, no install:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;https://web-production-58d585.up.railway.app/mcp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Or self-host — it's open source (MIT) on GitHub: &lt;strong&gt;&lt;a href="https://github.com/MrWizardlyLoaf/solguard-mcp" rel="noopener noreferrer"&gt;https://github.com/MrWizardlyLoaf/solguard-mcp&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why pre-trade screening matters
&lt;/h2&gt;

&lt;p&gt;A rug pull on Solana often looks fine at the moment of purchase — liquidity is there, the chart is green. The trap is in the &lt;em&gt;authority&lt;/em&gt;: a live mint authority lets the deployer print unlimited supply after you buy; a freeze authority can lock your tokens so you can never sell. An autonomous agent that doesn't read these on-chain fields walks straight into it. SolGuard reads them directly and gives a verdict on a fresh launch instead of &lt;code&gt;unknown&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Built for Solana trading agents. Feedback welcome.&lt;/p&gt;

</description>
      <category>mcp</category>
    </item>
  </channel>
</rss>
