<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Sentinel - Medium]]></title>
        <description><![CDATA[A peer-to-peer bandwidth marketplace powering decentralized VPNs and privacy-preserving web data scraping for AI agents through a global, trustless node network. - Medium]]></description>
        <link>https://medium.com/sentinel?source=rss----e4a304ebb56c---4</link>
        <image>
            <url>https://cdn-images-1.medium.com/proxy/1*TGH72Nnw24QL3iV9IOm4VA.png</url>
            <title>Sentinel - Medium</title>
            <link>https://medium.com/sentinel?source=rss----e4a304ebb56c---4</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Wed, 03 Jun 2026 20:19:40 GMT</lastBuildDate>
        <atom:link href="https://medium.com/feed/sentinel" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Using the IBC Protocol as an Oracle to Fetch $P2P Osmosis Price Feed Data]]></title>
            <link>https://medium.com/sentinel/using-the-ibc-protocol-as-an-oracle-to-fetch-p2p-osmosis-price-feed-data-e4f6dba9b1a0?source=rss----e4a304ebb56c---4</link>
            <guid isPermaLink="false">https://medium.com/p/e4f6dba9b1a0</guid>
            <category><![CDATA[cosmos-network]]></category>
            <category><![CDATA[sentinel]]></category>
            <category><![CDATA[sentinel-dvpn]]></category>
            <category><![CDATA[osmosis]]></category>
            <dc:creator><![CDATA[Sentinel Admin]]></dc:creator>
            <pubDate>Wed, 15 Oct 2025 09:04:20 GMT</pubDate>
            <atom:updated>2025-10-15T09:04:15.648Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*RLuYVBxNozGJGuc_hU4XLA.png" /></figure><h3>Sentinel Introduces IBC-Based Oracle Module for Real-Time $P2P/USD Pricing</h3><p>As decentralized infrastructure protocols evolve, Sentinel is once again extending the capabilities of the Cosmos ecosystem — this time by transforming <strong>interoperability itself into an oracle.</strong></p><p>Sentinel’s new <strong>Oracle Module </strong>enables <strong>real-time asset pricing</strong> across blockchains using <strong>asynchronous interchain queries (AsyncICQ)</strong> via the <strong>Inter-Blockchain Communication (IBC) protocol</strong>.</p><p>This system allows Sentinel to query spot price data from <strong>Osmosis</strong> — the most advanced DEX in Cosmos — and use that information to determine <strong>fair, USD-denominated rates for bandwidth usage</strong> within the Sentinel network.</p><p>All of this is done on-chain, without reliance on centralized oracle providers.</p><h3>The Context: Pricing the Decentralized Bandwidth Market in USD</h3><p>In Sentinel’s ecosystem, <strong>dVPN application builders</strong> select the <strong>specific nodes</strong> that will power their application. Each builder establishes a <strong>contract with those nodes through the on-chain subscription module</strong>, locking <strong>$P2P tokens</strong> as collateral for bandwidth usage.</p><p>As time goes by, $P2P is <strong>deducted automatically</strong> from the contract balance between the application developer and the node operator.</p><p>Currently, these deductions are made at a <strong>static, pre-set token rate</strong>, meaning the same number of $P2P tokens are deducted regardless of the token’s current market value.</p><p>While simple, this mechanism lacks efficiency and fairness over time. To align incentives and reflect real-world market conditions, <strong>node rates should be denominated in USD</strong>, with the on-chain system dynamically determining the appropriate $P2P equivalent.</p><p>This shift requires a <strong>pricing oracle structure</strong> — but rather than depending on external providers, Sentinel leverages the Cosmos interoperability stack itself to perform this role.</p><h3>Interoperability as an Oracle</h3><p>The Sentinel Oracle Module transforms IBC into a <strong>secure, decentralized data transport layer</strong> for pricing information. Instead of trusting off-chain data aggregators, Sentinel <strong>queries liquidity pools directly on Osmosis</strong> — retrieving price data from on-chain markets that already secure billions in liquidity.</p><p>This design provides several key advantages:</p><ul><li><strong>Native security:</strong> IBC packets are verified through consensus on both chains.</li><li><strong>Resilience:</strong> There are no off-chain aggregators or external price feeders.</li><li><strong>Transparency:</strong> All query requests, responses, and acknowledgments are on-chain and verifiable.</li></ul><p>This design also introduces an alternative <strong>risk management model for DeFi protocols</strong>.</p><p>During <strong>black swan events</strong> — such as the October 11 flash crash, when several popular oracles suffered <strong>outages due to manipulation, DDOS attacks, or overload</strong> — protocols leveraging <strong>IBC-based price queries</strong> can continue to function reliably, grounded in fully on-chain liquidity data.</p><p>You can explore the <strong>Oracle Module’s implementation on GitHub</strong>:<br> <a href="https://github.com/sentinel-official/hub/tree/development/x/oracle">Sentinel Hub — Oracle Module</a></p><h3>Technical Architecture of the Oracle Module</h3><p>The <strong>Oracle Module</strong> serves as Sentinel’s on-chain pricing infrastructure. It integrates deeply with the Cosmos SDK and uses <strong>AsyncICQ</strong> to communicate asynchronously with the Osmosis blockchain.</p><h3>1. Asset Management</h3><p>Each tracked asset pair (e.g., $P2P/USD) is represented by:</p><ul><li><strong>Base Denomination:</strong> The token to be priced ($P2P).</li><li><strong>Quote Denomination:</strong> The reference currency (USD).</li><li><strong>Pool ID:</strong> Osmosis pool ID from which the spot price is queried.</li></ul><p>Pool metadata and configuration are updated dynamically using AsyncICQ.<br> This ensures that pricing information is always derived from <strong>live, on-chain liquidity</strong> on Osmosis.</p><h3>2. IBC-Based Price Query Flow</h3><p>The Oracle Module sends regular IBC query packets to Osmosis to fetch the spot price for each tracked asset.</p><p>The process flow:</p><ul><li>Sentinel sends an interchain query packet every <em>N</em> blocks.</li><li>The relayer delivers it to Osmosis endpoints such as:</li></ul><p>/osmosis.protorev.v1beta1.Query/GetProtoRevPool /osmosis.poolmanager.v1beta1.Query/SpotPrice</p><ul><li>Osmosis responds with a spot price acknowledgment.</li><li>Sentinel processes the response, validates it, and updates its local state.</li><li>Governance proposals can modify the query frequency or add new asset pairs for tracking.</li></ul><p>To enable this fully, Sentinel will soon submit a <strong>governance proposal on Osmosis</strong> to whitelist the required query endpoints.</p><p>You can view a prior related proposal here:<br> <a href="https://www.mintscan.io/osmosis/proposals/466">Osmosis Governance Proposal #466</a></p><h3>3. Real-Time Price Conversion in Node Contracts</h3><p>When a node operator sets a rate — for example, <strong>$1 per GB of bandwidth</strong> — the Oracle Module automatically converts this rate into the current $P2P equivalent using live Osmosis pricing data.</p><p>Example:</p><ul><li>Osmosis reports $P2P = $0.05</li><li>Node rate = $1/GB</li><li>Oracle converts to <strong>20 $P2P per GB</strong></li></ul><p>This conversion happens <strong>on-chain</strong>, allowing:</p><ul><li>Application developers to pay in $P2P, but in USD-denominated value.</li><li>Node operators to receive consistent compensation in dollar terms.</li><li>Network-wide pricing standardization across all Sentinel-powered dVPN applications.</li></ul><p>The Oracle Module will soon be available for public testing in the <strong>Sentinel v12 Testnet</strong>, marking the first on-chain integration of Osmosis spot pricing via IBC.</p><h3>Governance &amp; Technical Collaboration</h3><p>To complete this integration, Sentinel’s engineering team is working closely with <strong>Osmosis core developers</strong> to expand the <strong>allowed queries list</strong>, which has not been updated since 2023.</p><p>The required endpoints are:</p><pre>/osmosis.protorev.v1beta1.Query/GetProtoRevPool<br>/osmosis.poolmanager.v1beta1.Query/SpotPrice</pre><p>Additionally, Sentinel identified that <strong>query responses currently return with </strong><strong>height = 0</strong>, which isn’t a blocker but requires <strong>shorter IBC packet timeouts</strong>.</p><p>This has been flagged to both the <strong>Osmosis team</strong> and the <strong>Cosmos IBC repository</strong> for improvement.</p><p>Once these updates are approved, Sentinel will become one of the first Cosmos SDK chains to <strong>use IBC as a live oracle layer</strong>, rather than relying on off-chain data pipelines.</p><h3>A New Standard for Cross-Chain Data Reliability</h3><p>By using Osmosis as the <strong>canonical source of market prices</strong>, Sentinel is establishing a <strong>decentralized pricing infrastructure</strong> that is:</p><ul><li>Rooted in <strong>real on-chain liquidity</strong>,</li><li>Secured by <strong>Cosmos consensus</strong>, and</li><li>Resilient against manipulation or network outages.</li></ul><p>This design demonstrates that <strong>interoperability itself can serve as the foundation for on-chain truth</strong>.</p><p>Through IBC, Sentinel extends the Cosmos SDK beyond token transfers — enabling a <strong>self-sustaining, verifiable, and decentralized pricing layer</strong> for the global bandwidth economy, powered by $P2P.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=e4f6dba9b1a0" width="1" height="1" alt=""><hr><p><a href="https://medium.com/sentinel/using-the-ibc-protocol-as-an-oracle-to-fetch-p2p-osmosis-price-feed-data-e4f6dba9b1a0">Using the IBC Protocol as an Oracle to Fetch $P2P Osmosis Price Feed Data</a> was originally published in <a href="https://medium.com/sentinel">Sentinel</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Launch of the First Desktop dVPN Application on Sentinel and an Overview of Sentinel’s Progress]]></title>
            <link>https://medium.com/sentinel/launch-of-the-first-desktop-dvpn-application-on-sentinel-and-an-overview-of-sentinels-progress-953960c15cd3?source=rss----e4a304ebb56c---4</link>
            <guid isPermaLink="false">https://medium.com/p/953960c15cd3</guid>
            <category><![CDATA[vpn]]></category>
            <category><![CDATA[dvpn]]></category>
            <category><![CDATA[cosmos-network]]></category>
            <category><![CDATA[decentralized-vpn]]></category>
            <category><![CDATA[cosmos]]></category>
            <dc:creator><![CDATA[Sentinel Admin]]></dc:creator>
            <pubDate>Wed, 15 Oct 2025 07:54:37 GMT</pubDate>
            <atom:updated>2025-10-15T07:54:32.934Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/658/1*gyMykPuqZV0d_pbX1bHtlQ.png" /></figure><p>Introducing The Meile dVPN application, the first desktop based dVPN application built on the Sentinel Cosmos based dVPN infrastructure . The Meile dVPN application is currently out on Linux and Mac, and allows for people from all over the world to access Sentinel’s distributed and decentralized global network of p2p bandwidth service providers.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*QtmekGcgEkeGe6j0rn1dAg.png" /></figure><p>The Meile dVPN application which has been built by the Math Nodes team, focuses not only on providing a secure cross-platform desktop application with a simple user-interface, but also focuses on onboarding users who are not familiar with the usage of cryptocurrencies as a payment mechanism. The Meile dVPN features in an-application fiat on-ramp in the form of a credit card payment gateway system (powered by Stripe), which allows for the easy purchase of dVPN tokens for payment of bandwidth.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*kHtg0uwBjmxyajBDkAXgYg.png" /><figcaption><a href="https://mathnodes.com/index.php/meile-dvpn-client-linux-os-x/">https://mathnodes.com/index.php/meile-dvpn-client-linux-os-x/</a></figcaption></figure><h4>Meile dVPN Download (OS X&amp; Linux)</h4><p>The latest version of the Meile dVPN can be found on the GitHub link below:</p><p><a href="https://github.com/MathNodes/meile-gui/releases/tag/1.0.2">Release Meile v1.0.2 (S.E.T.I.) - OS X &amp; Linux · MathNodes/meile-gui</a></p><p>Solar Labs will begin the testing of its own desktop based dVPN applications soon. Download the Solar Labs mobile dVPN applications today!</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*r8Fml9oELng6U0g2ZteofQ.png" /></figure><h4>Solar dVPN Android and iOS Download Links</h4><ul><li><a href="https://play.google.com/store/apps/details?id=ee.solarlabs.dvpn">SOLAR dVPN: Fast and Anonymous - Apps on Google Play</a></li><li><a href="https://apps.apple.com/ee/app/solar-dvpn/id1597909295">‎SOLAR dVPN: Secure &amp; Fast</a></li></ul><h3>Quick Overview of the Progress of Sentinel’s dVPN Network on Cosmos</h3><p>The Sentinel dVPN network on Sentinel’s own Cosmos based Hub has been experiencing rapid growth, not only in-terms of community based bandwidth providers but also in-terms of the number of dVPN applications being released on the network as well as the success in on-ramp payment gateway integration.</p><h4>1 — Growth of White-Label dVPN applications built on Sentinel</h4><p>The growth of the Sentinel ecosystem depends on the aggregate revenue earned by node hosts which is directly correlated to the success of dVPN applications built on Sentinel.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*ds8jULcMOXYHBwCrBpK17g.png" /></figure><p>One of the key vision’s of the Sentinel ecosystem is to be able to host a global network of autonomous dVPN applications which all share the same bandwidth resource pool. Application creators can decide whether to develop their own application based off of the Sentinel-CLI, or fork existing desktop and mobile applications.</p><p>Both the Solar Labs and Math Nodes team decided to build cross-platform mobile and desktop based applications based off of the Sentinel-CLI, taking up the role as pioneers by building applications that can be forked and repackaged by white-label application owners.</p><p><a href="https://github.com/sentinel-official/cli-client">GitHub - sentinel-official/cli-client: The official Sentinel CLI client</a></p><p>The List of Mobile and Desktop Applications built on Sentinel Include:</p><p>iOS dVPN Application (w/on-ramp)-Solar Labs</p><p>Android dVPN Application (w/on-ramp)-Solar Labs</p><p>Mac dVPN Application (w/on-ramp)-Math Nodes (Solar Labs Soon)</p><p>Linux dVPN Application (w/on-ramp)-Math Nodes (Solar Labs Soon)</p><p>These applications can all now easily be forked by other teams and now function as base templates (for the time-being) for easy and fast application re-development and UI customization required for creating white-labelled dVPN applications.</p><h4>2-Growth in Sentinel’s Community Powered p2p dVPN Node Network</h4><p>The number of community based dVPN node hosts on the Sentinel network is now nearly 5000, as individuals from all over the world provide secure bandwidth from both residential and cloud IPs.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*XJtjFnU1egvwVALiXvh2tA.png" /></figure><p>As the number of dVPN applications built on Sentinel as well as the number of overall users increases, bandwidth requirements will also increase and the infrastructure of the network must be able to handle demand surges for required bandwidth.</p><p>Refined and non-gameable node incentive structures are very important for a strong dVPN node network and there is a currently research and ongoing work in this areas which will be shared in further updates.</p><p>Another important aspect for the strength of the dVPN node network is the ease of hosting a dVPN node itself.</p><p>The HandyHost application makes it easy for users to host a dVPN node from a simple and engaging GUI which also provides statistics on consumption.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*LoKtvhuNym60tAS3KM26kA.png" /></figure><p>Download the Handyhost Application at</p><p><a href="https://github.com/HandyOSS/HandyHost/releases">Releases · HandyOSS/HandyHost</a></p><p>With software based solutions such as HandyHost, and upcoming hardware based router solutions, the learning curve to provide network resource on Sentinel is poised to become significantly reduced and more user-friendly as compared to the process of resource provision on other decentralized p2p networks.</p><h4>3-Increase in on-ramps and payment gateways to dVPN applications built on Sentinel</h4><p>The Global VPN industry is estimated to be worth over $30B and services billions of users worldwide. The user payments in the conventional VPN industry are predominantly powered by banking or credit-card related payment gateways.</p><p>dVPN applications built on Sentinel, like most dApps, intend to penetrate the mainstream userbase outside of the overall crypto ecosystem. However, unlike most dApps, dVPN applications built on Sentinel have a focus on providing on-ramp fiat payment solutions. These on-ramp solutions preserve the integrity of decentralization while removing the challenge of facilitating crypto based payments for non-crypto users.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/277/1*q8hU_FFkrJrVrR9oMtTSsA.jpeg" /><figcaption>Solar dVPN iOS on-ramp</figcaption></figure><p>Simply explained, the on-ramp solutions allow for users to purchase dVPN tokens through traditional fiat payment channels. These dVPN tokens serve as ‘bandwidth credits’ for use of payment for bandwidth received from dVPN applications built on Sentinel.</p><h4>Working On-Ramp Solutions in the Sentinel Ecosystem</h4><p>dVPN applications built on Sentinel are currently integrated with 3 different fiat on-ramp gateways;</p><p>Apple Pay (Solar dVPN) — Credit Card based payment gateway</p><p>Google Play (Solar dVPN) — Credit Card based payment gateway</p><p>Stripe (Meile dVPN) — Credit Card based payment gateway</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*E-IIEdC370WbDi8VDIXc0A.png" /><figcaption>Working on-ramp transaction in Meile dVPN (powered by Stripe)</figcaption></figure><h4>About the Math Nodes Team</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*CGSpBEdU4SIgy7JBjF9qEQ.png" /><figcaption><a href="https://mathnodes.com/">https://mathnodes.com/</a></figcaption></figure><p>MathNodes started as a dVPN provider for the Sentinel Network back in November 2021. With the launch of a terminal user interface, aptly named Meile (“for us” in Estonian) in early February 2022, MathNodes went on to develop a full software suite enabling users around the world to take advantage of decentralized VPN powered by the Sentinel Blockchain.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=953960c15cd3" width="1" height="1" alt=""><hr><p><a href="https://medium.com/sentinel/launch-of-the-first-desktop-dvpn-application-on-sentinel-and-an-overview-of-sentinels-progress-953960c15cd3">Launch of the First Desktop dVPN Application on Sentinel and an Overview of Sentinel’s Progress</a> was originally published in <a href="https://medium.com/sentinel">Sentinel</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Sentinel — Announcing the dVPN Node Host Incentive Program]]></title>
            <link>https://medium.com/sentinel/sentinel-announcing-the-dvpn-node-host-incentive-program-c1753640422f?source=rss----e4a304ebb56c---4</link>
            <guid isPermaLink="false">https://medium.com/p/c1753640422f</guid>
            <category><![CDATA[tendermint]]></category>
            <category><![CDATA[vpn]]></category>
            <category><![CDATA[dvpn]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[cosmos-network]]></category>
            <dc:creator><![CDATA[Sentinel Admin]]></dc:creator>
            <pubDate>Wed, 15 Oct 2025 07:54:36 GMT</pubDate>
            <atom:updated>2025-10-15T07:54:30.909Z</atom:updated>
            <content:encoded><![CDATA[<h3>Sentinel — Announcing the dVPN Node Host Incentive Program</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*naHzBURbhSx_4m_Pq4sIGQ.png" /><figcaption>Example reference of the leaderboard that will be launched for Node Hosts in order to keep track of their respective bandwidth statistics as well as position in the leaderboard</figcaption></figure><p><strong>Notice:</strong> The dVPN Node Host Incentive Program will be live from the <strong>20th of May</strong> <strong>2019</strong>, 00:00:01 UTC to <strong>20th of August 23:59:59 UTC</strong>. Rewards will be distributed at the beginning of each month (starting from July 1st).</p><p>As Sentinel comes closer to it’s swap from Ethereum to it’s upcoming Tendermint mainnet, <strong>the network will soon be monetized where node hosts can make money by charging for bandwidth consumption.</strong></p><h3>Announcing the dVPN Node Host Incentive Program</h3><p>Individuals or organizations <strong>operating dVPN nodes on the Sentinel Ethereum Testnet </strong>will be incentivized for doing so <strong>in proportion to their bandwidth contribution.</strong></p><p>This program is being conducted to:</p><ol><li>Assimilate participants to the process of setting up a functional node that provides true utility to users all over the world</li><li>Make participants aware of the volume of traffic that the node services in order to</li><li>Identify potential validators who show their desire to support the Sentinel ecosystem by exhibiting a high level of participation in the live dVPN network</li><li>Gather more data in order to aid node hosts in constructing potential revenue models</li></ol><p>The Sentinel Tendermint Mobile dVPN application and wallet is under development and a new desktop dVPN client will soon be released. Within the coming weeks Tendermint node hosts will also be eligible for the incentivization program.</p><p>The Sentinel dVPN Tendermint and Ethereum Testnets are both powered by nodes offering the OpenVPN protocol. The following protocols will be supported in upcoming releases:</p><ol><li>WireGuard on Tendermint — for Desktops (Mac, Windows &amp; Linux)</li><li>WireGuard on Tendermint — for Mobile (Android)</li><li>SOCKS5 on Tendermint — for public release after WireGuard</li><li>Ikev2 on ETH — iOS only — for public release this quarter</li></ol><p>Download Sentinel Desktop and Mobile apps on th official <a href="https://sentinel.co">Sentinel website</a></p><h3>Participation (or) Rules of Engagement</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*ERiwuyZSZ0_T2C2FOoiL1Q.png" /><figcaption>Participate and help drive true utility by providing bandwidth to thousands of daily users (image from stats.sentinel.co)</figcaption></figure><p>Using the URL below, you can access the instructions to host a Sentinel dVPN Node — or an OpenVPN Exit Node on the Ethereum Network:</p><p>URL with instructions: <a href="https://github.com/sentinel-official/sentinel/tree/master/vpn-node-docker">https://github.com/sentinel-official/sentinel/tree/master/vpn-node-docker</a></p><blockquote><strong><em>1) </em></strong>dVPN nodes that contribute a bandwidth of <strong>300GB </strong>or above within the month will receive <strong>$25</strong> worth of SENT</blockquote><p>Currently within the Ethereum testnet, each node must have it’s own ERC20 wallet address, in the near future one Tendermint wallet will have the ability to manage multiple nodes.</p><blockquote><strong><em>2) </em></strong>Top 20% of dVPN nodes that contribute bandwidth (or) nodes that contribute over<strong> 750GB</strong> per month (which ever is higher) will receive <strong>$50</strong> worth of SENT</blockquote><p>For example, assume there are <strong>40 nodes</strong> in the network. Let’s say, of 40, only <em>10 nodes</em> contributed over <em>1TB</em> each. Since top 20% (of 40 nodes) would mean 8 nodes (20% of 40 = 8) and <em>10 nodes</em> contributed over <em>1TB</em> each, all 10 nodes will be eligible for this reward.</p><blockquote><strong><em>3) </em></strong>Nodes are required to be up for all days in a month except for a period of 24 hours throughout the month</blockquote><p>This will enable the network to ensure sure there’s high availability at all times.</p><blockquote><strong><em>4) </em></strong>A maximum of 50 Node Hosts will be rewarded every month</blockquote><p>Nodes are recommended to participate in the light client network to be able to provide large amounts of bandwidth to the users of the Sentinel dVPN Android application.</p><p>The option to participate is available in the command prompt when mounting the dVPN docker image.</p><p>Sentinel is looking to scale as a network with service providers (node hosts) and consumers (users). We consider user adoption as key to growth of the network and is the primary reason for the project to reward high bandwidth contributors.</p><p><strong>Rewards for the previous month will be distributed on 10th of every calendar month</strong></p><h3>Configuration required to host a dVPN Node</h3><p>Below is the configuration required to run a dVPN Node on the Sentinel Network:</p><ul><li><strong>CPU </strong>— 1 or 2 cores</li><li><strong>RAM </strong>— 2GB</li><li><strong>Storage </strong>— 10GB</li><li><strong>Bandwidth</strong> —preferably unmetered</li></ul><h3><strong>Potential VPS Providers for hosting dVPN Nodes</strong></h3><p>a) Providers that accept BTC (are Unmetered and are affordable too)</p><ul><li><strong>1984 Hosting</strong> — <a href="https://www.1984hosting.com/">https://www.1984hosting.com/</a></li><li><strong>Alex Host</strong> — <a href="https://alexhost.com/">https://alexhost.com/</a></li><li><strong>Abelo Host</strong> — <a href="https://abelohost.com/">https://abelohost.com/</a></li><li><strong>Trabia — </strong><a href="https://www.trabia.com/">https://www.trabia.com/</a></li><li><strong>VPS Server</strong>— <a href="https://www.vpsserver.com/plans/">https://www.vpsserver.com/plans/</a></li><li><strong>QHoster </strong>— <a href="https://www.qhoster.com/">https://www.qhoster.com/</a></li></ul><p>If you are a data center/provider or are aware of any hosting providers that accept cryptocurrency for hosting nodes, do not hesitate to comment on this blog and join the Sentinel community chat on <a href="https://t.me/sentinel_co">Telegram</a> to announce the same.</p><p>b) Providers that accept fiat:</p><ul><li><strong>Digital Ocean</strong> —<a href="https://digitalocean.com">https://digitalocean.com</a> — Reliable with secure computing. Might have to take care of DMCA.</li><li><strong>Linode </strong>—<a href="https://linode.com"> https://linode.com</a> —no restriction to contribute bandwidth — <a href="https://www.linode.com/community/questions/2474/policy-on-running-tor-exit-nodes">answer by support when asked if TOR Exit Node hosting was possible or not</a>.</li><li><strong>OVH </strong>— <a href="https://www.ovh.com/world/">https://www.ovh.com/</a> —ultra economic nodes if you have long term plans</li></ul><h3>Final points to note</h3><ul><li>Max bonus is $60 worth of SENT per month per dVPN Node after contributing 1TB to the network</li><li>All rewards will be paid in SENT</li></ul><blockquote><em>Update #1 — 19th May — Added instructions 3 &amp; 4 before the start of the Node Host Incentive program</em></blockquote><blockquote>Update #2–21st June — Added time and timezone for start and end times of the Node Incentive program</blockquote><h3>Media</h3><p>We support anyone that wants to <em>accept SENT as a payment</em> method, run the <em>Sentinel Private Net</em> for their organization or community or develop tooling for the Sentinel Network. For partnerships of any kind or media enquiries please email — <a href="http://support@sentinel.co">support@sentinel.co</a></p><h3>Join our Community!</h3><ul><li>Participate in discussion in our <a href="https://t.me/Sentinel_co">Telegram community chat</a>.</li><li>Follow us on <a href="https://twitter.com/sentinel_co">Twitter</a> and join the <a href="https://t.me/Sentinel_Announcements">Telegram Official Announcements Channel</a> for regular development and network updates.</li><li>Follow the <a href="https://medium.com/sentinel">Medium blog</a> for detailed updates on releases and development progress.</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*DXvWu0NM_bJKCFJo" /></figure><h3>About Sentinel Network</h3><p>Sentinel Network is a network layer that enables a true p2p and decentralized applications and resources marketplace. Sentinel enables anyone to create Public and Private networks that provide access to both free and incentivized, and also payment method agnostic (pre-paid/escrow/post-paid) services (dApps) &amp; distributed resources, enabling its clients to become both producers and consumers in the network.</p><p>Sentinel utilizes locking, staking and multi-sig directly from Tendermint core and Cosmos SDK and aims to fully eliminate the disadvantages of previous generation protocols, that couldn’t scale due to limitations of the blockchain they share with other dApps or that have an unsustainable economic model that reduces usability or access to the product they offer.</p><p><strong><em>Follow us on </em></strong><a href="http://medium.com/sentinel"><strong><em>Medium</em></strong></a><strong><em> to stay up to date with the latest Sentinel announcements and developments.</em></strong></p><p><em>View exchanges for trading </em><strong><em>SENT</em></strong><em> on </em>the <a href="https://sentinel.co"><strong><em>Sentinel website</em></strong></a><em>.</em></p><p>Follow Sentinel <strong>ONLY ON</strong> Official Social Media platforms:</p><p><a href="http://twitter.com/Sentinel_co">Twitter</a><strong> | </strong><a href="https://t.me/sentinel_co">Telegram — <em>Official Group</em></a><strong> | </strong><a href="https://t.me/Sentinel_Announcements">Telegram — <em>Announcements only</em></a><em> | </em>Telegram Community Chats — <a href="https://t.me/SentinelNodeNetwork">Node Network Group</a>, <a href="https://t.me/sentinel_chinese">Chinese</a>, <a href="https://t.me/sentinel_ru">Russian</a> and <a href="https://t.me/SentinelESPLAT">Spanish</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=c1753640422f" width="1" height="1" alt=""><hr><p><a href="https://medium.com/sentinel/sentinel-announcing-the-dvpn-node-host-incentive-program-c1753640422f">Sentinel — Announcing the dVPN Node Host Incentive Program</a> was originally published in <a href="https://medium.com/sentinel">Sentinel</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Breaking the Great Firewall of China: Sentinel dVPN and SOCKS5]]></title>
            <link>https://medium.com/sentinel/breaking-the-great-firewall-of-china-sentinel-dvpn-and-socks5-f73406245be?source=rss----e4a304ebb56c---4</link>
            <guid isPermaLink="false">https://medium.com/p/f73406245be</guid>
            <category><![CDATA[sentinel]]></category>
            <category><![CDATA[vpn]]></category>
            <category><![CDATA[decentralization]]></category>
            <category><![CDATA[cryptocurrency]]></category>
            <category><![CDATA[blockchain]]></category>
            <dc:creator><![CDATA[Sentinel Admin]]></dc:creator>
            <pubDate>Wed, 15 Oct 2025 07:54:36 GMT</pubDate>
            <atom:updated>2025-10-15T07:54:31.855Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*5II8M2Vs6leO5CK4q2P-cA.png" /></figure><p>Since the inception of Peer to Peer Tunneling Protocol (PPTP) in 1996, protecting the security and privacy of user data on the internet became an industry in itself. The need to prevent probing governments, hackers, and corrupt corporations from phishing for user data via internet connections became a reality - and VPN services provided the solution.</p><p>A VPN (virtual private network) offers its users the ability to remotely connect to a private network over a public connection. In recent years VPN services have also added 2-way anonymity for users into their protocols as standard practice. These two features in tandem have the ability to secure internet connections from external breaches, prevent hacking and malware, as well as hide users’ locations and unlock geo-restricted content. Imagine an impenetrable tunnel that connects your computer to the internet. Data which streams through that tunnel is visible only to your computer, and the computer or website you are logging on to. A VPN IS that tunnel.</p><h3><strong>What’s the Problem?</strong></h3><p>Along with protecting its users with anonymity and impenetrability, one of the strongest selling points of a VPN service is to act tactfully where there is imbalance in internet regulation laws.</p><p>Some examples are :</p><ul><li>To circumvent the ban of popular VOIP services by all Middle-Eastern governments.</li><li>To circumvent “The Great Firewall of China.” A content blocking service launched by the Chinese Government</li><li>To bypass Egypt’s OpenVPN ban</li><li>To use/communicate via Telegram, a messaging app that’s banned in Russia</li></ul><h3>A history of internet regulation in China</h3><p>As new technologies naturally integrate into our daily lives, lawmakers and legislators have written laws regulating internet use. While each country has different boundaries, the Chinese Government operates the most extensive Internet censorship regime in the world. Censorship began early, in 1996, after China passed two bills banning the transmission of “sensitive content.” China had only enjoyed two years without internet censorship.</p><p>From 2000 through 2010, China continued to pressure companies such as Google, MSN, Yahoo, and CISCO to implement its harsh censorship laws - even going as far as to divulge information and reveal identities of the people sourcing the sensitive content. This bullying led to the eventual exit of Google from China in 2011 along with Google Campus’s subsequent transfer to an uncensored site at Hong Kong.</p><p>China’s latest move in 2018 to block VPN services entirely has come as a complete surprise to the VPN industry. Most Chinese companies rely on VPN services to talk to their international counterparts; millions of academics used it to access educational research and content hosted on US websites. This move by the Chinese government threatens to impede the progress of the nation severely. China has implied that this move is permanent.</p><p>This stands in the way of China’s academics, engineers, and doctors - among many who rely on VPN services to get around this inconvenience. For years, VPNs have provided the white collar workforce along with the average consumer a portal to access and communicate freely.</p><h3><strong>Censorship Challenges</strong></h3><p><strong><em>Adversities faced by the corporations and citizens alike</em></strong></p><p>These restrictions online cause real problems for business owners:</p><ul><li>Constant monitoring of company traffic, including business secrets and delicate information by the government.</li><li>Companies are forced to hire proofreaders to check content published and remove sensitive information.</li><li>No means to communicate securely from Chinese mainland due to the blockage of VPNs.</li><li>Auto-blocking of keywords by the ministry of telecom, thereby preventing SEO.</li></ul><p>As bad as the government restrictions are for business, the most effected is the average Chinese user:</p><ul><li>The Government monitors citizen’s conversations (which only take place on allowed channels such as Weibo). Censors who monitors this data and quickly delete controversial data and keywords. A study conducted in 2011 reported this number at 16% of all conversations!</li><li>China censors events that threaten the government such as the Urumqi riots of 2009 and the death of the Human rights activist Liu Xiaobo. China maintains no records of these events via regular channels.</li><li>Discussion forums, which are entirely different from social media, are often shut down.</li><li>Searching for banned keywords such as “the Great Firewall of China” may shut down your connection at anytime and prevent re-establishing the connection for several minutes.</li></ul><h3>The need for a viable solution to centralized VPN (cVPN)</h3><p>Following the Chinese government’s precarious stance on VPNs, there is a considerable demand for a solution that cannot be shut down or blocked from a central point of control.</p><p>Solving this cascading issue in China is just one of the many benefits of the dVPN by <a href="https://sentinelgroup.io">Sentinel</a>. The dVPN (decentralized VPN) much like a regular cVPN starts by offering anonymity and impenetrability. Furthermore, by implementing new blockchain technology, Sentinel does not have a central server that a government can target and block .The key feature that sets us apart is our decentralized “user-hosted nodes” which protect a secure and anonymous connection to the internet from anywhere in the world.</p><h3>How does the Sentinel dVPN work?</h3><p>Going back to the analogy of tunnels; a dVPN creates tunnels between your computer and every node on the network. Based on consensus derived from a universal set of rules, every node on the network becomes responsible for assessing if the data that has passed through is unaltered.</p><p>Prepared for the most advanced cyber attacks, the Sentinel dVPN network can detect even the smallest alteration of the data from hackers or sense time delays by government re-routers. Other nodes in the network pick up these errors immediately and isolate or deny traffic from such nodes in the future.</p><p>Connecting via a proxy server solves the problem of speed and geographic freedom. To enable encryption, Sentinel uses a secure proxy protocol called SOCKS5. SOCKS5 uses the SSH and RSA based encryption protocols, to enable users to transfer data securely with authentication over a proxy server. This is much more secure when compared to earlier versions of SOCKS.</p><p>Although China has strong laws to prevent VPN’s from proliferating in their internet cyberspace, with 1.38 Billion people, it remains a sea of opportunity for investing into sanctioned alternatives to internet freedom.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*ewWF19XufpvuvN5zBZVhtQ.png" /><figcaption>Restricted sites are blocked by China’s Great Firewall.</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*5yV5304HH7nCybN7xehJaQ.png" /><figcaption>Using Sentinel SOCKS5, the user is able to bypass the Great Firewall.</figcaption></figure><h3>First network of SOCKS5 Proxy Servers on the Blockchain</h3><p>Although VPN users’ primary interest in VPN is privacy, a growing number of users have unique requirements in mind:</p><h4><strong>Speed</strong></h4><ul><li>To alleviate the speed drop of VPNs</li><li>To access and maintain persistent connections to destinations on the clear and dark web</li></ul><h4><strong>Freedom from geographic localization</strong></h4><ul><li>To be able to access region-specific content on various streaming services</li><li>To be able to work on content using the same</li></ul><h4><strong>Application specific access</strong></h4><ul><li>You may configure SOCKS5 proxies to route traffic of specifically one application or can be configured for the entire system</li><li>Due to the support of protocols other than HTTP(S), SOCKS5 works with protocols like UDP and is fast during p2p UDP-based communication/file exchange.</li></ul><h4>Proxy Servers for speed and geographic independence</h4><p>At the onset of VPN technology, users would connect and route their data via proxy servers. Users would maintain good speeds and their IP would be endemic to the location of the proxy server.</p><h4><strong>Advantages of a SOCKS5 based VPN over a regular VPN</strong></h4><ul><li>Speed due to dedicated tunnel and port. You may switch the message sending protocol in real-time for the same.</li><li>Less interference from ISP’s and third parties.</li></ul><p>SOCKS5 takes the advantages of using a proxy server and makes it better with encryption. Sentinel takes the advantages of using SOCKS5 proxy servers and makes it bulletproof by using the Ethereum blockchain and incentivize hosts.</p><h3>How Sentinel takes SOCKS5 further?</h3><p><strong><em>Understanding the limitations</em></strong></p><ol><li>The main flaw in SOCKS5 encryption that it creates a single point of failure: the proxy server that you connect to may fail.</li><li>Another flaw in SOCKS5 encryption is that though the data isn’t visible, the volume of traffic is still visible to third parties.</li></ol><p>Through its blockchain based solutions, Sentinel addresses both of these problems by using a distributed network over SOCKS5 authentication. This means that there is no single point of failure, no single node knows your IP, and each node has limited information about you and your encrypted traffic.</p><p>The Sentinel network implements multiple protocols to keep intruders and third-party snooping away. The simple fact that it functions as a distributed network severely deters hacking and snooping.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*R1O-ri6yuwzuASL2QP9yjA.png" /><figcaption>Sentinel SOCKS5 under testing.</figcaption></figure><h4><strong>Advantages of Sentinel’s SOCKS5 VPN over regular VPN</strong></h4><ul><li>Blazing speed advantages of SOCKS5</li><li>The trust-less, failure proof, distributed nature of blockchain technology</li><li>Sentinel’s industry-leading, proven, encryption protocols</li><li>Growing network of international SOCKS5 nodes</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*EHHxqOxZwplWci0X4eiTZw.png" /><figcaption>Sentinel’s SOCKS5 offers many advantages over traditional OpenVPN.</figcaption></figure><p><strong>Potential stakeholders for the blockchain’s first SOCKS5 VPN</strong></p><ol><li>People who wish to torrent and use peer to peer file sharing securely</li><li>Users preferring speed &amp; bandwidth primarily</li><li>People wishing to view their favorite content streaming services while traveling</li><li>People wishing to mask their actual location like whistle-blowers, journalists, activists and anyone that cares about privacy in general</li><li>Users wishing to keep their ISP’s and malicious websites away from snooping on their data</li></ol><h3>Conclusion</h3><p>In an age of cyber attacks and hacker-influenced elections, China’s intricately constructed firewall is just an example of a feat of engineering which serves a regime of dis-empowerment. What services like Sentinel Security look to provide globally are solutions to power-hungry and lopsided struggles surrounding Internet censorship. Political shifts and some economic uncertainty have created a massive rise in demand for a solution that works. Sentinel’s dVPN coupled with SOCK5 technology, provides not only security and anonymity, but also delivers the speed and geographical sovereignty that will best serve the world.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*3dkpl77MJL0hloGNzdpj3g.png" /></figure><h3>About Sentinel</h3><p><em>Sentinel</em> employs a multi-chain architecture to secure data and exchange resources between <em>people</em> and <em>applications</em> — Legacy, Enterprise Apps, Mobile Apps, and dApps. Sentinel has developed the first working blockchain bandwidth resource monitoring and on-chain payment gateway mechanism.</p><p><strong><em>Follow us on </em></strong><a href="http://Medium.com/sentinel"><strong><em>Medium</em></strong></a><strong><em> to stay up to date with the latest Sentinel announcements and developments.</em></strong></p><p><em>View exchanges for trading $SENT at the </em><a href="https://sentinelgroup.io"><em>Sentinel website</em></a><em>.</em></p><p>Check out and follow Sentinel’s official social media channels:</p><p><a href="https://twitter.com/SentinelGroupio">Twitter</a> <strong>|</strong> <a href="https://t.me/sentinelsecuritygroup">Telegram — <em>Official Group</em></a> <strong>|</strong> <a href="https://t.me/Sentinel_Announcements">Telegram — <em>Announcements only</em></a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=f73406245be" width="1" height="1" alt=""><hr><p><a href="https://medium.com/sentinel/breaking-the-great-firewall-of-china-sentinel-dvpn-and-socks5-f73406245be">Breaking the Great Firewall of China: Sentinel dVPN and SOCKS5</a> was originally published in <a href="https://medium.com/sentinel">Sentinel</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Sentinel-Turing-2 — Announcement & extension of the Node Incentivization Program until Mainnet]]></title>
            <link>https://medium.com/sentinel/sentinel-turing-2-announcement-extension-of-the-node-incentivization-program-until-mainnet-30b57fa867fd?source=rss----e4a304ebb56c---4</link>
            <guid isPermaLink="false">https://medium.com/p/30b57fa867fd</guid>
            <category><![CDATA[tendermint]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[ethereum]]></category>
            <category><![CDATA[dvpn]]></category>
            <category><![CDATA[cosmos]]></category>
            <dc:creator><![CDATA[Sentinel Admin]]></dc:creator>
            <pubDate>Wed, 15 Oct 2025 07:54:34 GMT</pubDate>
            <atom:updated>2025-10-15T07:54:29.939Z</atom:updated>
            <content:encoded><![CDATA[<h3>Sentinel-Turing-2 — Announcement &amp; extension of the Node Incentivization Program until Mainnet</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*WmG8UfHromq1Ce2k8h1aVw.png" /></figure><h3>Current State of Development</h3><p>Over the last few months there has been a significant amount of progress both on the protocol and the networking side. Development focus areas include:</p><ol><li>Tendermint Hub/Bandwidth Protocol</li><li>Networking protocols — OpenVPN, WireGuard and IKEv2</li><li>Desktop Client v2 with support for OpenVPN &amp; WireGuard</li><li>iOS Application with ETH with support for IKEv2</li><li>Private Network functionality (Integration with Spider)</li></ol><h3>Continuing the Node Incentivization Program</h3><p>Incentivization for the 5th month of the Node Incentivization Program has been distributed at this time with over 900K SENT to eligible node hosts who need to cover their hosting costs.</p><p>The Node Incentivization program will be continued until mainnet in order to continue to assimilate hosts to a potential economical model that will enable profitable provision of networking services.</p><p>During the node incentivization program, the Sentinel Network saw a peak of 100 nodes with an average bandwidth exchange of ~500GB on the network per day. These nodes were being hosted to provide maximum functionality and bandwidth throughput.</p><h3>Output of Sentinel-Turing-1</h3><p>Since the release of Sentinel-Turing-1, a total of <strong>1.6M blocks </strong>(at the time of writing) have been generated with <strong>39 validators</strong> participating within the network. The Sentinel-Turing-1 underwent a <a href="https://blog.colmenalabs.org/first-34-tendermint-attack/">coordinated attack</a> (by the Validators of the network and the core team), which resulted in the halt of the chain, as expected.</p><p>In addition, internal testing of the Turing-1 chain has revealed that the application logic required much more testing before launching a chain with the VPN &amp; its transactions in place at the consensus level.</p><h3>Announcing the release of Sentinel’s Turing-2</h3><p>While <strong>Sentinel-Turing-1</strong> focused on a version of governance and consensus that was quite similar to the Cosmos Network, <strong>Turing-2</strong> will also feature a version that’s similar, but the key difference would be in the way transactions are handled.</p><p>Turing-2 will feature the Sentinel Network’s key utility in action, the dVPN application. This dVPN application on Tendermint will be supported by multiple protocols — OpenVPN, WireGuard and IKEv2. Each protocol works in a very similar way and other protocols in future can be in an efficient added in a plug-and-play manner reducing development efforts.</p><p>Currently the desktop app doesn’t support the Turing-1 testnet, but the client that’s being developed for Turing-2 will work not only with desktops and laptops, but <strong>also the Raspberry Pi with a command-line interface (CLI).</strong></p><p>Turing-2 will also feature a version of the Private Net and more information on the Private Net will be detailed in an independent article.</p><p>Sentinel’s Turing-2 is expected to go live with the support of our Validators on <strong>November 27th, 1100 UTC</strong>. Additional details of the same will be released before the same. Interested people are requested to join the <a href="https://t.me/SentinelNodeNetwork">Sentinel Node Network Group</a> and participate in the discussion or to know any additional information.</p><h3>Media &amp; Partnerships</h3><p>We support anyone that wants to <em>accept SENT as a payment</em> method, run the <em>Sentinel Private Net</em> for their organization or community or develop tooling for the Sentinel Network. Please feel free to reach out to us on <a href="https://twitter.com/sentinel_co"><strong>Twitter</strong></a> in case of any outreach/partnership inquiries.</p><h3>Join our Community!</h3><ul><li>Participate in discussion in our <a href="https://t.me/Sentinel_co">Telegram community chat</a>.</li><li>Follow us on <a href="https://twitter.com/sentinel_co">Twitter</a> and join the <a href="https://t.me/Sentinel_Announcements">Telegram Official Announcements Channel</a> for regular development and network updates.</li><li>Follow the <a href="https://medium.com/sentinel">Medium blog</a> for detailed updates on releases and development progress.</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*O3UTHG73LjRHgsB8" /></figure><h3>About Sentinel Network</h3><p>Sentinel Network is a network layer that enables a true p2p and decentralized applications and resources marketplace. Sentinel enables anyone to create Public and Private networks that provide access to both free and incentivized, and also payment method agnostic (pre-paid/escrow/post-paid) services (dApps) &amp; distributed resources, enabling its clients to become both producers and consumers in the network.</p><p>Sentinel utilizes locking, staking and multi-sig directly from Tendermint core and Cosmos SDK and aims to fully eliminate the disadvantages of previous generation protocols, that couldn’t scale due to limitations of the blockchain they share with other dApps or that have an unsustainable economic model that reduces usability or access to the product they offer.</p><p><strong><em>Follow us on </em></strong><a href="http://medium.com/sentinel"><strong><em>Medium</em></strong></a><strong><em> to stay up to date with the latest Sentinel announcements and developments.</em></strong></p><p><em>View exchanges for trading </em><strong><em>SENT</em></strong><em> on </em>the <a href="https://sentinel.co/"><strong><em>Sentinel website</em></strong></a><em>.</em></p><p>Follow Sentinel <strong>ONLY ON</strong> Official Social Media platforms:</p><p><a href="http://twitter.com/Sentinel_co">Twitter</a><strong> | </strong><a href="https://t.me/sentinel_co">Telegram — <em>Official Group</em></a><strong> | </strong><a href="https://t.me/Sentinel_Announcements">Telegram — <em>Announcements only</em></a><em> | </em>Telegram Community Chats — <a href="https://t.me/SentinelNodeNetwork">Node Network Group</a>, <a href="https://t.me/sentinel_chinese">Chinese</a>, <a href="https://t.me/sentinel_ru">Russian</a> and <a href="https://t.me/SentinelESPLAT">Spanish</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=30b57fa867fd" width="1" height="1" alt=""><hr><p><a href="https://medium.com/sentinel/sentinel-turing-2-announcement-extension-of-the-node-incentivization-program-until-mainnet-30b57fa867fd">Sentinel-Turing-2 — Announcement &amp; extension of the Node Incentivization Program until Mainnet</a> was originally published in <a href="https://medium.com/sentinel">Sentinel</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Sentinel is changing its ticker from $DVPN to $P2P with its AI Data Layer Launch]]></title>
            <link>https://medium.com/sentinel/sentinel-is-changing-its-ticker-from-dvpn-to-p2p-with-its-ai-data-layer-launch-e5fde9443e6b?source=rss----e4a304ebb56c---4</link>
            <guid isPermaLink="false">https://medium.com/p/e5fde9443e6b</guid>
            <category><![CDATA[cosmos-network]]></category>
            <category><![CDATA[ai-agent]]></category>
            <category><![CDATA[sentinel-hub]]></category>
            <category><![CDATA[scraping]]></category>
            <category><![CDATA[dvpn]]></category>
            <dc:creator><![CDATA[Sentinel Admin]]></dc:creator>
            <pubDate>Wed, 15 Oct 2025 07:51:26 GMT</pubDate>
            <atom:updated>2025-10-15T07:51:19.289Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*c8qf6TJTrKrxmbrCUiGH2Q.png" /><figcaption>Scout.sentinel.co</figcaption></figure><h3>Sentinel Announces Ticker Change to $P2P: Building the Future of Decentralized Bandwidth</h3><p>In a strategic move that redefines its mission, Sentinel has announced a ticker symbol change from $DVPN to $P2P, reflecting its evolution into “The Layer 1 for P2P Bandwidth.” This shift underscores the project’s expanded focus beyond decentralized VPNs to embrace a broader vision: creating a decentralized infrastructure for peer-to-peer bandwidth, serving both privacy and AI-driven data ecosystems.</p><h3>Token Transition: Key Details for Holders</h3><p>Sentinel’s shift to the $P2P ticker symbol is purely a branding update, with no impact on the underlying tokeneconomics or user experience. Here’s what token holders need to know:</p><ul><li>No Change in Token Supply:<br>The total supply of P2P remains unchanged. This rebranding does not involve token minting or other forms of inflation.</li><li>No Action Required:<br>Wallets, exchanges, and decentralized platforms will automatically reflect the new ticker symbol. Holders do not need to swap, migrate, or take any steps to retain their tokens.</li><li>Wallets &amp; Exchanges: Interfaces will update to display P2P instead of DVPN.</li><li>Price Trackers: Market data platforms will adjust ticker symbols and historical charts accordingly.</li><li>Block Explorers &amp; dApps: Tools like explorers, staking platforms, and integrations will transition to the new symbol over time.</li></ul><p>What to Expect During the Transition</p><ul><li>Temporary inconsistencies may appear across platforms as updates roll out, but these are cosmetic and do not affect token functionality.</li></ul><h3>Why the Change? A New Era for $P2P</h3><p>Sentinel’s rebranding aligns with its transition from a niche dVPN provider to a foundational blockchain layer for P2P bandwidth exchange. The $P2P token will now represent governance and utility across two critical domains:</p><ol><li>Privacy Infrastructure: Continuing to power the world’s largest decentralized VPN network.</li><li>AI Data Layer: Enabling a marketplace for bandwidth providers to support AI workflows, including web scraping and real-time data acquisition.</li></ol><h3>Timing the Transformation: Enter Sentinel Scout</h3><p>The announcement coincides with the imminent full launch of <a href="http://scout.sentinel.co/">scout.sentinel.co</a>, a platform poised to become the backbone of Sentinel’s AI ecosystem. Scout introduces a suite of tools designed to democratize and decentralize data acquisition for AI agents:</p><ul><li>MCP Server &amp; API Framework: Enables seamless integration for AUI (Autonomous User Interface) agents, allowing direct communication with Sentinel’s P2P bandwidth network.</li><li>N8N Templates: Pre-built workflows on the popular no-code/low-code platform <a href="https://n8n.io/">N8N</a> streamline agent development, eliminating the need for manual script configuration.</li><li>Decentralized Data Scraping: A scalable, permissionless solution for AI agents to fetch and process web data without relying on centralized infrastructure, ensuring privacy, compliance, and global reach.</li></ul><h3>Overcoming Traditional Scraping Challenges</h3><p>Sentinel Scout’s toolkit addresses critical pain points in conventional web scraping:</p><ul><li>Mobile IPs: Access to a distributed pool of IPs for evading detection and ensuring anonymity.</li><li>Captcha Bypass: Advanced tools to handle anti-bot mechanisms.</li><li>Geo-Targeted Scraping: Location-specific data retrieval for localized insights.</li><li>JavaScript Rendering: Support for dynamic content-heavy websites.</li><li>Customizable Data Filters: Developers can specify data tags, formats (JSON, CSV), and exclusion rules to tailor outputs for AI training.</li></ul><h3>The Sentinel Scout Workflow for AI Agents</h3><p>When an AI agent lacks the data to answer a query or execute a task, Scout automates the following process:</p><ol><li>Intelligent Link Discovery<br>Scout’s AI-driven system identifies the most relevant web links for targeted data retrieval, prioritizing quality and context.</li><li>Efficient Data Extraction<br>Data is downloaded in optimized formats (e.g., JSON, CSV) at scale, minimizing latency and computational overhead.</li><li>Adaptive Learning &amp; Execution<br>The agent trains on the newly acquired data, refining its model to deliver accurate, context-aware responses or perform tasks dynamically.</li></ol><h3>Bridging Decentralized Bandwidth and AI</h3><p>By integrating Scout with its P2P bandwidth infrastructure, Sentinel creates a symbiotic ecosystem where:</p><ul><li>Bandwidth Providers earn $P2P by contributing resources to both privacy (dVPN) and AI use cases.</li><li>AI Agents gain frictionless access to real-time, high-quality data, enhancing their utility and scalability.</li><li>Developers can build decentralized applications (dApps) that leverage $P2P to pay for bandwidth services or innovate atop Scout’s APIs.</li></ul><p>This strategic alignment positions Sentinel as a pivotal player at the intersection of decentralized infrastructure and AI, offering a unified narrative: $P2P is the fuel for peer-to-peer bandwidth, powering the next generation of privacy and artificial intelligence systems.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=e5fde9443e6b" width="1" height="1" alt=""><hr><p><a href="https://medium.com/sentinel/sentinel-is-changing-its-ticker-from-dvpn-to-p2p-with-its-ai-data-layer-launch-e5fde9443e6b">Sentinel is changing its ticker from $DVPN to $P2P with its AI Data Layer Launch</a> was originally published in <a href="https://medium.com/sentinel">Sentinel</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Sentinel Network Update: 26 September 2023]]></title>
            <link>https://medium.com/sentinel/sentinel-network-update-26-september-2023-3ef40c57a407?source=rss----e4a304ebb56c---4</link>
            <guid isPermaLink="false">https://medium.com/p/3ef40c57a407</guid>
            <dc:creator><![CDATA[Sentinel Admin]]></dc:creator>
            <pubDate>Wed, 15 Oct 2025 07:51:23 GMT</pubDate>
            <atom:updated>2025-10-15T07:51:16.742Z</atom:updated>
            <content:encoded><![CDATA[<p>The community moderation team across the Sentinel Network often receives questions about the activities and progress of the Network. Given the multitude of contributors and teams that are working behind the scenes, we understand that it can sometimes be difficult to keep tabs on every individual advancement and update.</p><p>With this blog post, we aim to shed some light on the many moving parts of this robust and ever-evolving Network.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*vX3sgHNb7iUtRx6YixKtVQ.jpeg" /></figure><p>At the heart of the Sentinel Network lies its core offering — the tools and environment for developers to create resilient and secure VPN applications.</p><h3>Sentinel doesn’t merely offer a single VPN solution. Instead, it provides a toolkit for anyone to create their own personalized VPN service.</h3><h3><strong>Applications</strong></h3><p><strong>Meile dVPN</strong>, which has had an outstanding debut, is now undergoing a comprehensive makeover. spearheaded by Mathodes, the decision has been made to revamp the UI to enhance the overall user experience across their app offerings, so users will soon see refreshed versions for Windows, Linux, MacOS, and Android.</p><p>Mathnodes Telegram: <a href="https://t.me/MathNodes">https://t.me/MathNodes</a><br>Meile dVPN Twitter: <a href="https://twitter.com/MeileDVPN">https://twitter.com/MeileDVPN</a><br>Website: meile.app — <a href="https://mathnodes.com/index.php/meile-dvpn-client-linux-os-x/">https://mathnodes.com/index.php/meile-dvpn-client-linux-os-x/</a></p><p><strong>BasedVPN</strong><br>A recent addition to the Sentinel Network, BasedVPN, a free VPN offering, is currently undergoing significant back-end development. After an initial setback, it has been accepted once again to be listed on the Apple App Store.</p><p>See our previous <a href="https://medium.com/sentinel/basedvpn-a-new-free-to-use-decentralized-vpn-built-on-sentinel-f490e6e9e237">blog post</a> that explores BasedVPN.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/680/1*9gshVCBzAyl5TnWoTs9tfQ.png" /></figure><p>BasedVPN Website: <a href="http://basedapps.co.uk">basedapps.co.uk</a></p><p>GooglePlay: <a href="https://play.google.com/store/apps/details?id=co.uk.basedapps.vpn">https://play.google.com/store/apps/details?id=co.uk.basedapps.vpn</a></p><p>APK Download Link: <a href="https://files.basedapps.co.uk/app-release-1-0-0.apk">https://files.basedapps.co.uk/app-release-1-0-0.apk</a></p><p><strong>Bagimsiz VPN</strong><br>Set to debut this <strong>October</strong>, Bagimsiz VPN is particularly tailored for a Turkish audience. It is the first geography-centric VPN to launch on the Sentinel Network.</p><p><a href="https://twitter.com/hashtag/Ba%C4%9F%C4%B1ms%C4%B1z?src=hashtag_click">“Bağımsız</a>” is a Turkish word that means ‘Freedom’.</p><p>Users will have the choice between the Turkish language or English within the app settings.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*o8sciubzugDph2yFxX5nqg.png" /><figcaption>The language used in this picture is English because this blog post is written in English.</figcaption></figure><p><strong>Caishen VPN</strong><br>Also launching in October is the Caishen VPN. Designed specifically for Chinese users.</p><p>Caishen is a Chinese <a href="https://en.wikipedia.org/wiki/Caishen#:~:text=Caishen%20(simplified%20Chinese%3A%20%E8%B4%A2%E7%A5%9E%3B,Chinese%20folk%20religion%20and%20Taoism.">mythological figure </a>which has a number of meanings.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/345/1*o1_01wnyvG07LuzYnt4ofQ.jpeg" /></figure><p><strong>Stats API</strong></p><p>The stats API task is completed, and the database has fully synced. The stats page is a priority right now for development and release, which will be followed by pages centered around node metrics and node leaderboards.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/756/1*c1NSBqFm5skUOMT9uGnbOA.jpeg" /><figcaption>Network statistics overview</figcaption></figure><p>The VPN development and Stats API update have been made possible by the latest chain update that enabled timed-based subscriptions to be purchased on the blockchain.</p><p>Subscriptions are currently active; right now, four applications are sharing the same subscription account, and nodes are being added to the subscription for one day every time the user requests a specific node.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*KTTIQfECzEsHzTqzBCB_rA.jpeg" /><figcaption>Node Leaderboard</figcaption></figure><p>The next step is to decide on how to properly implement an economic structure that is both sustainable and globally competitive against existing VPN providers</p><p><strong>Sentinel Growth DAO</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*worVfYyN1F1MeIfYtTUIUw.png" /></figure><p>The Sentinel Growth DAO has been established from <a href="https://dev.mintscan.io/sentinel/proposals/35">prop #35</a>; 240,000,000 $dVPN tokens have been put under the management of the DAO. Their first action was to set up a validator on the Sentinel Network and set the commission to 100% to compound the treasury to maximum effect.</p><p>Looking forward, the DAO wants to fund community initiatives and the development of potential VPNs to bring in users and, ultimately, higher revenues to the Sentinel Network.</p><p>Their socials can be found here:<br>Telegram: <a href="https://t.me/SentinelGrowthDAO">https://t.me/SentinelGrowthDAO</a><br>X/Twitter : <a href="https://twitter.com/dVPNDAO">https://twitter.com/dVPNDAO</a></p><p><strong>About Sentinel</strong></p><p><a href="https://sentinel.co/">Sentinel</a> is the first scalable framework allowing for dVPNs to utilize shared resources, reducing the overall network carbon footprint. The goal of the Sentinel ecosystem is to decentralize the VPN industry and introduce the ‘dVPN’ to the mainstream consumer.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=3ef40c57a407" width="1" height="1" alt=""><hr><p><a href="https://medium.com/sentinel/sentinel-network-update-26-september-2023-3ef40c57a407">Sentinel Network Update: 26 September 2023</a> was originally published in <a href="https://medium.com/sentinel">Sentinel</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[SOLAR Labs and Meile dVPN join forces to improve codebase and launch an easy-to-use tool kit on…]]></title>
            <link>https://medium.com/sentinel/solar-labs-and-meile-dvpn-join-forces-to-improve-codebase-and-launch-an-easy-to-use-tool-kit-on-ab13b7071c9e?source=rss----e4a304ebb56c---4</link>
            <guid isPermaLink="false">https://medium.com/p/ab13b7071c9e</guid>
            <category><![CDATA[privacy]]></category>
            <category><![CDATA[vpn]]></category>
            <category><![CDATA[security]]></category>
            <category><![CDATA[software-development]]></category>
            <category><![CDATA[partnerships]]></category>
            <dc:creator><![CDATA[Sentinel Admin]]></dc:creator>
            <pubDate>Wed, 15 Oct 2025 07:51:20 GMT</pubDate>
            <atom:updated>2025-10-15T07:51:15.593Z</atom:updated>
            <content:encoded><![CDATA[<h3><strong>SOLAR Labs and Meile dVPN join forces to improve codebase and launch an easy-to-use tool kit on the Sentinel Network.</strong></h3><p><strong>20 June 2023</strong> — <a href="https://solarlabs.ee/"><strong>SOLAR Labs</strong></a> and <a href="https://meile.app/"><strong>Meile dVPN</strong></a><strong> </strong>have announced their alliance in a significant leap forward within the decentralized Virtual Private Network (dVPN) space. This newly formed coalition aims to align all code commits of the Sentinel codebase onto one unified Github repository.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*JL8cIpYfm2bU_U7yP0vTZQ.png" /></figure><p>The Sentinel Network is an integral part of the thriving Cosmos ecosystem and is one of the most active blockchains in terms of transactions and code commits. However, due to the decentralized nature of Sentinel, these commits are often dispersed across several GitHub repositories from contributors.</p><p>Recognizing this fragmentation as an opportunity for growth, SOLAR Labs and Meile dVPN, two leading contributors to the Sentinel Network, have decided to tackle this challenge. Together, they will align all the commits to the Sentinel codebase on Sentinel’s dedicated GitHub repository, to create a more manageable and efficient development environment for contributors and users.</p><p>This alliance aims to produce a streamlined and cohesive product <strong>— The Sentinel White Label SDK.</strong> This software development kit aims to drastically simplify creating a personalized decentralized VPN (Virtual Private Network).</p><p>“The collaboration between SOLAR Labs and Meile dVPN will unify the dVPN white label structure and create a cohesion from which all future developers can derive their applications. The joint work can be seen as ‘the development for the advancement of the Sentinel Network and its partners.” <strong>FreQniK CEO Meile dVPN</strong></p><p>This move takes inspiration from how the structure and guides are laid out in the Cosmos technical documentation site, ensuring that even as the Sentinel Network continues to evolve, it will maintain its structure and modularity in keeping with how Cosmos was designed to be used.</p><p>By aligning the Sentinel codebase, SOLAR Labs and Meile dVPN aim to lower the entry barriers for those wishing to create their own decentralized VPN, creating a framework that can easily be built upon.</p><p>Looking forward, there will be some significant enhancements to the Sentinel Network and its dVPN offerings. The upgrades include dedicated IPs for node selection, on-chain subscriptions using $dVPN, and other Cosmos-based IBC-enabled tokens. Importantly, this includes newly built SOLAR dVPN applications compatible with all platforms; a freshly redesigned stats page, and an interactive node explorer with a leaderboard, so users can see real-time network statistics that don’t affect or compromise individual privacy.</p><p>“We are establishing a fresh coalition to create tools others can use to develop on the Sentinel Network. Our objective is to ensure that dVPN is accessible not just to end-users but also to developers. Our all-new unified architecture will set a standard for the decentralized VPN industry.” <strong>Aleksandr Litreev CEO SOLAR Labs.</strong></p><p>Many more developments will be announced on the Sentinel Network in the coming quarter, including a full revamp of the original Sentinel dVPN app.</p><p>In the meantime, here is a list of the currently available dVPNs that have been built on the Sentinel dVPN Network:</p><ol><li><a href="https://solarlabs.ee/">SOLAR LABS</a></li><li><a href="https://decentr.net/">DECENTR (Browser)</a></li><li><a href="https://mathnodes.com/">Meile dVPN</a></li></ol><p>For more information about the Sentinel Network and its dVPN offerings, please visit <a href="https://sentinel.co/">https://sentinel.co</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=ab13b7071c9e" width="1" height="1" alt=""><hr><p><a href="https://medium.com/sentinel/solar-labs-and-meile-dvpn-join-forces-to-improve-codebase-and-launch-an-easy-to-use-tool-kit-on-ab13b7071c9e">SOLAR Labs and Meile dVPN join forces to improve codebase and launch an easy-to-use tool kit on…</a> was originally published in <a href="https://medium.com/sentinel">Sentinel</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Editorial: Round table the cosmos bank, a manifesto]]></title>
            <link>https://medium.com/sentinel/editorial-round-table-the-cosmos-bank-a-manifesto-a2857328e5a1?source=rss----e4a304ebb56c---4</link>
            <guid isPermaLink="false">https://medium.com/p/a2857328e5a1</guid>
            <category><![CDATA[ibc]]></category>
            <category><![CDATA[cosmos-network]]></category>
            <category><![CDATA[tendermint]]></category>
            <dc:creator><![CDATA[Sentinel Admin]]></dc:creator>
            <pubDate>Wed, 15 Oct 2025 07:51:18 GMT</pubDate>
            <atom:updated>2025-10-15T07:51:13.724Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*HZqKRgznekVeL3eKEkrVVg.png" /></figure><p><strong>Cosmos is at a Cross Roads Point</strong>.</p><p>After years of building the foundations of the interchain ecosystem, Cosmos is starting to successfully blossom from its single atomic point and genesis. <br>The world before Cosmos Genesis was nothing, and after, it was everything. In the words of Georges Lemaitre, it is the “The beginning of the world”. Just as Georges Lemaitre fathered the hypothesis of the primeval atom (<a href="https://en.wikipedia.org/wiki/Primeval_atom%22%20%5Co%20%22Primeval%20atom">https://en.wikipedia.org/wiki/Primeval_atom%22%20%5Co%20%22Primeval%20atom</a>), leading to the success of modern day empiricism; we have Jae Kwon and all stakeholders to thank for fathering $ATOMs , after all it was Jae Kwon, who laid out the theory and modus operandi of the interchain vision.</p><p>Cosmos gave the toolset of creation to the interchain ecosystem out of love and supporting the ideals of FOSS, and thus Cosmos shall reap the rewards for sharing such virtue. <br>Those who call that ‘Cosmos Maximalism’ simply lack the virtue of gratefulness and fail to understand that <strong>stakeholders will have a naturally expected defense mechanism to protect techno-social assets</strong> like the Cosmos hub.</p><p><strong>Cosmos built the infrastructure but did not build the incentive systems</strong>, expecting natural harmonic organization of the new realm as projects began to organize around the hub of genesis. <br>Like planets, these projects were simply attracted to the strongest force in the realm, and thus harmonized orbits around the hub, the center of the universe. Expecting gratitude and recognition from people using Cosmos-built tools might be naive, but the ideal still stands. All success of others is directly related to the proximity they have with the Cosmos Hub. <strong>The crypto ecosystem as a whole; has a short memory, narrow vision, and terrible attention span</strong>. Such issues of memory, vision, and attention span have led to a <strong>scarcity mindset within the ecosystem</strong>. This scarcity mindset has been created by a newly created rich class (Who have the means of abundance via the floats/capital they own but have not practiced abundance mindsets) whom are looking to damage what was built through years of hard work and sacrifice.</p><p>Cosmos lacks an official Constitution, let this be it. A living Constitution that speaks of the struggle, but also the long-term vision.</p><p>Those who have contributed to this piece of paper are long term supporters of Cosmos and have been a part of this online ethereal politic body well before the start of chain genesis. More than early Cosmos stakeholders, we are also early crypto adopters who understand that polarity creates value, and <strong>divisions sew later unions which create future bulwarks for the defense of the chain</strong>. This is thus an opportunity to solidify the vision laid out by Jae Kwon.</p><p>There is an unspoken narrative going around in the cosmos related discussion groups, that the cosmos hub must die or become weaker for the cosmos ecosystem to succeed (putting other projects into the spotlight), otherwise the ecosystem wouldn&#39;t be decentralized or multilateral (by which standards we don&#39;t know) we think this narrative is not backed by any good arguments, <strong>a truly multilateral ecosystem will have a multiplicative effect</strong>, strengthening each participant the more participants join, it won&#39;t have a subtractive effect, spreading value across every project that joins, <strong>believing in redistribution of value is negating the existence of network effects</strong>, and being very uneducated about the developments of bitcoin, ethereum and wider crypto ecosystem since inception.</p><p>There is no universe in which the Cosmos Ecosystem community succeeds if the Cosmos Hub fails. This would engrain <strong>a culture of predatory competition rather than symbiotic cooperation, thus leading to scarcity mindset becoming the norm</strong>. Simply put, the spokes on a wheel all collapse inward when the hub fails. Tech is not the only thing that matters, culture is what propels crypto projects forward.</p><p>Reality is too complex to be simplified in binary outcomes:<br>“Cosmos hub looses my chain wins.”<br>“<strong>If I capture value by weakening or front running the cosmos hub my coin wins.”<br></strong>Those are very naive analyses, was value created or destroyed?<br>Some less naive investors will think something like this:</p><p>“oh wow, the cosmos ecosystem is the only ecosystem in which first movers cannot retain value, perverse incentive structures and a toxic infighting culture force participants into a negative-sum game“</p><p>Cryptocurrency communities eventually always develop some form of toxicity, it&#39;s a psychological coping mechanism caused by the huge boom and bust cycles and price swings, successful communities focus this energy outwards to spread awareness about their project, to attack the pain points of other ecosystems such as lack of decentralization or technical inferiority, <strong>the cosmos ecosystem community is the only place where the toxicity is pointed inwards</strong>.</p><p>Large ecosystem participants search for older assets with proven track records, clear monetary policy, long chart history, and an ambitious cypherpunk vision. Large wealth pools and syndicates search for less speculative investments that will benefit from large ecosystem movements. Nobody wants to speculate which assets will come on top as the mindset of scarcity continues to cannibalize the hub from within. <strong>Important ecosystem players who bring longevity to crypto assets prefer synergy and safety, not scarcity and cannibalization tactics</strong> which are quasi hostile takeover attempts. <strong>Such strategy does not create new value, it only moves value from one point to another. The net sum of value will not increase with such tactics.</strong></p><p>Is it possible that an asset launched natively on the cosmos SDK and IBC ecosystem will grow to a larger market cap than ATOM?<br>Yes, the difference is it won&#39;t do so by attacking ATOM but rather focusing on its own use case, and if such a strong value proposition gets built on the cosmos ecosystem, ATOM holders will naturally benefit and a mutual synergistic relationship is desirable for both, LUNA showed the way with their “Project dawn” ecosystem fund.</p><p>Let Atom and the Cosmos Hub be that, a lindy memetic embryo which facilitates the entire memeplex of the whole interchain ecosystem. It is thus self-explanatory for all Cosmos stake holders as well as those building on the toolsets of the eco system such as the SDK and IBC, <strong>users shall not popularize social attacks that weaken the Cosmos Hub</strong>. We see your scarcity mindset simply put. It is immature to attack your father and mother, <strong>instead of working with gratitude which will strengthen the entire IBC realm</strong>.</p><p><strong>ATOM cementing itself as the core of the interchain will create a far greater wave of wealth for the whole ecosystem than ATOM being displaced.</strong></p><p>We thus ask allegiance to Cosmos SDK projects, may it come through outright vocal/memetic support or through treasury seeding.</p><p>Cosmos hub is now sitting at the round table like King Arthur did. There is no round table without King Arthur, There is no conception of the Big Bang without Georges Lemaitre, There is no Bitcoin without Satoshi Nakamoto. <br>At the same time there is no round table without Arthur knights, <strong>everybody is an equal stakeholder at the round table, this is amplified by the table roundness where everybody occupies the same position</strong>; but there is also the knowledge in all knights that it is thanks to King Arthur that the round table was formed, he is the most honorable within the honorable cause he started it all. There is no Atom, No online ethereal Cosmos without Jae Kwon.</p><p>Let us come together to strengthen the foundations of the Cosmos itself, in gratitude rather than in competition fueled by scarcity mindsets.</p><p>The interchain is not just an ecosystem where chains share some technical details like a bridge.<br>The interchain shall be an ecosystem where chains and DAOs share a common fate.</p><p><strong>We propose the creation of an interchain bank</strong>, built upon and administered by the Cosmos Hub with a new and finer governance process and infrastructure, projects can airdrop part of their supply or deposit parts of their treasury to this common bank in a coordinated manner and get non-majority shares issued in return.<br><strong>Protocol to protocol airdrops </strong>(coupled with delegators and LPS airdrops) will strengthen DAO’s and make all stakeholders more aligned.<br>Every project that participates shall benefit everyone else, by sharing success. May your allegiance to the greater good of the foundation of the Cosmos be shown with facts and not just words.</p><p>Such a strong interchain bank/dao <strong>backed by many assets</strong> shall be able to act as a king, a higher sovereign, issuing stablecoins against reserves, loaning funds to other DAOs, participate in infrastructure building (and much more), and overall increasing treasury for the greater good of the whole ecosystem.</p><p>Cosmos Hub shall become what nobody can fathom yet. <br>Cosmos Hub shall be the soul driving force which aligns incentives in the interchain ecosystem.<br><strong>Common ownership is the best way.</strong></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=a2857328e5a1" width="1" height="1" alt=""><hr><p><a href="https://medium.com/sentinel/editorial-round-table-the-cosmos-bank-a-manifesto-a2857328e5a1">Editorial: Round table the cosmos bank, a manifesto</a> was originally published in <a href="https://medium.com/sentinel">Sentinel</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Launch of the Sentinel Hub v12 testnet, Sentinel Biggest Chain Upgrade Till Date]]></title>
            <link>https://medium.com/sentinel/launch-of-the-sentinel-hub-v12-testnet-sentinel-biggest-chain-upgrade-till-date-bcbaa1ad2d60?source=rss----e4a304ebb56c---4</link>
            <guid isPermaLink="false">https://medium.com/p/bcbaa1ad2d60</guid>
            <category><![CDATA[depin]]></category>
            <category><![CDATA[sentinel]]></category>
            <category><![CDATA[dvpn]]></category>
            <category><![CDATA[vpn]]></category>
            <category><![CDATA[cosmos-network]]></category>
            <dc:creator><![CDATA[Sentinel Admin]]></dc:creator>
            <pubDate>Sun, 15 Dec 2024 21:46:45 GMT</pubDate>
            <atom:updated>2024-12-15T21:50:38.068Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*pE9ICLoXZXBPGCOCud3CyQ.png" /></figure><p><em>There will be follow-up blogs covering various aspects of this upgrade in detail.</em></p><p>The Sentinel Hub v12 Testnet is launching in the coming days. This announcement covers the key changes to the Sentinel blockchain with this upgrade.</p><p>dVPN Explorer — <a href="https://www.mintscan.io/sentinel">https://www.mintscan.io/sentinel</a><br>dVPN Github — <a href="https://github.com/sentinel-official">https://github.com/sentinel-official</a><br>dVPN Stats — <a href="https://stats.sentinel.co">https://stats.sentinel.co</a><br>dVPN Docs — <a href="https://docs.sentinel.co">https://docs.sentinel.co</a></p><p>Sentinel runs on its own blockchain built on the Cosmos SDK, and is powered by over 70 validators. The Sentinel blockchain has processed over 130 million transactions over the past 3 years, with the chain acting as the backbone for p2p dVPN infrastructure by providing an on-chain DHT structure for the communication between dVPN users and dVPN nodes in addition to other critical functions.</p><p>It is the goal of the Sentinel ecosystem to consistently innovate on the back-end in order to improve user experience.</p><p>One of the key features of this upgrade is Sentinel’s integration with dVPN/USD Osmosis price-feeds via the Cosmos IBC protocol in order to allow for dVPN nodes to denominate their bandwidth pricing in terms of $/unit of time. In Sentinel’s last major protocol upgrade, pricing in terms of $DVPN/unit of time was introduced and now further work has been done to create one of the first-ever implementations of a secure pricing oracle that uses an interoperability protocol.</p><p><a href="https://github.com/sentinel-official/hub/tree/development/x/oracle">hub/x/oracle at development · sentinel-official/hub</a></p><p>The upgrade to Sentinel Hub v12 is Sentinel’s biggest upgrade yet and includes several new features and upgrades that will make a significant impact for dVPN users, dVPN node hosts, and dVPN application creators.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/923/1*rpmRcldGuA7VaHaJouod9Q.png" /><figcaption>stats.sentinel.co</figcaption></figure><p>Sentinel’s blockchain has provided secure dVPN connection to over 600k unique users and through over 6 dVPN applications built on Sentinel. The usage graph is trending upwards and Sentinel is set to cross 1 million unique users in 2025. Sentinel has custom modules for its p2p dVPN protocol written in GO at the chain consensus level, and changes to the dVPN protocol requires a complete chain upgrade.</p><p>This testnet is critical for dVPN application developers and node hosts to ensure that dVPN functionality is not disrupted once the upgrade is done and the dVPN bandwidth protocol is updated.</p><p>Checkout an article on the last significant chain upgrade: <br><a href="https://medium.com/sentinel/introduction-of-on-chain-subscriptions-and-time-based-payments-sentinels-biggest-dvpn-protocol-a2b240199f18">https://medium.com/sentinel/introduction-of-on-chain-subscriptions-and-time-based-payments-sentinels-biggest-dvpn-protocol-a2b240199f18</a></p><h3>Highlights of the Chain Upgrade’s Impact:</h3><p><strong>dVPN Users: </strong><br>- Improved user experience with block time reducing to 3 seconds, potentially decreasing the time to connect to a node by 30% or more. <br>- Ability to choose a dollar denominated payment structure when subscribing directly to dVPN nodes<br>- Better user experience with the elimination of needing to initiate a subscription transaction before being able to connect to a node when directly subscribing to a node (not through a subscription plan created by a dVPN application creator)</p><p><strong>dVPN Node Hosts:</strong></p><p>Ability to set pricing in-terms of $/unit of time, where the price of dVPN/USD from Osmosis is queried via IBC to determine the # of dVPN for payment required based on a $ rate <br>- Completely new dVPN node health check system with an in-built queue system to re-check failed nodes to reduce the occurrence of errors.<br>- Completely new dVPN node architecture that does not require a docker image and can potentially be deployed on Windows and Mac as well</p><p><strong>dVPN Application Developers:</strong></p><p>- Ability to add dVPN nodes to a subscription contract based on their pricing in terms of $/unit of time — as compared to paying dVPN nodes in $DVPN denominated rates<br>- Ability to automatically renew subscription contracts with dVPN node hosts after the time period for the previous subscription has elapsed <br>- Ability to directly provide ‘free’ dVPN access without a payment making it easier for dVPN applications to provide free trial periods by integrating this logic</p><h3>Cosmos SDK related updates for the Sentinel Hub</h3><ul><li><strong>Cosmos SDK Upgrade</strong>: Upgraded the Cosmos SDK version to v0.47.X for improved stability, performance, and compatibility with the latest ecosystem standards.</li><li><strong>CometBFT Upgrade</strong>: Updated the CometBFT version to the release (v0.37.X), ensuring enhanced consensus mechanisms and reliability.</li><li><strong>CosmWasm Upgrade</strong>: Updated the CosmWasm version to the release (v0.46.X), providing improved smart contract capabilities and better developer experience.</li><li><strong>IBC Upgrade</strong>: Upgraded the IBC protocol version to (v7.8.X) enhance interchain communication, ensuring compatibility with the latest standards and improving cross-chain interactions.</li><li><strong>Optimized Queries</strong>: Improved the efficiency of various queries across modules, reducing response times and enhancing overall performance.</li></ul><h3>Introduction of the Oracle Module</h3><p><strong>Oracle Module</strong>: Introduced a new module to manage asset price information, enabling seamless integration with other modules. Key features include:</p><ul><li><strong>Asset Management</strong>: Each asset is defined by parameters such as: <strong>Base Denomination</strong>, <strong>Quote Denomination</strong>, and <strong>Pool ID</strong>: These fields are used for acquiring the spot price information from the Osmosis blockchain. The <strong>Pool ID</strong> information is also updated using the AsyncICQ module.</li><li><strong>Governance Control</strong>: Both asset information and the frequency of query requests can be updated through governance proposals by the community.</li><li><strong>IBC-Based Price Queries</strong>: The Sentinel blockchain uses Inter-Blockchain Communication (IBC) with the AsyncICQ module to query price information from the Osmosis blockchain:</li><li>Sentinel sends query requests for asset prices to the Osmosis blockchain every <strong>N blocks</strong>.</li><li>Relayers deliver query packets to Osmosis, which processes the request and sends a response as an acknowledgment.</li><li>Sentinel processes the responses and updates the price information for specific assets in its state.</li></ul><p><strong>Real-Time Price Updates</strong>: The module ensures that market price fluctuations are reflected on Sentinel. For example:</p><ul><li>A node setting a price in USD (e.g., $1) can use Oracle to convert this to the settling denomination (e.g., $DVPN or $ATOM) based on real-time prices.</li></ul><h3>Changes for Users in the Protocol</h3><ul><li><strong>Subscription without locking</strong> — Previously, users were required to subscribe to a node by locking tokens or coins before creating hourly or gigabyte-based sessions (e.g., pay-as-you-go sessions). In the new version, this subscription step has been eliminated. Users can now start sessions directly with a node without prior subscription.</li><li><strong>Multiple Sessions:</strong> Users can create multiple sessions for a node at any time. During session creation, users specify the number of hours or gigabytes they wish to use, and the corresponding amount is locked as a deposit. At the end of the session, the deposit is used to pay the node, with any refunds for unused time or data automatically returned to the user.</li><li><strong>Single Transaction Efficiency</strong>: The new process reduces the previous two-step requirement to a single transaction, significantly decreasing session creation time. Users can now create an on-chain session within just one transaction, improving overall efficiency and user experience. Previously, users were limited to one active session at a time for a specific node (user-node pairs were unique). In the new version, users can create and maintain multiple active sessions simultaneously for the same node, offering greater flexibility in usage.</li><li><strong>Automatic subscription plan renewal for the user</strong> — Users can enable the renewal process by making a transaction. During renewal, the price information for the subscription plan is fetched from the Oracle module, ensuring real-time pricing. The corresponding amount is deducted from the user’s account and paid to the provider.</li></ul><h3>Changes for dVPN Nodes in the Protocol</h3><ul><li><strong>USD-Based Pricing</strong>: Nodes can now set pricing details exclusively in USD format (e.g., $1 per hour or per gigabyte). The settlement will be conducted in a specified cryptocurrency such as $DVPN, $ATOM, or other denominations, with conversion handled using Oracle module data.</li><li><strong>Free Pricing Option</strong>: Node operators can now opt to provide their services free of charge by not setting any pricing information.</li><li><strong>Removed Maximum Price Validation</strong>: The maximum price validation for node pricing has been removed, allowing greater flexibility for node operators to set their desired pricing.</li></ul><h3>Changes for dVPN Application Developers in the Protocol</h3><p><strong>- USD-Based Pricing</strong>: Providers can now create subscription plans where the pricing information is set exclusively in USD format (e.g., $5 per month).</p><ul><li><strong>Free Subscription Plans</strong>: Providers now have the option to set the subscription plan price as free, allowing users to subscribe without any payment.</li><li><strong>Revenue Distribution</strong>: Upon a user’s subscription: A portion of the payment (e.g., 20%) is sent to the community pool. The remaining percentage is transferred to the provider’s address.</li><li><strong>New ‘Lease Module’</strong>: Providers can lease nodes for a specified number of hours (minimum 1 hour). The maximum duration is governed by a governance proposal, with a default of 720 hours. At any given time, only one active lease is allowed between a provider and a node pair. New leases cannot be created for a provider-node pair with an existing active lease. Leases are automatically marked as ended and removed from the blockchain state after the lease duration.</li><li><strong>Renewable Leases</strong>: Providers can opt for renewable leases. Upon renewal, if the hourly rate changes (e.g., from 10 $DVPN to 12 $DVPN), the updated rate is applied, and the required deposit is recalculated. Providers can end leases at any time, with refunds issued for unused hours. Providers can also toggle leases between renewable and non-renewable states.</li><li><strong>Automatic End-Conditions:</strong> Leases are automatically terminated if the node becomes inactive, ensuring providers are not charged unnecessarily. When a node associated with an active lease becomes inactive, that particular node is removed from all subscription plans created by the provider.</li></ul><h3>Introduction of the Session Module:</h3><p><strong>Separate Session Types</strong>: In the new version, sessions are categorized into two distinct types:</p><ul><li><strong>Node-Based Sessions</strong>: Specifically for sessions created for nodes. At the end of these sessions, payments are made directly to the node based on the usage (e.g., hourly or gigabyte-based pricing).</li><li><strong>Subscription-Based Sessions</strong>: Specifically for sessions created as part of a subscription. These sessions do not involve any direct payments. Instead, they update the allocation of data or bandwidth as part of the subscription.</li></ul><p>Previously, a single session type was used for both node-based and subscription-based sessions. This new categorization provides clarity and separates the handling logic for each type.</p><p><strong>Automatic Session Inactivation</strong>:</p><p>Sessions will now become inactive under the following conditions:</p><ul><li>The node associated with the session becomes inactive.</li><li>The subscription associated with the session becomes inactive.</li><li>The node is removed from the subscription plan.</li></ul><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=bcbaa1ad2d60" width="1" height="1" alt=""><hr><p><a href="https://medium.com/sentinel/launch-of-the-sentinel-hub-v12-testnet-sentinel-biggest-chain-upgrade-till-date-bcbaa1ad2d60">Launch of the Sentinel Hub v12 testnet, Sentinel Biggest Chain Upgrade Till Date</a> was originally published in <a href="https://medium.com/sentinel">Sentinel</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
    </channel>
</rss>