<?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[Stories by Sentinel Admin on Medium]]></title>
        <description><![CDATA[Stories by Sentinel Admin on Medium]]></description>
        <link>https://medium.com/@sentinel?source=rss-2cf9947bd62f------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/proxy/1*TGH72Nnw24QL3iV9IOm4VA.png</url>
            <title>Stories by Sentinel Admin on Medium</title>
            <link>https://medium.com/@sentinel?source=rss-2cf9947bd62f------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Wed, 08 Apr 2026 14:56:00 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@sentinel/feed" 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-2cf9947bd62f------2</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>Sun, 12 Oct 2025 17:02:56 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[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-2cf9947bd62f------2</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>Mon, 19 May 2025 18:36:04 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[Cosmo dVPN: Privacy Powered by ATOM]]></title>
            <link>https://blog.cosmos.network/cosmo-dvpn-privacy-powered-by-atom-6c8a2d344024?source=rss-2cf9947bd62f------2</link>
            <guid isPermaLink="false">https://medium.com/p/6c8a2d344024</guid>
            <dc:creator><![CDATA[Sentinel Admin]]></dc:creator>
            <pubDate>Thu, 20 Feb 2025 20:36:00 GMT</pubDate>
            <atom:updated>2025-02-21T19:31:35.524Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*epuJ8d3W8mU41xvom41KcA.png" /></figure><p>The need for secure, censorship-resistant internet access has never been greater. <strong>Cosmo dVPN</strong>, Sentinel’s latest decentralized VPN application, is revolutionizing how the Web3 generation approaches privacy.</p><p>“<em>Sentinel is building a decentralized, private VPN service that rivals the best in Web2, powered by ATOM. They’ve managed to attract hundreds of thousands of daily active users, directly helping make Cosmos (the internet of blockchains) a reality.</em>” — <strong>Maghnus Mareneck</strong>, Co-CEO of Interchain Labs.</p><p>Built on the <strong>Cosmos SDK</strong>, Cosmo dVPN enables <strong>interchain payments </strong>using<strong> ATOM</strong>, and offers users seamless access to Sentinel’s decentralized VPN services. The initial version is currently live on <strong>iOS TestFlight</strong>, with Android support to follow.</p><p>On the subject of the release, <strong>Aleksandr Litreev</strong>, CEO of NORSE Labs and Sentinel core contributor, remarked: “<em>Cosmo dVPN marks a key milestone in Sentinel’s mission to create real-world utility within the Cosmos ecosystem. By enabling users to purchase dVPN subscriptions with ATOM, we deliver practical value that anyone can access, benefiting both Cosmos and the Sentinel Network.</em>”</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/589/1*FLFLEjF31P1dD-rdqGGuSQ.jpeg" /></figure><p>Sentinel has built a robust VPN architecture using the Cosmos SDK which supports <strong>over 80,000 monthly users</strong>. It is scalable, decentralized, and trustless; unlike regular VPN services which rely on centralized infrastructure and can be easily blocked, monitored, or requested to log user data by governments making legal threats. <strong>Cosmo dVPN </strong>leverages<strong> Sentinel’s Layer 1 blockchain</strong> to provide censorship-resistant, peer-to-peer VPN access with provable encryption over a global bandwidth marketplace.</p><h3>Key Features of Cosmo dVPN</h3><ul><li><strong>Interchain Payments with ATOM</strong>: Users can pay directly in <strong>ATOM</strong> to access dVPN services on Sentinel’s blockchain via the <strong>Inter-Blockchain Communication (IBC) Protocol</strong>, thereby bypassing centralized fiat processors altogether.</li><li><strong>Seamless Fiat On-Ramp: </strong>Cosmo dVPN also recognizes that many internet users still only use traditional payment methods. By integrating Apple Pay and Google Pay as on-ramps for ATOM, Cosmo dVPN provides a simple way for newcomers to experience web3. This dual approach — supporting direct ATOM transactions and mainstream fiat gateways — makes accessing decentralized VPN services easy and convenient for all.</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/589/1*o-nt06Vr4ZYpyEz-NRbXDA.jpeg" /></figure><ul><li><strong>P2P Bandwidth Node Marketplace</strong>: Unlike centralized VPNs with corporate-controlled servers, Cosmo dVPN connects users to a global, peer-run network of independently hosted nodes. Anyone can set up a node on their preferred hosting service, creating a <strong>truly decentralized</strong> infrastructure.</li><li><strong>End-to-End Encryption</strong>: All connections are fully encrypted and verifiable through open source code, ensuring <strong>no single entity</strong> can log, monitor, or control user traffic.</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*DVnGl8IqulcK8JEcVNOnGA.jpeg" /></figure><ul><li>Connect to<strong> Sentinel dVPN Nodes </strong>hosted on <strong>Akash Network</strong>: Cosmo dVPN users can connect to Sentinel dVPN nodes hosted on <strong>Akash Network</strong>, which provide a <strong>globally distributed, censorship-resistant</strong> infrastructure. It’s not just governments that block VPN services — private companies, streaming platforms, and even some Web3 projects blacklist known VPN servers. By leveraging <strong>permissionless</strong> hosting on Akash, Cosmo dVPN nodes are more difficult to detect or shut down.</li><li><strong>No Data Logging, No KYC</strong>: Unlike corporate VPNs, Akash does not require user data or know-your-customer (KYC) information.</li><li><strong>Fewer Captchas</strong>: Due to Sentinel’s distributed traffic routing, Cosmo dVPN users can avoid the CAPTCHA hurdles commonly triggered by centralized VPNs.</li><li><strong>Cross-Platform Compatibility</strong>: While currently in <strong>iOS TestFlight</strong>, Cosmo dVPN will soon be available on <strong>Android and additional platforms</strong>, expanding accessibility.</li><li><strong>Provable Encryption:</strong> Every session on Cosmo dVPN is end-to-end encrypted, with said methods being fully verifiable through open source code. Unlike many VPN providers which require users to trust their encryption claims blindly, Sentinel’s open source ethos allows anyone to audit its code on GitHub, ensuring transparency and security.</li></ul><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*bv7VrqPgZKuHzDTK5q3IJA.jpeg" /></figure><ul><li><strong>Access to Censorship-Resistant Web Services</strong>: Cosmo dVPN is censorship-resistant. Unlike centralized VPNs, which can be shut down with a simple request or legal threat, Cosmo dVPN enables users to bypass geographic or other arbitrary restrictions. This includes accessing DeFi platforms, Web3 applications, and other services often blocked in certain regions. Cosmo dVPN ensures uninterrupted access to a truly open internet by safeguarding user freedom in environments where traditional VPNs fail.</li></ul><h3><strong>Test Cosmo dVPN Today on iOS TestFlight:</strong></h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*4i2RvlNQJaAyPKKUMbtLxg.jpeg" /></figure><h4><a href="https://testflight.apple.com/join/ccQg3VVU">https://testflight.apple.com/join/ccQg3VVU</a></h4><h3>Privacy is Everyone’s Use Case</h3><p><strong>Cosmo dVPN </strong>isn’t just for privacy enthusiasts — it’s an essential tool for anyone who uses the internet<strong>.</strong> By offering real world and Web3-specific benefits, it provides a fundamental layer of security and freedom which everyone should adopt in their daily online activities.</p><ul><li><strong>Improved Censorship Resistance</strong>: Many centralized exchanges and DeFi platforms impose geo-restrictions — even when the services themselves are legally permissible. By using Cosmo dVPN, you can bypass these arbitrary blocks and retain full access to the financial tools you want to use.</li><li><strong>Unrestricted Airdrop Access</strong>: Certain projects (like Berachain and Eigenlayer) have attempted to identify and ban VPN usage to limit airdrop eligibility. Thanks to the decentralized nature of Sentinel, Cosmo dVPN remains unaffected by these bans, ensuring users can claim the benefits they’ve rightfully earned.</li><li><strong>Access to Unrestricted Information</strong>: In regions where governments or corporations censor news outlets and websites, <strong>Cosmo dVPN</strong> grants secure, unfiltered access to critical information. Its decentralized network structure prevents any entity from blocking or limiting user access.</li></ul><h3>Sentinel’s Vision of Access to a Free Internet</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*Oj8-vAEI-erK6DtbQZRllg.jpeg" /></figure><p>Sentinel is deeply committed to the <strong>Cosmos Ecosystem</strong>, and ensures that Web3 users can access <strong>decentralized, provably secure privacy solutions</strong>. Inspired by <strong>Akash Network</strong>, Sentinel understands that product-market fit is key to long-term sustainability. Sentinel is focusing on <strong>monetization</strong>, aiming for a <strong>six-figure revenue in 2025</strong> while maintaining the core ethos of a peer-to-peer bandwidth exchange.</p><p>Sentinel has always championed the idea that uncensored, open internet access is a fundamental right. The Cosmos SDK on which the Sentinel Network is built has ensured Web3 users can leverage decentralized, <strong>provably secure</strong> privacy solutions.</p><p>Sentinel is also exploring strategic partnerships to onboard existing centralized VPN providers into its ecosystem. If those efforts succeed, Sentinel’s current monthly user base of <strong>over 80,000</strong> could soar <strong>into the millions</strong>, further advancing its mission to deliver a <strong>censorship-resistant, open internet</strong> for everyone.</p><h3>Building Your Own dVPN With Sentinel’s SDK</h3><p>Unlike centralized VPN providers which collect user data (despite their claims to the contrary) and are vulnerable to government takedown requests, Sentinel’s open source framework — developed with the Cosmos SDK — lets anyone build and deploy decentralized VPNs. This approach creates a truly censorship-resistant environment and underscores how the Cosmos SDK can power real world solutions for privacy and freedom online.</p><p><strong>For developers looking to create their own dVPN applications, Sentinel offers:</strong></p><ul><li>Three development kits (SDKs) to integrate decentralized VPN functionality into new or existing apps.</li><li>Access to Sentinel’s Layer 1 blockchain and IBC for seamless interoperability within the Cosmos Ecosystem.</li></ul><p>These tools reflect how the Cosmos SDK empowers developers to build next-generation Web3 projects.</p><p><strong>Explore Sentinel’s SDKs and start building today:</strong></p><p><strong>🦉 Golang:</strong> <a href="https://docs.sentinel.co/sdk/golang">https://docs.sentinel.co/sdk/golang</a></p><p><strong>🟨 Javascript:</strong> <a href="https://docs.sentinel.co/sdk/javascript">https://docs.sentinel.co/sdk/javascript</a></p><p><strong>🐍 Python:</strong> <a href="https://docs.sentinel.co/sdk/python">https://docs.sentinel.co/sdk/python</a></p><h3>Looking Ahead in 2025</h3><p><strong>Goals for the Sentinel team include:</strong></p><ol><li>Surpass one million users by harnessing the growing demand for decentralized privacy solutions.</li><li>Become the largest DePIN (Decentralized Physical Infrastructure Network) by daily active users in all of Web3.</li><li>Expand monetization strategies to ensure long-term sustainability.</li><li>Integrate AI-powered data layers and thereby advance the capabilities of Web3.</li><li>Further scale Sentinel’s network to accommodate enterprise-level dVPN adoption.</li></ol><p>With the <strong>launch of Cosmo dVPN</strong> — built on the Cosmos SDK — Sentinel simultaneously makes decentralized VPNs more accessible and underscores ATOM’s value in enabling real-world, censorship-resistant applications.</p><h3>Stay Updated on Sentinel’s Growth</h3><p>Sentinel is an L1 DePIN blockchain that serves as a global peer-to-peer bandwidth marketplace and infrastructure source for dVPNs and AI-driven data scraping solutions. Sentinel leverages IBC for cross-chain connectivity and provides real-world utility to consumers worldwide through its secure, censorship-resistant networking solutions. Sentinel’s open-source framework and dedication to community empower anyone to build and contribute to privacy-focused Web3 applications.</p><p><strong>To get connected with Sentinel and its community:</strong></p><p>🌐 <strong>Visit our website</strong> at <a href="https://sentinel.co">Sentinel.co</a></p><p>📲 <strong>Follow us on X (Twitter)</strong> at <a href="https://x.com/SentinelDVPN">@SentinelDVPN</a></p><p>📚 <strong>Read</strong> the Sentinel <a href="http://sentinel.co/whitepaper">Whitepaper</a></p><p>💬 <strong>Join our Telegram community</strong> at <a href="http://t.me/sentinelDVPN">t.me/sentinelDVPN</a></p><p>👨‍💻 <strong>View our open-source code repos</strong> on <a href="http://github.com/sentinel-official">GitHub</a></p><h3>Disclaimer</h3><p><em>The information presented here is made available solely for general informational purposes and does not constitute financial advice or any legal or investment recommendation. We do not guarantee the accuracy, completeness, or usefulness of this information. Any reliance placed on such information is strictly at your own risk, and we disclaim all liability and responsibility arising from such reliance. Mention of specific projects, businesses, or other organizations in this material does not imply endorsement unless explicitly stated.</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=6c8a2d344024" width="1" height="1" alt=""><hr><p><a href="https://blog.cosmos.network/cosmo-dvpn-privacy-powered-by-atom-6c8a2d344024">Cosmo dVPN: Privacy Powered by ATOM</a> was originally published in <a href="https://blog.cosmos.network">Cosmos Community Blog</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-2cf9947bd62f------2</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>
        <item>
            <title><![CDATA[Test the Sentinel AI Data Layer Proof of Concept — Scout.Sentinel.co]]></title>
            <link>https://medium.com/sentinel/test-the-sentinel-ai-data-layer-proof-of-concept-scout-sentinel-co-6ca59fb8b994?source=rss-2cf9947bd62f------2</link>
            <guid isPermaLink="false">https://medium.com/p/6ca59fb8b994</guid>
            <category><![CDATA[sentinel-dvpn]]></category>
            <category><![CDATA[depin]]></category>
            <category><![CDATA[dvpn]]></category>
            <category><![CDATA[cosmos-network]]></category>
            <category><![CDATA[ai]]></category>
            <dc:creator><![CDATA[Sentinel Admin]]></dc:creator>
            <pubDate>Mon, 07 Oct 2024 11:14:20 GMT</pubDate>
            <atom:updated>2024-10-07T11:14:20.599Z</atom:updated>
            <content:encoded><![CDATA[<h3>Test the Sentinel AI Data Layer Proof of Concept — Scout.Sentinel.co</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*eMcgu0vPyVyrEmm5bu3cKg.png" /><figcaption>Upcoming Console design for Sentinel Scout</figcaption></figure><p>Sentinel is a peer-to-peer bandwidth marketplace which has so far serviced privacy usecases, with the network providing bandwidth to over 400k users (50k+ monthly active users) who have connected to Sentinel dVPN nodes through decentralized VPN applications built on Sentinel in this year alone.</p><p>Sentinel dVPN Stats: stats.sentinel.co</p><p>Sentinel’s p2p bandwidth marketplace is now expanding to data acquisition usecases, primarily with a focus on creating an ‘AI Data Layer’. Language models both large and small (LLM e.g ChatGPT) require both compute resources as well as data to train itself and become more capable of providing users relevant responses to their answers.</p><p>With the AI sector boom in recent times we can see that distributed GPU ecosystems such as Akash have been able to cater to the needs of AI developers. It is time now for market leaders in the distributed data acquisition space to become established.</p><p>Anyone will be able to download the Sentinel AI Data Miner (initially in Android) on their device and become a service provider to Sentinel’s AI Data layer.</p><p>Sentinel Scout will be integrating Jackal to provide users a secure and trusted storage solution, and Scout will be integrating with Akash to provide users a secure compute solution for the cleaning of data.</p><h4>Introducing Sentinel Scout</h4><p>Sentinel Scout is the AI Data Layer platform being established on Sentinel, allowing for anyone to monetize on their bandwidth by becoming a ‘Data Miner’ and extracting data from webpages that is required to train a language model.</p><p>The key functions of Sentinel Scout to an end user (AI dev) include: <br>- Intelligent identification of data sources<br>- Extraction of data in the format the user wants<br>- Data cleaning and formatting</p><figure><img alt="" src="https://cdn-images-1.medium.com/proxy/1*WITUMhQk4-237zz-P4VAKA.png" /><figcaption>scout.sentinel.co proof of concept</figcaption></figure><p>The Sentinel Scout proof of concept is live at scout.sentinel.co. Users can test the data miner, send data jobs to themselves and see how the platform works in a basic sense.</p><p>This early platform allows for:</p><ol><li>Users to install the Data Miner on their Android device</li><li>Send tasks for data extraction to the Data Miners</li><li>Configure advanced settings for data extraction as well as multiple formats to extract data in</li></ol><figure><img alt="" src="https://cdn-images-1.medium.com/max/315/1*ZxYHJVzO7vHu3rtayVHz0g.jpeg" /><figcaption>Android Data Miner Available at scout.sentinel.co</figcaption></figure><p>An incentivization program is going to be going live soon in order to foster a larger community of data miners who can provide bandwidth to help test Sentinel Scout’s protocol.</p><h4>Summary of how Sentinel Scout Works</h4><p>*Detailed documentation and architecture will soon be released</p><p>1) Data Miner Boot Up — Individuals from all over the world install the Sentinel Data Miner node on their device (initially android), essentially becoming a reverse proxy powering Sentinel’s AI data layer — Sentinel Scout. With a simple touch of a button the user’s device is able to process scraping requests and becomes apart of Sentinel Scout’s rotating proxy system which is an intelligent system that is able to bypass captcha by attempting data extraction with multiple data miners.</p><p>2) Intelligent identification — There will be an API integration with Chat GPT or perplexity to help give intelligent recommendations to a user on the possible URLs that can be identified for extraction</p><p>3) Extraction — A user will be able to choose their preferred country/region to extract localized data from or choose broader regions. The user will be able to choose the data formats that they would like extraction to happen in, so far HTML and JSON are integrated — Markdown, PDF, CSV and others will be added. A minimum of 2 data miners are required to extract the same dataset if the user wants to ensure data validation and the creation of a ZKP proof to represent the integrity of the data.</p><p>4) Storage — Users will be able to configure their own storage settings, with the ability to directly connect to their Jackal storage account within the platform. Other options include local storage or pointing storage towards cloud providers.</p><p>5) Data Provenance — Due to data poisoning and other data integrity issues and attacks, data validation is an important part of the AI data layer. A minimum of 2 data miners are required to extract the same dataset and compare data in order to properly validate a dataset. After data from multiple sources is cross-referenced, a ZKP proof is posted on-chain to establish the provenance of the dataset.</p><p>6) Data Cleaning and Edge Embedding — Tools for more advanced processes of data cleaning and vectorizing data will be provided by Scout, with support from decentralized compute resources from Akash. These processes make extracted data ready for LLM training.</p><h4>How similar is the dVPN ecosystem to the AI data layer ecosystem?</h4><p>The AI Data layer ecosystem and the dVPN ecosystem have a lot of similarities, with the key functions of both being that users are retrieving data by using a 3rd party server (dVPN node/AI Data miner) which is fetching this data from the source server.</p><p>In the Sentinel dVPN service the user establishes a real-time connection to the service provider or the exit node and requests data through an encrypted tunnel from websites/servers of the user’s desire. Payment for dVPN/VPN services is most popularly in the form of $/unit of time.</p><p>In the Sentinel AI Data layer, there is the same function of a user fetching requested data from a website, however this data is first saved in the user’s data cache of their choice(e.g decentralized storage protocol like Jackal or IPFS). This means that the end-user does not have to establish an end to end tunnel in this case and potentially also be offline while data is stored in a cache (or regular storage solution based on client requiremnts). Payment for the AI Data layer will be likely in terms of bandwidth consumed as well as a factor of unique IPs utilized.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=6ca59fb8b994" width="1" height="1" alt=""><hr><p><a href="https://medium.com/sentinel/test-the-sentinel-ai-data-layer-proof-of-concept-scout-sentinel-co-6ca59fb8b994">Test the Sentinel AI Data Layer Proof of Concept — Scout.Sentinel.co</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[The long-awaited Sentinel Shield dVPN is now live for iPhone/iPad and MacOS users on the App Store!]]></title>
            <link>https://medium.com/sentinel/the-long-awaited-sentinel-shield-dvpn-is-now-live-for-iphone-ipad-and-macos-users-on-the-app-store-c3bb4b91cf69?source=rss-2cf9947bd62f------2</link>
            <guid isPermaLink="false">https://medium.com/p/c3bb4b91cf69</guid>
            <category><![CDATA[cosmos-network]]></category>
            <category><![CDATA[dvpn]]></category>
            <category><![CDATA[depin]]></category>
            <category><![CDATA[sentinel-dvpn]]></category>
            <category><![CDATA[sentinel-hub]]></category>
            <dc:creator><![CDATA[Sentinel Admin]]></dc:creator>
            <pubDate>Thu, 26 Sep 2024 17:34:23 GMT</pubDate>
            <atom:updated>2024-09-26T17:41:31.089Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1022/1*68rZUOsc6NPv-n1Sbnmv4Q.png" /></figure><h3>The Sentinel Shield application is now live on the App Store!</h3><p>Download the application today for your iOS/iPad/Mac device:</p><p><a href="https://apps.apple.com/us/app/sentinel-shield-dvpn/id6657986086?platform=iphone">https://apps.apple.com/us/app/sentinel-shield-dvpn/id6657986086?platform=iphone</a></p><p>The Sentinel Shield dVPN offers users: <br>- Open-sourced, provably end to end encrypted dVPN access and no-logging<br>- Leading consumer dApp UX with abstraction of gas and easy to use in-built wallet<br>- Access to over 5k community hosted dVPN nodes offering multiple encryption protocols allowing for access in sanctioned regions<br>- Competitive subscription fee with monthly subscription at 1333.33 dVPN <br>- On-Ramp integration with Apple Pay allowing for easy purchase of $DVPN</p><h4>‘Trust only open-source dVPN applications, do not trust closed source VPNs which monitor you and log your information regardless of the promises they may make.’</h4><h4>Github for Sentinel Shield iOS: <a href="https://github.com/sentinel-official/sentinel-dvpn-app-ui/branches">https://github.com/sentinel-official/sentinel-dvpn-app-ui/branches</a></h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/246/1*Ub6NzH7J7ROMqJqDs9J0_g.png" /></figure><p>The release of the Sentinel Shield dVPN on the app store has been long-awaited with the finished application being submitted to the App Store several months ago. After months of discussion with the App Store approval team, the launch was allowed to proceed with the condition that there would have to be a change in terminology in addition to the compulsion of including a fiat on-ramp involving Apple Pay. Regardless of the length of the journey for approval, the Sentinel ecosystem is very grateful for the approval of Sentinel Shield.</p><p>The purpose of the Sentinel Shield dVPN application is to clearly represent the Sentinel’s brand identity with regards to its privacy use-cases, and to give insight to the community as well as to developers into the potential of what can be built on Sentinel.</p><p>With the majority of Web 3 users from developed nations primarily using iOS, this release was extremely important for the proliferation of the awareness of Sentinel’s privacy use-cases in the Web 3 ecosystem.</p><h3>Upcoming Update — High-Speed Nodes</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*RqWWwjrhfM1q64IMumoD4g.png" /><figcaption>Sentinel Global Node Map map.sentinel.co</figcaption></figure><p>The most important update for the Sentinel Shield dVPN and other dVPN applications across the Sentinel ecosystem is the segregation of high-performance dVPN nodes from other community hosted dVPN nodes. A separate subscription may be created to add high-speed dVPN nodes from the community node pool which can service paid subscription applications (like the Sentinel Shield) while other dVPN nodes provide bandidth to free-trial or free applications which monetize from advertisements.</p><p>The on-chain subscription powering the Sentinel Shield dVPN will soon only feature high-performance nodes.</p><p>In addition — residential dVPN nodes will soon be included in the Sentinel Shield dVPN for an additional subscription cost.</p><h3>Apple Pay On-Ramp</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/360/1*j2SQ9TQyHjplMfI59VRUAA.jpeg" /></figure><p>Sentinel Shield’s Apple Pay on-ramp allows for users to easily acquire Sentinel dVPN tokens in order to pay for the monthly subscription. While Sentinel’s on-chain subscription contract allows for payment via multiple options, the Sentinel Shield dVPN’s method of payment is currently restricted to $DVPN in order to promote the awareness of the Sentinel ecosystem.</p><p>For the reason of the restriction of the method of payment, an on-ramp is critical to ensure a frictionless experience for users.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=c3bb4b91cf69" width="1" height="1" alt=""><hr><p><a href="https://medium.com/sentinel/the-long-awaited-sentinel-shield-dvpn-is-now-live-for-iphone-ipad-and-macos-users-on-the-app-store-c3bb4b91cf69">The long-awaited Sentinel Shield dVPN is now live for iPhone/iPad and MacOS users on the App Store!</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 Enters the Telegram Ecosystem with the DVPN Bot]]></title>
            <link>https://medium.com/sentinel/sentinel-enters-the-telegram-ecosystem-with-the-dvpn-bot-d3018277a857?source=rss-2cf9947bd62f------2</link>
            <guid isPermaLink="false">https://medium.com/p/d3018277a857</guid>
            <category><![CDATA[sentinel]]></category>
            <category><![CDATA[ton]]></category>
            <category><![CDATA[dvpn]]></category>
            <category><![CDATA[cosmos-network]]></category>
            <category><![CDATA[telegram]]></category>
            <dc:creator><![CDATA[Sentinel Admin]]></dc:creator>
            <pubDate>Wed, 24 Jul 2024 20:08:28 GMT</pubDate>
            <atom:updated>2024-07-24T20:27:38.423Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*vjPGim3zmaghD_4i6B5jsA.png" /></figure><p><em>EASILY FIND AND CONNECT TO DVPN NODES HOSTED ON SENTINEL FOR FREE THROUGH A SIMPLE TELEGRAM BOT FROM YOUR MAC/IOS/ANDROID DEVICE</em></p><p>Sentinel is now officially apart of the Telegram ecosystem with the release of the ‘dVPN Bot’. This is the first integration of the Sentinel ecosystem with the Telegram ecosystem and this will be followed up by more sophisticated integrations including an integration with $TON for payments for dVPN services.</p><p><a href="https://core.telegram.org/bots/payments">https://core.telegram.org/bots/payments</a></p><p>Simply put, this bot allows for users to connect to dVPN nodes hosted on Sentinel <strong>for free</strong> through the ‘Norse VPN Quick Client’ which is compatible with the latest Mac, iOS, and Android devices.</p><p>Checkout the dVPN bot today through: <a href="https://t.me/dvpnbot">https://t.me/dvpnbot</a> or simply search ‘dvpnbot’ in your telegram search. Over 1000 users have connected to a dVPN node hosted on Sentinel through the bot within the first 24 hrs! Let the games begin!</p><p>To find out more about why applications apart from the flagship Sentinel Shield dVPN application cannot be branded as Sentinel checkout this Tweet:<br><a href="https://x.com/SentinelDVPN/status/1815800542180040934">https://x.com/SentinelDVPN/status/1815800542180040934</a></p><p>The complex back-end is abstracted away for a very simple and straightforward user journey.</p><h4>Goals:</h4><p>Let’s bring the Sentinel dVPN ecosystem to the 1B+ Telegram users and lets take advantage of the power of virility that Web 3 dApps such as ‘tap to earn’ dApps having been taking advantage of in recent times.</p><p>Let’s take user feedback and learn more from this free dvpnbot environment in order to build up to a monetized product where users can pay through $TON and where the TON foundation can represent and back Sentinel.</p><h3>What is the ‘dVPN Bot’ and how does it work?</h3><h4>What is the bot?</h4><p>The dVPN Bot is the first Telegram mini-app from the Sentinel ecosystem which provides a frictionless user journey for anyone to easily access end to end encrypted dVPN access from one of Sentinel’s 8000+ community hosted servers.</p><p>Users can access the bot and choose a specific server that they would like to connect to. After choosing the desired server, the Sentinel dVPN node then generates a credentials for access and these credentials are shared through the bot, after which the user is prompted to download the ‘Norse VPN Quick Client’ in order to access the dVPN node.</p><h4>What is the Norse VPN Quick Client?</h4><p>The Norse VPN quick Client is a simple VPN Client which allows users to connect to Wireguard/V2Ray node configurations that can be self-hosted or can be 3rd party nodes that have shared permissions and credentials to make a connection (e.g dVPN nodes).</p><p>This application does not have any internal accounts or identity system and is comparable to the official V2Ray and Wireguard client applications.</p><p>Users will be prompted to install the Quick Client at the end of their onboarding journey with the bot based on which kind of device the user has (Windows incoming soon).</p><p>iOS/Mac Download — <a href="https://apps.apple.com/us/app/vpn-quickclient/id6553962969">https://apps.apple.com/us/app/vpn-quickclient/id6553962969</a></p><p>Android Download — <a href="https://play.google.com/store/apps/details?id=io.norselabs.vpnq">https://play.google.com/store/apps/details?id=io.norselabs.vpnq</a></p><h4>How does this all work in the back-end?</h4><ol><li>On the /start command in the bot interface, the DVPN Bot API creates a Sentinel wallet in the background for this particular Telegram user (Cosmos SDK based public/private key pair account) and enrolls the user into to on-chain subscription plan. As soon as this process is completed, the DVPN Bot API gives the Telegram user an access to the Telegram Mini-App, which can be launched inside Telegram app itself.</li></ol><p>To find more about Sentinel’s on-chain subscription contract checkout: <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><figure><img alt="" src="https://cdn-images-1.medium.com/max/328/1*LxVsWlTwTM2ctvu--v9pqw.png" /></figure><p>2. The user then navigates through Telegram Mini-App, picking their desired Sentinel dVPN node by first filtering by country, and then by city. The DVPN Bot API communicates with the Sentinel blockchain and creates an on-chain session for that user, using their previously created wallet (account) on the Sentinel hub. Then, the DVPN Bot API communicates with the node which has already authorized the user’s on-chain account (given that the user has already been added into the on-chain subscription contract), signaling the node to generate the credentials for the user’s dVPN connection.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/328/1*t4I2mG6pjiYo6wHkrD0hhQ.png" /></figure><p>3. Once the connection credentials are created, the DVPN Bot API passes these credentials to Telegram Mini-App. The Telegram Mini-App encodes the connection configuration and credentials into a vpnq:// link, which can be opened by a helper app (In this case Norse VPN Quick Client). The user is redirected to that link.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/328/1*C1AocjrZOmyAw_jiCai3RA.png" /></figure><p>4. If the helper app is installed (quick client)— the helper app opens and decodes configuration with credentials from the link to establish dVPN connection on device. If app is not already installed — Telegram Mini-App offers to install it and then gives opportunity to connect.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/355/1*NbGAmVAI_ScMqNTOAem6jA.png" /></figure><p>Special shoutout to our Blu contributor frens who are based in Europe and South America for bringing this to life!</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=d3018277a857" width="1" height="1" alt=""><hr><p><a href="https://medium.com/sentinel/sentinel-enters-the-telegram-ecosystem-with-the-dvpn-bot-d3018277a857">Sentinel Enters the Telegram Ecosystem with the DVPN Bot</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[Beta Launch of the most decentralized DePin consumer application: The Sentinel Shield dVPN…]]></title>
            <link>https://medium.com/sentinel/beta-launch-of-the-most-decentralized-depin-consumer-application-the-sentinel-shield-dvpn-f896dd3e5cbc?source=rss-2cf9947bd62f------2</link>
            <guid isPermaLink="false">https://medium.com/p/f896dd3e5cbc</guid>
            <category><![CDATA[vpn]]></category>
            <category><![CDATA[dvpn]]></category>
            <category><![CDATA[tendermint]]></category>
            <category><![CDATA[sentinel-dvpn]]></category>
            <category><![CDATA[cosmos-network]]></category>
            <dc:creator><![CDATA[Sentinel Admin]]></dc:creator>
            <pubDate>Wed, 08 May 2024 18:48:17 GMT</pubDate>
            <atom:updated>2024-05-08T18:48:17.758Z</atom:updated>
            <content:encoded><![CDATA[<h3>Beta Launch of the most decentralized DePin consumer application: The Sentinel Shield dVPN Application</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*T0zXtVXPp0MqeNlozjXcaA.png" /></figure><h3>Download the Sentinel Shield dVPN on your Android Device Today!</h3><p>The Sentinel Shield dVPN application is now available for download on your Android device (APK File) at <a href="http://shield.sentinel.co">shield.sentinel.co</a>.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/393/1*RIOkxScIdmbr8dblrqIEiA.jpeg" /><figcaption>Live connection to a dVPN node on Sentinel Shield dVPN</figcaption></figure><p>The Sentinel Shield dVPN is a fully decentralized, p2p dVPN application built on Sentinel’s dVPN protocol which allows for the easy creation of dVPN applications.</p><p>The monthly subscription cost is currently set at 1333.33 dVPN (more details in the following sections). Account abstraction has been included in the code and will soon be enabled in an upcoming update in the next few days.</p><p>The Sentinel Shield dVPN is powered by dVPN nodes hosted by community members all across the world.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*7lYLC9oeR6EkFOW8QhiABQ.png" /><figcaption>map.sentinel.co</figcaption></figure><p>dVPN applications built on Sentinel are the ONLY dVPN applications in existence which do not use an impermanent centralized (or semi-distributed) system for the querying of available nodes.</p><p>dVPN applications built on Sentinel are the most decentralized type of dVPN apps in existence made possible thanks to the scalability that the Cosmos SDK provides.</p><p>The querying of available nodes happens directly on-chain, the Sentinel dVPN blockchain is comparable to the DHT system used in torrents, except faster, more reliable, and fully decentralized. To learn more checkout this tweet:</p><h3>Sentinel dVPN ⚛️ #DePIN p2p Networking on Twitter: &quot;(1) Sentinel Hub&#39;s transaction throughput is a testament to the scalability of the Cosmos-SDK.With over 300k transactions per day in the recent days and over 12 million transactions in the last 30 days, there is no other stack that can handle what the Sentinel ecosystem needs. pic.twitter.com/SVDMXNlER5 / Twitter&quot;</h3><p>(1) Sentinel Hub&#39;s transaction throughput is a testament to the scalability of the Cosmos-SDK.With over 300k transactions per day in the recent days and over 12 million transactions in the last 30 days, there is no other stack that can handle what the Sentinel ecosystem needs. pic.twitter.com/SVDMXNlER5</p><h3>Open-Source Code</h3><p>All of the code used to build the Sentinel Shield dVPN application is fully open-source and can be viewed at:</p><p><a href="https://github.com/sentinel-official/sentinel-dvpn-app-android">GitHub - sentinel-official/sentinel-dvpn-app-android</a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/531/1*AfU-HRWCmSf-etb8EYTtVA.png" /></figure><p>Demand that VPN/dVPN application shows you the same level of transparency you would expect from your favorite wallet. Do not blindly trust an application that gets access to your networking card permissions without ensuring that the application is peer-reviewed.</p><h3>Sentinel’s First Flagship Release in 3 years</h3><p>The Sentinel Shield dVPN is the first dVPN to represent the Sentinel brand image since Sentinel migrated to its own <a href="https://www.mintscan.io/sentinel">Cosmos-based chain</a> in 2021. Sentinel’s journey in terms of thought leadership and architectural dominance in the DePin ecosystem begins now.</p><p>Sentinel has already proven itself to be one of the most robust retail-consumer facing protocols in the DePin ecosystem with the recent success of Independent dVPN (crossing 200k downloads).</p><p><a href="https://independentdvpn.com/">Independent dVPN</a></p><p>Recently active users (monthly) of dVPNs built on Sentinel crossed 70k in the month of May.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/928/1*RrHofu9Ik6gajEo_WYXUHA.png" /><figcaption>stats.sentinel.co</figcaption></figure><p>The number of unique users in 2024 alone has crossed 200k so far. 1 Million will be achieved this year.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/924/1*be--E_MIeS_fMF-hJ5xxKw.png" /><figcaption>stats.sentinel.co</figcaption></figure><p>Other notable dVPN application releases by 3rd party developers on Sentinel’s dVPN protocol include:</p><p>Breadcrumbs dVPN — <a href="https://breadcrumbsdata.com/">https://breadcrumbsdata.com/</a><br>Meile 2.0 dVPN(upcoming)- <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><br>Solar Labs 2.0 dVPN (ucpoming) — <a href="https://dvpn.solar/">https://dvpn.solar/</a><br>V2 dVPN — <a href="https://v2.app/">https://v2.app/</a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*vl09__YTidt48V5NgJsR9A.png" /><figcaption>breadcrumbsdata.com</figcaption></figure><p>Future publications and marketing efforts will be focusing heavily on the different apps built in the dVPN ecosystem.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*fZuxSDNUg_X6xFp7SYuJ0w.png" /><figcaption>v2.app</figcaption></figure><p>The launch of the Sentinel Shield dVPN goes to show the versatility of dVPN apps that can be built on Sentinel’s dVPN protocol, from applications which are monetized by ads and are extremely user-friendly with 0 mention of blockchain such as Independent dVPN. All the way to fully decentralized on-chain applications which expose users to the management of keys and on-chain payments such as the Sentinel Shield dVPN app.</p><p>The previous Sentinel dVPN application which crossed 1m+ downloads (including APK) used to run on Ethereum and was deprecated in 2021 as the application depended on centralized masternodes for querying nodes.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*7Yo5DhgMFpL_PnZUo33R2w.png" /><figcaption>The older Sentinel Flagship Application</figcaption></figure><p>For around the past 3 years, there has been a strong demand from the community for the return of a Sentinel branded dVPN application in order for Sentinel’s brand image and purpose to be represented strongly in the form of utility.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1000/0*MSOtkEkjP_JpWTvN.png" /><figcaption>Older Sentinel Flagship Application</figcaption></figure><p>Several contributors have helped shape up the Sentinel Shield dVPN application over the past 6 months, and this flagship dVPN application will make it easier for the Sentinel ecosystem to become more Web 3 native and to attract more builders who want to build dVPN apps ontop of Sentinel.</p><h3>Sentinel dVPN On-Chain Subscription Structure</h3><p>dVPN applications built on Sentinel use on-chain subscription structures in-order to pre-pay nodes, aggregate them, and offer them in an easy 1-click format to end-users.</p><p>To learn more about on-chain subscriptions, checkout the article below.</p><p><a href="https://medium.com/sentinel/introduction-of-on-chain-subscriptions-and-time-based-payments-sentinels-biggest-dvpn-protocol-a2b240199f18">Introduction of On-Chain Subscriptions and Time Based Payments- Sentinel’s Biggest dVPN Protocol…</a></p><p>The Monthly subscription is currently priced at 1333.33 $DVPN per month which users make directly to the on-chain contract. There is no middleman, or centralized system for authentication.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/398/1*c0M_6X8GXAHIrvsA2FhEjw.jpeg" /><figcaption>Subscription price currently set at 1333.33 DVPN</figcaption></figure><p>Currently the pricing is fixed and the only payment mechanism is $DVPN, however soon multiple payment gateways are being added in addition to USD based variable pricing for the overall subscription cost.</p><p>Automated renewal will be added in the near future.</p><p>To acquire $DVPN, checkout kucoin.com and osmosis.zone.</p><h3>Global Server Access</h3><p>Did you know, users on the Sentinel Shield dVPN can access nodes from over 90 different countries.</p><p>Wireguard and V2ray servers are both available and can be filtered in the search tabs.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/396/1*r9oSHulXUl0fTTZ_xP-lcg.png" /></figure><p>Node hosts from all over the world provide services to users of dVPN applications built on Sentinel.</p><p>To learn more about hosting a node, checkout <a href="http://docs.sentinel.co">docs.sentinel.co</a></p><h3>In-App Wallet</h3><p>The Sentinel Shield dVPN application features a simple in-app wallet that allows users to deposit $DVPN in order to purchase a subscription.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/397/1*Ef5MhwQMFlu7dzvEtD7GpA.jpeg" /></figure><p>The Sentinel Shield dVPN allows for a user to either create an account on the app, or to import an existing account.</p><p>Users can only deposit dVPN and spend on the subscription through this app, for making $DVPN transfers the user would have to export the keys from this application and use another wallet such as Keplr.</p><h3>Cosmos Account Abstraction</h3><p>The Cosmos fee grant module has been implemented in order for the application to pay for user gas transactions related to connect/disconnection and other functions.</p><p>To learn more about the Fee grant module, checkout:</p><p><a href="https://docs.cosmos.network/v0.46/modules/feegrant/">Fee grant | Cosmos SDK</a></p><p>As Sentinel is one of the most decentralized DePin protocols, almost all user functions are on-chain including connection authorization itself (for a particular session). These user interactions with the dVPN app which don’t include the payment require gas fees and it doesn’t make sense for a user to pay a gas fee every time they connect.</p><p>The fee grant module has been included in the application and will be enabled soon with an update, allowing for users to avoid dVPN function related gas fees.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/393/1*B6THI_BwZFecylRr3axE9g.jpeg" /><figcaption>Fee granter enabled soon</figcaption></figure><p>Until the update is pushed, users will be receiving some $DVPN token to use for the gas fees.</p><p>Fee granter can be set as the Sentinel Shield dVPN, or as the user’s own wallet in the ‘Fee Granter’ tab of the settings.</p><h3>Custom RPC</h3><p>Users of the Shield dVPN are able to set a custom RPC and can choose from one of the many community-hosted RPC servers in the event of a specific RPC experiencing an overload or being restricted in a specific region.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/393/1*DLlv07X0kWcQziDWfWYvPw.jpeg" /><figcaption>Custom RPC Settings</figcaption></figure><p>Sentinel community RPC List:</p><p><a href="https://cosmos.directory/sentinel/nodes">https://cosmos.directory/sentinel/nodes</a></p><h3>Residential Server Subscription</h3><p>There are over 300 residential servers being hosted by dVPN community members right now. Discover more information about residential nodes at sentnodes.com</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/284/1*f8VN7gVTRQDP95TxjCpZYg.png" /><figcaption>sentnodes.com</figcaption></figure><p>Residential nodes will become available on the Sentinel Shield dVPN application at an extra cost in the future.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=f896dd3e5cbc" width="1" height="1" alt=""><hr><p><a href="https://medium.com/sentinel/beta-launch-of-the-most-decentralized-depin-consumer-application-the-sentinel-shield-dvpn-f896dd3e5cbc">Beta Launch of the most decentralized DePin consumer application: The Sentinel Shield dVPN…</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 January 2024 Short-Term Roadmap]]></title>
            <link>https://medium.com/sentinel/sentinel-january-2024-short-term-roadmap-fd8eef366582?source=rss-2cf9947bd62f------2</link>
            <guid isPermaLink="false">https://medium.com/p/fd8eef366582</guid>
            <category><![CDATA[dvpn]]></category>
            <category><![CDATA[cosmos-network]]></category>
            <category><![CDATA[sentinel-dvpn]]></category>
            <category><![CDATA[sentinel-hub]]></category>
            <category><![CDATA[depin]]></category>
            <dc:creator><![CDATA[Sentinel Admin]]></dc:creator>
            <pubDate>Mon, 15 Jan 2024 18:33:42 GMT</pubDate>
            <atom:updated>2024-01-15T18:36:48.050Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*iMzCpB-7MjuqXobg_xmI1w.png" /><figcaption>Real-time network stats from stats.sentinel.co as of 15th Jan 2024</figcaption></figure><p>This blog covers Sentinel’s short-term roadmap that the community can expect to come into effect into the coming months. This short-term roadmap includes:</p><ul><li>Updates on Sentinel dVPN Applications</li><li>Sentinel SDK Update</li><li>Sentinel Website and New Webpages Update</li><li>New Networking Protocol and Node Features</li><li>New Subscription Plan Updates</li><li>Upcoming Sentinel Hub (Chain) Updates</li><li>Open-Source Transparency</li><li>Growth DAO</li></ul><h3>Update on Sentinel dVPN Applications</h3><p>Meile dVPN: Meile dVPN will be getting a complete UI makeover and a more sophisticated windows installer.</p><p>Solar dVPN: Solar dVPN will be updating to offer subscription plans which will enhance user experience and create a smooth user journey similar to Bagimsiz. Solar will also be getting a Windows desktop application.</p><p>Sentinel Flagship Application: The Sentinel flagship application will be released for community testing within the coming week most likely. The release of the application was delayed as it did not pass internal front-end testing and the front-end is currently being re-done in React.JS.</p><p>The functionality and logic of the application is complete.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/411/1*-W9kePAAHtIPaFdNjRa7oA.png" /><figcaption>Flagship Sentinel dVPN</figcaption></figure><p>Caishen VPN: Caishen VPN is a Chinese-community focused VPN centered around good luck and fortune, as ‘Caishen’ (财神) is the Chinese god of wealth.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/324/1*BHnQ7UojGea7EY_HvneLyQ.png" /><figcaption>Caishen dVPN</figcaption></figure><p>Breadcrumbs VPN:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*cXZZSkzaNFxb4InVLPLPDw.png" /></figure><p>Breadcrumbs will be launching their dVPN application built on Sentinel soon. Checkout their website at:</p><p><a href="https://breadcrumbsdata.com">https://breadcrumbsdata.com</a></p><p>Future VPN Applications:</p><p>Future planned VPN applications for the coming months include: <br>1) ATOM dVPN<br>2) BTC dVPN (pay in Bitcoin/lightning) <br>3) XMR dVPN (pay in XMR) <br>4) Osmosis dVPN (pay in Osmo)</p><h3>Sentinel SDK Update</h3><p>The upcoming Sentinel SDK will allow for developers who want to build dVPN applications on-top of Sentinel. The SDK is currently being re-written in Go and will be re-written in Javascript and other popular languages such as Python.</p><p>The Sentinel SDK (in progress) can be found at:</p><p><a href="https://github.com/sentinel-official/sentinel-go-sdk">GitHub - sentinel-official/sentinel-go-sdk</a></p><p>The creator of a centralized VPN SDK is also constructing a dVPN SDK on Sentinel. More updates in the near future.</p><p>More information about the creator’s current SDK can be found at: <a href="https://apivpn.io/">https://apivpn.io/</a></p><h3>Sentinel Website and New Webpages Update</h3><p>Current Sentinel Website: The current Sentinel website is currently being coded and will be built on React. The current version is built on WebFlow making editing difficult. The pace of website edits will be faster once the website with the updated front-end is released.<br><br>Hardware Webpage: A new webpage dedicated towards the bandwidth mining of Sentinel using the Raspberry Pi (and potentially other hardware in the future). This website will have information on the setup of dVPN node on a Raspberry Pi and other information including earnings for the node hosts.</p><p>AI Data Scraping Webpage: A new webpage dedicated towards Data scraping for AI training purposes. Sentinel aims to focus heavily on attracting businesses in the data scraping sector to use its residential and cloud node ecosystem.</p><p>Residential Node Webpage: A new website dedicated towards Sentinel’s focus on fostering a residential node ecosystem. This website will have information on the superior residential node earning and also information about the various use-cases of residential nodes.</p><p>Subscription Plan Webpage: A new website dedicated towards showing the active on-chain subscription plans and their relevant datapoints.</p><h3>New Networking Protocol and Node Features</h3><p>Automated Node Pricing: Node pricing will soon become automated with the integration of Osmosis’s dVPN price feed into the Sentinel node structure to ensure that node hosts can just set a monthly DVPN rate in $ dollar terms.</p><p>Dedicated IP Feature: The first ever p2p dedicated IP marketplace will come into effect in future Sentinel networking protocol upgrades, with users having the ability to purchase access to a dedicated IP at a fixed monthly rate.</p><p>This means that only 1 user will be allowed to use the dedicated node and no other user can utilize the IP address of the dedicated node. This function offers extra assurance and safety to users who are using geo-blocked websites which maintain sophsticated IP identification and logging systems.</p><h3>New Subscription Plan Updates</h3><p>Subscription Management: A data reporting system is being created to clearly indicate:</p><ul><li>The number of nodes added into the subscription plan</li><li>The number of nodes that were not added and the reasons (including publicly viewable database)</li><li>Subscrpition plan historical revenue and real-time revenue stats</li></ul><p>Global Cloud Nodes Subscrpition: Global cloud nodes will receive a monthly income of $3 per month (after automated pricing is enabled) until the economics of various regions is properly structured.</p><p>Residential Subscription: Residential nodes will soon be added to a dedicated subscription plan which will provide $10 a month in incentives.</p><h3>Upcoming Sentinel Hub (Chain) Updates</h3><p>Sentinel Hub Upgrades: The Sentinel hub will soon be upgraded in order to upgrade the hub to the latest Cosmos Hub version which will allow for lower block times and greater dVPN connectivity.</p><p>This hub upgrade will also include an accounts update where the main Sentinel ecosystem wallet will be divided into multiple smaller wallets due to feedback from the community. Due to a mistake in the genesis, multiple wallets were combined into one larger wallet and this is being resolved.</p><h3>Open-Source Transparency</h3><p>The Sentinel dVPN ecosystem is committed to open-source transparency and will be open-sourcing future developments and has recently open-sourced the complete Sentinel stats structure as well as the ‘Node Health Check API’.</p><p>Node Health Check API Open-Source:<br><a href="https://github.com/sentinel-official/health-check">https://github.com/sentinel-official/health-check</a></p><p>Sentinel Stats and Explorer Open-Source:<br><a href="https://github.com/sentinel-official/explorer">https://github.com/sentinel-official/explorer</a></p><h3>Sentinel Growth DAO</h3><p>The Sentinel Growth DAO will be making major moves soon with the creation of a community ‘jobs portal’, which will allow for community members to take on relevant tasks for the ecosystem in-exchange for compensation. The Growth DAO will be incentivizing and driving community-led initiatives and make the best use of the network effect of the Sentinel ecosystem.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=fd8eef366582" width="1" height="1" alt=""><hr><p><a href="https://medium.com/sentinel/sentinel-january-2024-short-term-roadmap-fd8eef366582">Sentinel January 2024 Short-Term Roadmap</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[The Sentinel Node Dashboard is now live! nodes.sentinel.co]]></title>
            <link>https://medium.com/sentinel/the-sentinel-node-dashboard-is-now-live-nodes-sentinel-co-d7a30f4fdb5a?source=rss-2cf9947bd62f------2</link>
            <guid isPermaLink="false">https://medium.com/p/d7a30f4fdb5a</guid>
            <category><![CDATA[cosmos-network]]></category>
            <category><![CDATA[dvpn]]></category>
            <category><![CDATA[sentinel-dvpn]]></category>
            <category><![CDATA[sentinel]]></category>
            <category><![CDATA[depin]]></category>
            <dc:creator><![CDATA[Sentinel Admin]]></dc:creator>
            <pubDate>Mon, 25 Dec 2023 18:14:02 GMT</pubDate>
            <atom:updated>2023-12-25T18:14:02.145Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*p2tO87snEqIr9YylA3vTQQ.png" /></figure><p>The Sentinel Node Dashboard is now live, allowing for dVPN nodes/server hosts to see real-time metrics and stats of their dVPN node. The dVPN ecosystem is committed in creating utilities for various network participants including users, node hosts, and application creators alike.</p><p><a href="http://nodes.sentinel.co">nodes.sentinel.co</a></p><p>This node dashboard allows for a host to view:</p><ol><li>dVPN Node pricing and earnings</li><li>Historical data of bandwidth consumption</li><li>Historical data of the number of users connected to the node</li><li>Node health check results</li><li>Information about the subscription plan that the node is added into (coming soon)</li></ol><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*MncU49_KEmzTN-V_i5fLlw.png" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*ptDDqc3czYx8fFzI1l9WCg.png" /></figure><h4>Last Utility Release of 2024</h4><p>The Sentinel dVPN Node Dashboard is the last utility that will be released in the year of 2024, following the releases of:</p><p><a href="http://map.sentinel.co">map.sentinel.co</a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*jlTiSMqYShC5OYmBSfm4ew.png" /></figure><p><a href="http://stats.sentinel.co">stats.sentinel.co</a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*QU57ZszEf8DYytyAbbL8xw.png" /></figure><p><a href="http://sentinel.co">sentinel.co</a> (updated website)</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*w3Imf45qA_oMrgu86rRULQ.png" /></figure><p>The next utility that will be focused on is a simple script generator that can help node hosts quickly generate a script for their specific OS that can be copy pasted allowing for fast dVPN node setup.</p><p>The most important upcoming milestone on the application side is the release of the flagship Sentinel dVPN application expected to happen in the coming weeks with internal testing beginning this week.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=d7a30f4fdb5a" width="1" height="1" alt=""><hr><p><a href="https://medium.com/sentinel/the-sentinel-node-dashboard-is-now-live-nodes-sentinel-co-d7a30f4fdb5a">The Sentinel Node Dashboard is now live! nodes.sentinel.co</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>