<?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 VeChain Stats on Medium]]></title>
        <description><![CDATA[Stories by VeChain Stats on Medium]]></description>
        <link>https://medium.com/@vechainstats?source=rss-6c45a9ad9727------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*evJzbc1lh0fFZcn_gUU8eA.png</url>
            <title>Stories by VeChain Stats on Medium</title>
            <link>https://medium.com/@vechainstats?source=rss-6c45a9ad9727------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Tue, 19 May 2026 06:59:32 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@vechainstats/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[Verified Contracts Now Live on VeChainStats — A New Era of Transparency and Interaction]]></title>
            <link>https://medium.com/vechain-foundation/verified-contracts-now-live-on-vechainstats-a-new-era-of-transparency-and-interaction-d2f648586f42?source=rss-6c45a9ad9727------2</link>
            <guid isPermaLink="false">https://medium.com/p/d2f648586f42</guid>
            <category><![CDATA[smart-contracts]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[vechain]]></category>
            <category><![CDATA[block-explorer]]></category>
            <dc:creator><![CDATA[VeChain Stats]]></dc:creator>
            <pubDate>Thu, 19 Jun 2025 12:52:44 GMT</pubDate>
            <atom:updated>2025-06-26T10:03:00.237Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*pCbGrI2b3SjGgTvb2hnlgQ.png" /></figure><h3>Verified Contracts Now Live on VeChainStats — A New Era of Transparency and Interaction</h3><p>VeChainStats is proud to announce support for <strong>verified smart contracts</strong>! This major upgrade empowers developers, users, and dApp owners with greater transparency and usability. Whether you’re a VeChain developer or a project building on VeChainThor, now’s the time to <strong>verify your contracts</strong> and help push the ecosystem forward.</p><p>👉 <strong>Verify yours now:</strong> <a href="https://verify.vechainstats.com/#/verifier">https://verify.vechainstats.com/#/verifier</a></p><h3>Built on Open Standards — Thanks to Sourcify</h3><p>This new functionality is made possible through collaboration with <a href="https://sourcify.dev/"><strong>Sourcify</strong></a>, an open-source project that provides tools and standards for smart contract verification across multiple chains. We’re grateful for their incredible work — the verification engine on VeChainStats is powered by their battle-tested infrastructure.</p><h3>Why Verified Contracts Matter</h3><p>When a smart contract is verified, the <strong>original source code</strong> is matched against the <strong>deployed bytecode</strong> on-chain to ensure it’s an exact match. Along with that, the contract’s <strong>ABI (Application Binary Interface)</strong>, <strong>compiler version</strong>, and <strong>compiler settings</strong> are also published. This process ensures full transparency — anyone can inspect how the contract works, audit it for safety, and now — <strong>interact directly with it</strong> through the VeChainStats interface.</p><h3>Read &amp; Write Functions — Now Available</h3><p>On the page of any verified contract, users can now interact with the <strong>read</strong> and <strong>write</strong> methods of the smart contract — directly from their browser.</p><ul><li><strong>Read functions</strong> let you query on-chain data like balances, owner addresses, token names, etc., without sending a transaction or paying VTHO.</li><li><strong>Write functions</strong> allow you to interact with the contract (e.g. transfer tokens, vote, stake), and require you to sign a transaction using a wallet.</li></ul><p>👉 Example contract:<br><a href="https://vechainstats.com/account/0x2076382cfee16ffc8155b59ef1836ad36b8a1df4/">https://vechainstats.com/account/0xc06ad8573022e2be416ca89da47e8c592971679a/#contract-code</a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*fC9mjwAsMDtq7PwtjAaVFw.png" /></figure><h3>Full Support for Proxy Contracts</h3><p>Proxy contracts are commonly used in modern dApps for upgradability — they delegate calls to a separate <strong>implementation (logic) contract</strong>. While this adds flexibility, it also introduces a layer of complexity for users and developers trying to understand what a contract actually does.</p><p>With the new verification system on VeChainStats, we’ve made interacting with proxy contracts much more transparent and seamless.</p><h3>You Can:</h3><ul><li>Interact with both the <strong>proxy</strong> and its <strong>implementation</strong> contract.</li><li>Inspect the actual logic code behind proxies — not just the thin wrapper.</li><li>Use the UI to invoke read/write functions on either layer.</li></ul><h3>But Remember:</h3><ul><li>The <strong>implementation contract needs to be verified separately</strong>.</li><li>If your proxy points to a new implementation, <strong>you need to verify that new logic contract too</strong>.</li><li>Unverified implementation contracts won’t expose readable/writeable functions in the UI.</li></ul><p>This makes it much easier for the community to explore how a project’s contracts actually behave on-chain — even when they’re using upgradeable architectures.</p><p>👉 Example contract:<br><a href="https://vechainstats.com/account/0xc06ad8573022e2be416ca89da47e8c592971679a/#contract-code">https://vechainstats.com/account/0xc06ad8573022e2be416ca89da47e8c592971679a/#contract-code</a></p><h3>Explore Verified Contracts</h3><p>We’ve created a central page where all currently verified contracts are listed:</p><p>🔎 <a href="https://vechainstats.com/contracts/#verified">https://vechainstats.com/contracts/#verified</a></p><p>It’s a great way to explore the growing list of verified projects in the VeChain ecosystem.</p><h3>Verify Your Contracts Today</h3><p>If you’re a smart contract developer or part of a team building on VeChain, take a few minutes to verify your contracts:</p><p>👉 <a href="https://verify.vechainstats.com/#/verifier">https://verify.vechainstats.com/#/verifier</a></p><p>It only takes a couple of minutes — and it’s a big step forward for transparency, trust, and usability across the VeChain dApp ecosystem.</p><p>Let’s make VeChain more open, interactive, and developer-friendly — one verified contract at a time.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=d2f648586f42" width="1" height="1" alt=""><hr><p><a href="https://medium.com/vechain-foundation/verified-contracts-now-live-on-vechainstats-a-new-era-of-transparency-and-interaction-d2f648586f42">Verified Contracts Now Live on VeChainStats — A New Era of Transparency and Interaction</a> was originally published in <a href="https://medium.com/vechain-foundation">VeChain</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[New on VeChainStats: Estimate Your VTHO Staking APY Ahead of VeChain Renaissance — Hayabusa]]></title>
            <link>https://vechainstats.medium.com/new-on-vechainstats-estimate-your-vtho-staking-apy-ahead-of-vechain-renaissance-hayabusa-94424a1714bf?source=rss-6c45a9ad9727------2</link>
            <guid isPermaLink="false">https://medium.com/p/94424a1714bf</guid>
            <category><![CDATA[vechain]]></category>
            <category><![CDATA[hayabusa]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[vechainthor]]></category>
            <category><![CDATA[staking]]></category>
            <dc:creator><![CDATA[VeChain Stats]]></dc:creator>
            <pubDate>Thu, 24 Apr 2025 13:18:53 GMT</pubDate>
            <atom:updated>2025-04-24T13:18:53.610Z</atom:updated>
            <content:encoded><![CDATA[<h3>New on VeChainStats: Estimate Your VTHO Staking APY Ahead of VeChain Renaissance — Hayabusa</h3><p>The <strong>VeChain Renaissance Hayabusa </strong>is bringing big changes to the way $VTHO is distributed — and if you’re a VET holder, validator, or thinking about becoming either, you’re going to want to plan ahead.</p><p>To help with that, we’ve just launched the <strong>VTHO Staking APY Estimator</strong> on <a href="https://vechainstats.com/vtho-staking/">vechainstats.com</a>, giving you a powerful way to simulate your potential rewards in the upcoming Stargate staking program.</p><h3>⚙️ What’s This Tool All About?</h3><p>This interactive tool lets you explore different reward scenarios under the new VTHO distribution mechanics. Whether you’re holding a node, staking, or validating, the estimator gives you a rough but data-informed idea of your future <strong>Annual Percentage Yield (APY)</strong> in both VTHO and USD.</p><h3>🧪 Two Modes for Two Types of Users</h3><h4>Standard Mode</h4><p>Ideal for quick estimates, <strong>Standard Mode</strong> lets you:</p><ul><li>Choose your <strong>desired node tier</strong></li><li>Enter the <strong>total VET staked across the network</strong></li></ul><p>With these inputs, you’ll instantly see your estimated VTHO rewards and APY.</p><h4>Advanced Mode</h4><p>For those who want full control, <strong>Advanced Mode</strong> unlocks deeper customization:</p><ul><li>Simulate holding <strong>multiple nodes</strong> across tiers</li><li>Set the <strong>average validator stake</strong></li><li>Define the <strong>exact node distribution</strong> in the network</li></ul><p>This mode is ideal for validators, large holders, or anyone planning for specific network scenarios.</p><h3>📊 Insightful Results and Visualizations</h3><p>Once you input your scenario, the tool breaks down your expected rewards into:</p><ul><li>Base VTHO Rewards</li><li>Increases Rewards from node tier</li><li>Total Estimated VTHO Generation</li><li>Projected APY in USD</li></ul><p>You’ll also get a bar chart that compares:</p><ul><li>Your custom scenario APY</li><li>The current projected APY by VeChainStats</li><li>The “Classic Rewards” (today’s system)</li></ul><p>This makes it easy to see how much more (or less) you might earn depending on your staking strategy post-Hayabusa.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*Oe0xA-ddlYPJev9t90os-w.png" /><figcaption>APY Comparison of the different node tiers</figcaption></figure><h3>Why This Matters</h3><p>The Hayabusa protocol introduces reward mechanics that are more responsive to actual network participation. Your APY will depend not just on your own stake, but on how the network looks overall. This tool helps you simulate different futures — so you can prepare accordingly.</p><h3>Try the Estimator Today!</h3><p>Dive in and start simulating your post-Hayabusa returns at <a href="https://vechainstats.com/vtho-staking/">https://vechainstats.com/vtho-staking/</a></p><p>Your feedback helps us refine the tool, so don’t hesitate to reach out with ideas or questions!</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*wIiE-ZJ7cbzztXIjPCqQCQ.png" /></figure><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=94424a1714bf" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Introducing the Vechain Stats API — Your gateway to real-time blockchain data on VechainThor ⚡]]></title>
            <link>https://medium.com/vechain-foundation/introducing-the-vechain-stats-api-your-gateway-to-real-time-blockchain-data-on-vechainthor-7defa9910912?source=rss-6c45a9ad9727------2</link>
            <guid isPermaLink="false">https://medium.com/p/7defa9910912</guid>
            <category><![CDATA[developer-tools]]></category>
            <category><![CDATA[vechain]]></category>
            <category><![CDATA[developer]]></category>
            <category><![CDATA[vechainthor]]></category>
            <category><![CDATA[api]]></category>
            <dc:creator><![CDATA[VeChain Stats]]></dc:creator>
            <pubDate>Wed, 06 Dec 2023 13:32:34 GMT</pubDate>
            <atom:updated>2023-12-06T13:32:34.262Z</atom:updated>
            <content:encoded><![CDATA[<h3>Introducing the Vechain Stats API — Your gateway to real-time blockchain data on VechainThor ⚡</h3><p>Vechain Stats, the leading block explorer for the VechainThor blockchain, is thrilled to announce the much-anticipated release of its Public API infrastructure. This groundbreaking development opens doors to unparalleled possibilities for developers, businesses, and enthusiasts within the vechain ecosystem.</p><p>At the heart of Vechain Stats lies a commitment to empowering the vechain community with robust tools and data-driven solutions. The introduction of the Public API infrastructure amplifies this mission, enabling seamless access to a treasure trove of blockchain data, insights, and functionalities.</p><p><strong>Unprecedented Access to Blockchain Insights</strong></p><p>The Vechain Stats API offers a comprehensive suite of endpoints, providing real-time and historical data covering blocks, transactions, addresses, tokens, and more. Developers now have unparalleled access to granular blockchain data, empowering them to build innovative applications, conduct in-depth analytics, and create powerful solutions on the VechainThor blockchain.</p><p><strong>Key Features of Vechain Stats API Include:</strong></p><ul><li>Real-time Block and Transaction Data: Instant access to the latest blocks and transactions on the VechainThor blockchain.</li><li>Address Information: Retrieve detailed information about specific addresses, including transaction history, balances, and more.</li><li>Token Details: Explore and analyze token information, including token transfers, holders, and smart contract details.</li><li>Advanced Analytics: Utilize powerful analytical tools to gain valuable insights and drive informed decision-making.</li></ul><p>With the release of the Public API infrastructure, Vechain Stats aims to foster an ecosystem of collaboration and innovation. Developers, businesses, and researchers now have the tools they need to explore, experiment, and build transformative applications that leverage the capabilities of the VechainThor blockchain.</p><p><strong>Getting Started with Vechain Stats API</strong></p><p>Accessing the Vechain Stats API is straightforward, offering simple integration with documentation and support to ensure a smooth development experience. Whether you’re a seasoned developer or new to blockchain, the API infrastructure is designed to cater to diverse skill levels and use cases.</p><p>Join the Future of VechainThor by signing up for an account at <a href="https://vechainstats.com/vcs-api/"><strong>vechainstats.com</strong></a></p><p>The release of the Public API infrastructure marks a significant milestone for Vechain Stats and the VechainThor ecosystem as a whole. It signals a new era of accessibility, innovation, and collaboration, inviting enthusiasts and developers to be part of shaping the future of blockchain technology.</p><h3><strong>Get Started Today</strong></h3><p>Ready to explore the limitless possibilities of the Vechain Stats API? Visit our developer <a href="https://docs.vechainstats.com"><strong>documentation</strong></a> to get started, and unlock the full potential of the VechainThor blockchain.</p><p><em>Empower your projects. Fuel innovation. Explore the Vechain Stats API today.</em></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*kST9n73HkCSorcLG--Kmlw.png" /></figure><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=7defa9910912" width="1" height="1" alt=""><hr><p><a href="https://medium.com/vechain-foundation/introducing-the-vechain-stats-api-your-gateway-to-real-time-blockchain-data-on-vechainthor-7defa9910912">Introducing the Vechain Stats API — Your gateway to real-time blockchain data on VechainThor ⚡</a> was originally published in <a href="https://medium.com/vechain-foundation">VeChain</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Main Launch VeChainStats 2.0]]></title>
            <link>https://vechainstats.medium.com/main-launch-vechainstats-2-0-3eb25a5f9c9e?source=rss-6c45a9ad9727------2</link>
            <guid isPermaLink="false">https://medium.com/p/3eb25a5f9c9e</guid>
            <dc:creator><![CDATA[VeChain Stats]]></dc:creator>
            <pubDate>Mon, 14 Feb 2022 16:43:10 GMT</pubDate>
            <atom:updated>2022-02-14T16:43:10.661Z</atom:updated>
            <content:encoded><![CDATA[<p>A monumental day is upon us! We are extremely proud to announce the grand opening and launch of VeChainStats 2.0, and with it comes a new era of insights and analytics for the VeChainThor blockchain!</p><p>As we stand at the start of this new journey, we wanted to take a moment to reflect on our past and introduce new themes that will take center-stage in the years ahead.</p><h3>Taking a moment to reflect</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*zg5ZNX-aIvTHKUUuPJ-2IA.png" /><figcaption>VeChainStats 1.0 - A VeChain Community Project</figcaption></figure><p>VeChainStats (VCS) 1.0 was conceived and created by Fabian. Fabian has been involved within the VeChain ecosystem for many years and carries with his incredible talent a passion for Data Analytics, Online Security, and Blockchain Development. He built VCS 1.0 with no expectation of financial return or recognition, he just wanted to build something epic for the VeChain community.</p><p>For years, we have all made use of this informative tool to see how the VeChainThor network is performing, follow the movements of whales, and watch Authority Nodes mining blocks. In an age where information is becoming the new ‘oil’, free and in-depth insights are something VCS truly values and has made its mission to ensure everyone has access to.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*sWsh2cq6af2oxmXC7db_ew.png" /><figcaption>VeChainStats ‘Manager’. — Token transfers, node upgrades &amp; market + Ledger support, all in one app!</figcaption></figure><p>The Node Manager is another tool we are incredibly proud of at VCS. It was built at a time when where there was no other tooling to get access to ledger funds and was a major help to the community in a time of need. The key functions of Manager include node transfers, selling &amp; buying of nodes on the marketplace, a node marketplace explorer as well as the claiming of node bonuses. It also allows for the pairing of hot and cold wallets in the VeChainThor app via the ‘observe’ function.</p><h3>Looking to the Future of VeChainStats</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*BPLN1e6lAbRiKArhLCZ8Lw.png" /></figure><p>This new launch represents the largest-ever update to come to VCS. We’ve done a full makeover of the design, user interface, and an even bigger makeover behind the scenes. For those following our tweets over the last few weeks, we have been dropping some interesting hints about what VCS 2.0 will be focusing on in the future.</p><ol><li><strong>VeUSD Dashboard. A highly awaited stablecoin on VeChain.<br></strong>With this dashboard, the VeFam is able to monitor the circulation, minting, redemption, transfers, and trades performed using VeUSD. A highly informative tool for the exciting launch of the first stablecoin on the VeChainThor ecosystem.</li><li><strong>Block Explorer. Fully equipped to browse blocks &amp; transactions.<br></strong>One of the biggest updates coming to VCS 2.0 is the block explorer. With this new feature, VeChain Stats will become a one-stop-shop for all ecosystem users.</li><li><strong>Transaction Decoding. Data made easy to read for all.<br></strong>A major feature of the implemented block explorer is the extensive transaction decoding of transaction clauses. VeChain Stats is able to decode a large range of data from clauses offering human-readable, decoded information for all.</li><li><strong>Account &amp; contract Insights<br></strong>Two entirely new pages have arrived on VeChain Stats: Accounts &amp; Contracts! On these pages, users will be able to get more insights on active addresses and contracts, see new addresses and contracts as well as the most active addresses and contracts in terms of transactions, clauses and VTHO burned.</li><li><strong>NFT inventory. See all your NFTs &amp; statistics in one place!<br></strong>VeChainStats 2.0 comes with an extended NFT inventory for your account page. We now support many VeChain NFT projects and, together with transfer history, we provide collectors with much greater insights and data, such as NFT attributes, Unique Wallets, and Smart Contract Details!</li><li><strong>NFT Rich List. Who are the NFT whales lurking out there?<br></strong>Next to the traditional token rich list, one of the most popular features on VCS 1.0, VCS 2.0 now provides a NFT rich list as well. See where you rank overall and discover the collections of the biggest NFT whales.</li><li><strong>DEX Trades. All your DEX information easily available at your fingertips.<br></strong>A long-awaited feature since VeChainStats first launched: DEX Trades! With VeChainStats 2.0 you will now be able to retrieve all historical DEX trade data and see how profitable your trading has been. We also offer a designated DEX Trade page where all ecosystem DEX Trades are visible, as well as trade volumes across the different DEXes.</li><li><strong>Last but not least, charts — fully interactive and historical charts!<br></strong>Vechain Stats now offers in-depth insights and data exploration through charts developed in collaboration with Zoom Charts. This allows users to explore the vast amount of data VeChain Stats has to offer in a dynamic and interactive way.</li></ol><p>VCS 2.0 has been engineered to include anything and everything a data-lover could want and need. This includes new tools being built such as economic, X and Authority node dashboards as well as things like Tax &amp; Transaction Fee calculators.</p><p>Rest assured that the VeChain Stats team has no plans of slowing down. In the coming weeks, we will be releasing additional platform upgrades and giving the community even more insights about the future of VeChainStats in the form of a roadmap. Don’t forget to follow our socials at the bottom of this article to stay up to date with everything!</p><h3>About VeChainStats</h3><p>Founded in 2017, Stats is the leading blockchain data analytics platform on the VeChainThor Blockchain. VeChain Stats provides the community and ecosystem an advanced data analytics platform and block explorer with real-time information regarding on-chain metrics over transactions, tokens, NFTs, and more.</p><p>For more info around VeChainStats, please follow or contact our social media channels:</p><p><a href="https://discord.gg/DwQ6AsvzvK">Discord</a> — <a href="https://t.me/vechainstats">Telegram</a> — <a href="https://twitter.com/VeChainStats">Twitter</a> — <a href="mailto:team@vechainstats.com">Mail</a> — <a href="https://vechainstats.com">Website</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=3eb25a5f9c9e" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[The VeChain Stats Version 2.0 Beta Release!]]></title>
            <link>https://vechainstats.medium.com/the-vechain-stats-version-2-0-beta-release-d789d156b69d?source=rss-6c45a9ad9727------2</link>
            <guid isPermaLink="false">https://medium.com/p/d789d156b69d</guid>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[data-analytics]]></category>
            <category><![CDATA[vechain]]></category>
            <category><![CDATA[website]]></category>
            <dc:creator><![CDATA[VeChain Stats]]></dc:creator>
            <pubDate>Fri, 31 Dec 2021 13:58:33 GMT</pubDate>
            <atom:updated>2021-12-31T15:32:24.844Z</atom:updated>
            <content:encoded><![CDATA[<p>During this time of family &amp; festivities, the VeChainStats (VCS) team has something very special to share with the #VeFam. We are excited to invite the community to participate in beta testing of the new and improved VCS 2.0 platform!</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*mB2AhdrCPbkBAn4r0j0BLg.png" /><figcaption>Visual makeover, interactive graphs and new statistics to interact with the blockchain!</figcaption></figure><p>VeChain Stats 2.0 includes a complete visual makeover, a block explorer, new data metrics and features, and an all-new interactive graph engine powered by <a href="https://zoomcharts.com/en/">ZoomCharts</a>. The highly improved performance and real-time insights allow users to visualize big-data in a way they never could before.</p><p>This beta release is the first step in the transition to VCS 2.0. We are gearing up to provide amazing NFT data analytics and brand-new market data the ecosystem has not seen before. Historical value-based taxation tools, in-depth and additive data filtering options, brand-new data insights into accounts/contracts, and more features are on their way. More advanced users will be provided in the future with premium features.</p><p><strong>A total of 50 people are invited to come join us in our Beta Testing to discover for yourself what the website relaunch has to offer!</strong> On the 8th of January, we will open up to these 50 chosen ones. We would like to ask everyone interested in joining our <a href="https://discord.gg/DwQ6AsvzvK">Discord</a> and voice your interest in the main channel. In the coming days, 50 #VeFam members will get the beta tester role which opens up channels for instruction and direct feedback.</p><p>Of course, we will not forget the loyal community members that shared this experience with us. We expect to surprise our Beta testers somewhere during Q1, depending on the amount of valuable feedback and ideas delivered.</p><p><strong>About VeChain Stats</strong></p><p>Founded in 2017, VeChain Stats is the leading blockchain data analytics platform for the VeChainThor ecosystem. VeChain Stats provides the community and ecosystem with real-time information on the blockchain, develops useful dApps and supports the VeChain community.</p><p>The VeChain Stats mission is to provide the VeChain ecosystem with valuable data insights and outstanding tools as well as providing powerful dApps.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=d789d156b69d" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>