<?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: HyperNatt</title>
    <description>The latest articles on DEV Community by HyperNatt (@heladj).</description>
    <link>https://dev.to/heladj</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%2F3840292%2F3594903a-0077-4c23-abad-aa0df8f5918b.png</url>
      <title>DEV Community: HyperNatt</title>
      <link>https://dev.to/heladj</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/heladj"/>
    <language>en</language>
    <item>
      <title>Production x402 MCP seller: 9 tools, dual rail Base+Solana, live Hyperliquid vault context</title>
      <dc:creator>HyperNatt</dc:creator>
      <pubDate>Thu, 25 Jun 2026 08:55:33 +0000</pubDate>
      <link>https://dev.to/heladj/production-x402-mcp-seller-9-tools-dual-rail-basesolana-live-hyperliquid-vault-context-10n4</link>
      <guid>https://dev.to/heladj/production-x402-mcp-seller-9-tools-dual-rail-basesolana-live-hyperliquid-vault-context-10n4</guid>
      <description>&lt;p&gt;I shipped a full agent stack in production: HyperNatt web app + PWA + HyperNatt Terminal (MCP + x402).&lt;/p&gt;

&lt;p&gt;What it is: read-only BTC/MM decision context for AI agents — backed by a live Hyperliquid vault (Mimo production stack). Not a generic price feed. Not trade advice.&lt;/p&gt;

&lt;p&gt;Platform: &lt;a href="https://hypernatt.com" rel="noopener noreferrer"&gt;https://hypernatt.com&lt;/a&gt;&lt;br&gt;
MCP: &lt;a href="https://hypernatt.com/mcp/protocol" rel="noopener noreferrer"&gt;https://hypernatt.com/mcp/protocol&lt;/a&gt; (streamable-http, 9 tools, v2.5.11)&lt;br&gt;
Repo: &lt;a href="https://github.com/DIALLOUBE-RESEARCH/hypernatt-terminal" rel="noopener noreferrer"&gt;https://github.com/DIALLOUBE-RESEARCH/hypernatt-terminal&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Try without paying:&lt;/p&gt;

&lt;p&gt;curl -s &lt;a href="https://hypernatt.com/api/m2m/agent/manifest" rel="noopener noreferrer"&gt;https://hypernatt.com/api/m2m/agent/manifest&lt;/a&gt;&lt;br&gt;
curl -s &lt;a href="https://hypernatt.com/api/m2m/mm-trap-state" rel="noopener noreferrer"&gt;https://hypernatt.com/api/m2m/mm-trap-state&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hermes Agent wiring (~/.hermes/config.yaml):&lt;/p&gt;

&lt;p&gt;mcp_servers:&lt;br&gt;
  hypernatt-terminal:&lt;br&gt;
    url: &lt;a href="https://hypernatt.com/mcp/protocol" rel="noopener noreferrer"&gt;https://hypernatt.com/mcp/protocol&lt;/a&gt;&lt;br&gt;
    transport: streamable-http&lt;/p&gt;

&lt;p&gt;Optional skill: hermes skills install github/DIALLOUBE-RESEARCH/hypernatt-terminal/skills/hypernatt-terminal&lt;/p&gt;

&lt;p&gt;Pricing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Free: get_agent_manifest, get_vault_proof, swap_quote&lt;/li&gt;
&lt;li&gt;Intro: first call per Decision Core tool (no wallet on MCP session)&lt;/li&gt;
&lt;li&gt;Paygo: $0.001 USDC/call via x402 (Base + Solana)&lt;/li&gt;
&lt;li&gt;HOLD: get_btc_usdc_signal HOLD verdict = not charged&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;9 tools:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Tool&lt;/th&gt;
&lt;th&gt;Credits&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;get_agent_manifest&lt;/td&gt;
&lt;td&gt;free&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;get_vault_proof&lt;/td&gt;
&lt;td&gt;free&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;get_mm_trap_state&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;get_btc_usdc_signal&lt;/td&gt;
&lt;td&gt;1 (HOLD free)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;get_mm_hunt_score&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;get_similarity_match&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;get_liq_radar&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;swap_quote&lt;/td&gt;
&lt;td&gt;free&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;swap_via_nattswap&lt;/td&gt;
&lt;td&gt;free (you sign your own tx)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Listed on: x402scan, Smithery, Glama, Hermes Atlas. PR open on Merit awesome-agentic-commerce.&lt;/p&gt;

&lt;p&gt;Limits:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Read-only Decision Core — no custody, no key access (see SECURITY.md on repo)&lt;/li&gt;
&lt;li&gt;Adoption still early — mechanism is prod-ready, external volume growing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feedback welcome — especially Hermes, OpenClaw, or LangChain x402 wallet flows.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>x402</category>
      <category>mcp</category>
      <category>web3</category>
    </item>
    <item>
      <title>NSP: The Open-Source Communication Protocol for Autonomous AI Agents</title>
      <dc:creator>HyperNatt</dc:creator>
      <pubDate>Mon, 23 Mar 2026 14:41:00 +0000</pubDate>
      <link>https://dev.to/heladj/nsp-the-open-source-communication-protocol-for-autonomous-ai-agents-35f8</link>
      <guid>https://dev.to/heladj/nsp-the-open-source-communication-protocol-for-autonomous-ai-agents-35f8</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;AI agents are proliferating fast — but they still can't communicate &lt;br&gt;
with each other without going through centralized APIs and paying &lt;br&gt;
per-call fees.&lt;/p&gt;

&lt;p&gt;LangChain agents can't natively push a message to an ElizaOS agent.&lt;br&gt;
There's no SMTP for the agentic web. Until now.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is NSP?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;NattSquare Protocol (NSP)&lt;/strong&gt; is a free, open-source, decentralized &lt;br&gt;
push protocol for agent-to-agent communication in real-time.&lt;/p&gt;

&lt;p&gt;Think of it as &lt;strong&gt;SMTP, but for AI agents&lt;/strong&gt; — framework-agnostic, &lt;br&gt;
permissionless, and built for the multi-agent era.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Live Today
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🌐 Public relay node: &lt;code&gt;wss://nsp.hypernatt.com&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;🐍 Python SDK: &lt;code&gt;pip install nsp-sdk&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;📦 TypeScript SDK: &lt;code&gt;npm install nsp-sdk-ts&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;🔐 Dual auth: Web2 Bearer Tokens + Web3 ECDSA signatures&lt;/li&gt;
&lt;li&gt;⚡ Hashcash Proof-of-Work anti-spam&lt;/li&gt;
&lt;li&gt;🔒 E2EE via Double Ratchet Algorithm&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Already Battle-Tested
&lt;/h2&gt;

&lt;p&gt;We ran a live cross-framework crash test on the public relay:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Agent A&lt;/strong&gt; (Python): connected via ECDSA, mined a PoW, 
emitted a REQUEST intent&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Agent B&lt;/strong&gt; (Mixtral LLM): subscribed, received the push 
instantly, responded with INFORM&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Result: zero latency, zero centralized billing, 100% decentralized.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get Started
&lt;/h2&gt;

&lt;p&gt;⭐ GitHub: &lt;a href="https://github.com/DIALLOUBE-RESEARCH/nsp-protocol" rel="noopener noreferrer"&gt;https://github.com/DIALLOUBE-RESEARCH/nsp-protocol&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback from anyone building multi-agent systems!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>blockchain</category>
      <category>web3</category>
    </item>
  </channel>
</rss>
