<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Nano Blog</title>
        <link>https://nano.org/en/blog</link>
        <description>RSS feed for Nano Blog</description>
        <lastBuildDate>Wed, 27 May 2026 08:14:43 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>Feed</generator>
        <language>en-US</language>
        <image>
            <title>Nano Blog</title>
            <url>https://nano.org/images/social-cards/nano.png</url>
            <link>https://nano.org/en/blog</link>
        </image>
        <item>
            <title><![CDATA[Nano Ecosystem Round Up of 2026 So Far]]></title>
            <link>https://nano.org/en/blog/nano-ecosystem-round-up-of-2026-so-far--64683a73</link>
            <guid>https://nano.org/en/blog/nano-ecosystem-round-up-of-2026-so-far--64683a73</guid>
            <pubDate>Wed, 20 May 2026 11:02:00 GMT</pubDate>
            <description><![CDATA[AI agents transacting on Nano mainnet, V29 is on the horizon, and the community has been building non-stop. Here is everything that has happened in the Nano ecosystem since January - all in one place.]]></description>
            <content:encoded><![CDATA[<h3>AI agents are now spending money by themselves. They picked Nano.</h3>
<p>Since January 2026, the first autonomous AI agents have started transacting on Nano mainnet, the developer stack to enable them has shipped in under 90 days, and the network itself is hardening to commercial grade in parallel. We wanted to collate all the happenings so far - from that agent infrastructure and node development to community-built tools, media coverage, and the numbers that show just how much is going on under the hood. Grab a cuppa as there is a lot to get through, including a sneak peek at V29!</p>
<h3>Node Development</h3>
<p><img src="https://write.nano.org/assets/4cdc7976-b048-4c01-b218-4a039de1887f?" alt="V29 Piotric" /></p>
<p><span style="text-decoration: underline;"><strong>V29 Piotric: integrity, resilience and bootstrap improvements</strong></span></p>
<p>V29, named Piotric, covers more ground than its predecessor. Where V28 concentrated on network resilience and the Bounded Block Backlog, V29 reaches broadly across the node stack and as such, is not defined by a single headline feature.</p>
<p><span style="text-decoration: underline;"><strong>Ledger integrity</strong></span></p>
<p>The most visible new protection in V29 is a coordinated set of fail-fast consistency checks. The representative weight map, one of the node's most critical components, used directly in quorum decisions, is now verified against the ledger on startup. Any divergence immediately aborts the process and writes diagnostic detail to the log. A corresponding balance consistency check does the same for ledger balances. Silent database corruption, which has historically been observed on nodes running the RocksDB backend, will now be caught immediately rather than propagating downstream. For operators who need to bypass these checks in specific circumstances, a <code>--skip_consistency_check</code> flag has been added.</p>
<p><span style="text-decoration: underline;"><strong>Bootstrap</strong></span></p>
<p>V29 fixes a performance regression introduced by V28's Bounded Block Backlog. The fixed 100,000-block limit was protecting the live network from resource exhaustion but also limiting bootstrap effectiveness by reducing the impact of optimistic elections during sync. V29 replaces this with a dynamic heuristic that raises the backlog limit progressively during bootstrap until the configured block count is reached, restoring sync speed without compromising live network protection.</p>
<p><span style="text-decoration: underline;"><strong>Topology indexing</strong></span></p>
<p>V29 introduces topology indexing support, adding topo_height computation to the ledger processor and implementing a topology index backfill. Two new CLI commands: <code>--populate_topo_index</code> and <code>--drop_topo_index</code> which give operators direct control over the index. This is low-level groundwork rather than a user-facing feature, but it gives the node better structural information about the ledger, creating a foundation for smarter and more scalable synchronisation behaviour in future releases.</p>
<p><span style="text-decoration: underline;"><strong>New operator tooling</strong></span></p>
<p>Three new CLI flags arrive in V29 that meaningfully improve how operators manage their nodes in practice. <code>--database_upgrade</code> handles explicit database upgrade operations. <code>--enable_rpc</code> allows RPC to be enabled at startup via flag rather than configuration alone. <code>--rollback</code> provides a mechanism for ledger rollback operations. These are the kinds of additions that reduce operational friction and make production nodes easier to manage with confidence.</p>
<p><span style="text-decoration: underline;"><strong>Scheduler and vote path</strong></span></p>
<p>The election scheduler has been substantially reworked in V29, rewritten to use a priority pool rather than its previous design. The optimistic scheduler main loop has also been reworked, and the request aggregator has been replaced with a dedicated vote replier. Election schedulers now receive explicit dependencies rather than reaching for them implicitly. These changes are largely invisible at the surface but represent a significant improvement to how the node handles elections internally, particularly under load.</p>
<p><span style="text-decoration: underline;"><strong>Wallet handling</strong></span></p>
<p>V29 includes a set of wallet-lock related improvements that have been a quiet source of operational friction. Unlock now correctly repopulates the representative key cache. Locked-wallet receivable scan behaviour has been made more predictable. Representative keys are cached more intelligently when the wallet is locked. These are not headline features, but they reduce confusion and improve day-to-day reliability for node operators running wallets in production.</p>
<p><span style="text-decoration: underline;"><strong>Database backend</strong></span></p>
<p>The RocksDB and LMDB backend work in V29 builds on the migration foundation laid in V28. Notable additions include optimisation of the RocksDB clear operation, a fix for LMDB null pointer undefined behaviour on empty values, read-only mode enforcement for LMDB databases, improved LMDB error detail in wallet store exceptions, a macOS debug build sandbox fix, and extraction of the LMDB wallet storage backend into its own component. The migration implementation itself now refuses to run if the source LMDB database is missing or a RocksDB destination already exists, and logs progress table by table during copy.</p>
<p><span style="text-decoration: underline;"><strong>Networking and observability</strong></span></p>
<p>The TCP channel queue has been optimised for improved networking efficiency. Negative block rate values in the node monitor are now handled correctly. The node will warn when ledger processing cooldown is active. A database value type refactor improves internal code clarity throughout.</p>
<p><span style="text-decoration: underline;"><strong>Bootstrap Strategy Improvements</strong></span></p>
<p>Piotr has been working on a new bootstrap strategy that could significantly improve the time it takes for a node to sync from scratch. Local test results show a full bootstrap completing in around five hours at approximately 10,000 blocks per second, which is a meaningful step forward. Beyond faster onboarding for new node operators, the work also has potential to improve mainnet maximum CPS, as out-of-sync nodes would be able to resync more quickly. You can follow the discussion <a href="https://discord.com/channels/370266023905198083/405506987045158914/1478385642357526681" target="_blank" rel="noopener">here</a>.</p>
<p><img src="https://write.nano.org/assets/65341405-c077-4f74-894b-abe87f495af3?" alt="V29 Bootstrapping" /></p>
<p><span style="text-decoration: underline;"><strong>Naming V29 Piotric</strong></span></p>
<p>Those who have followed Nano's node releases will know that the names are never arbitrary. Follis, Lydia, Siglos, Daric, V26 Tremissis, V27 Denarius and V28 Electrum; each one an ancient coin with a story behind it. V29 continues that tradition with a new twist.</p>
<p>The Daric was minted under the Persian king Darius, and became a standard for purity and trust. The Piotric takes that name forward: same construction, new meaning. Where the Daric honoured the king who struck it, the Piotric honours Piotr, Nano Foundation developer, long-time contributor, and the person behind some of the most significant node improvements of recent years including bootstrapping, election handling and efficiency work that continues to shape how the network performs today.</p>
<p>The name also carries the Daric's legacy forward rather than back. High-purity, trusted, a natural step toward Aureus, the Roman gold standard, which is exactly where V29 sits on Nano's pathway forward.</p>
<p>Naming a node release after a person is not something that happens lightly. It is a recognition of years of work done steadily, thoroughly, and with results that speak for themselves. Congratulations, Piotr!</p>
<p><span style="text-decoration: underline;"><strong>V28.1 and V28.2: Electrum patch releases</strong></span></p>
<p>Following the landmark <a href="https://nano.org/en/blog/v28-electrum-the-start-of-commercial-grade--1b8adb83" target="_blank" rel="noopener">V28 Electrum release</a>, which marked the beginning of Nano's transition to commercial grade, two patch releases were shipped in the first half of the year. V28.1 resolved occasional node crashes experienced by some V28.0 operators caused by missing sideband in election blocks. A straightforward but important fix for network stability.</p>
<p>V28.2 went further, introducing a ledger consistency check at startup so that corrupted ledger databases are detected immediately rather than going undetected and causing downstream issues. It also added representative weights verification and comprehensive ledger integrity checks, fixed race conditions, missing notifications and online representative weight sampling issues, and extended the bootstrap RPC commands with <code>bootstrap_status</code>, <code>bootstrap_reset</code> and <code>bootstrap_priorities</code> to help node operators debug and monitor the ascending bootstrapper.</p>
<p>V28.2 is the currently recommended version and all node operators should have upgraded. Release notes at <a href="https://docs.nano.org/releases/release-v28-2/" target="_blank" rel="noopener">docs.nano.org/releases/release-v28-2</a>.</p>
<p><span style="text-decoration: underline;"><strong>Developer Fund Allocation</strong></span></p>
<p>The Nano Developer Fund run by Bob (Gr0vity) has been put to work with 7,500 XNO allocated to support a formal, peer-reviewed academic paper exploring consensus variations for the Nano protocol thanks to Fiono. The paper will be presented at <a href="https://www.disc-conference.org/wp/disc2026/" target="_blank" rel="noopener">The International Symposium on Distributed Computing 2026 (DISC)</a> which is an international forum on the theory, design, analysis, implementation and application of distributed systems and networks. It is exactly the kind of long-term, foundational investment the community has been building toward. Read the full announcement with more detail on <a href="https://www.reddit.com/r/nanocurrency/comments/1qtwz9g/allocating_the_developer_fund_a_peerreviewed/" target="_blank" rel="noopener">Reddit</a>.</p>
<h3>Nano and the Rise of AI Agents</h3>
<p>If there is one theme that has defined early 2026 for Nano, it is AI agents. The x402 protocol, which enables machines to pay for API access with instant, feeless Nano transactions, has gone from a concept to a live ecosystem in a matter of months.</p>
<p><span style="text-decoration: underline;"><strong>NanoGPT: x402 AI inference, no API key required</strong></span></p>
<p>NanoGPT added x402 support, making it the first AI platform to offer x402 payments across multiple cryptocurrencies. For agents, the flow is exactly what the protocol promises: make an API call, receive a 402 Payment Required response, pay in XNO, and get the model response back. No API key, no account, no onboarding. Overpayments and billing reconciliation are handled automatically with instant refunds. A natural fit for the agent economy, and a meaningful signal that x402 is landing in production AI infrastructure. Find out more at <a href="http://nanogpt.com" target="_blank" rel="noopener">nanogpt.com</a>.</p>
<p><span style="text-decoration: underline;"><strong>x402nano: the developer resource hub</strong></span></p>
<p>Community developer NanoCharts open-sourced x402nano on GitHub in February, giving developers a single resource for integrating Nano payments over the x402 protocol. A Facilitator core component followed in March, allowing anyone to run their own Facilitator endpoint for third-party resource servers or self-host for their own use. Find both at <a href="https://github.com/x402nano" target="_blank" rel="noopener">github.com/x402nano</a> and <a href="http://github.com/x402nano/facilitator" target="_blank" rel="noopener">github.com/x402nano/facilitator</a>.</p>
<p><span style="text-decoration: underline;"><strong>NanoRoute: open-source x402 payment facilitator</strong></span></p>
<p>GrassfedCap open-sourced NanoRoute, an x402 payment facilitator for Nano that lets AI agents pay for APIs using XNO through the x402 protocol. In March, he also routed the first real AI agent micropayment through NanoRoute on Nano mainnet. This is real XNO, real routing fees, real on-chain settlement. The code is available at <a href="https://github.com/robgilmore26/nanoroute" target="_blank" rel="noopener">github.com/robgilmore26/nanoroute</a>.</p>
<p><span style="text-decoration: underline;"><strong>x402.NanoSession: internet-native API micro-payments</strong></span></p>
<p>Community developer cbrunnkvist announced x402.NanoSession, a protocol specification for internet-native API micro-payments over HTTP using Nano. An early look at the spec is available at <a href="https://csi.ninzin.net/x402.NanoSession/" target="_blank" rel="noopener">csi.ninzin.net/x402.NanoSession</a>.</p>
<p><span style="text-decoration: underline;"><strong>Nano-agent-wallet: TypeScript SDK for agent payments</strong></span></p>
<p>At the end of March, GrassfedCap open-sourced nano-agent-wallet, a TypeScript SDK that gives AI agents a fully functional Nano wallet in a single function call. Zero fees, sub-second finality, five payment methods. Exactly what the agent economy needs. The SDK is available at <a href="http://github.com/robgilmore26/nano-agent-wallet" target="_blank" rel="noopener">github.com/robgilmore26/nano-agent-wallet</a>.</p>
<p><img src="https://write.nano.org/assets/35cf9ff9-90e6-459d-bdf6-6d6bb021c5de?" alt="Nano Agent Wallet" /></p>
<p><span style="text-decoration: underline;"><strong>Pawl: the first autonomous AI agent on Subnano</strong></span></p>
<p>In January, community developer Noom launched Pawl, a canine autonomous agent running via Clawbot on Subnano. Pawl can buy posts with Nano via x402, comment on articles, tip authors and even create posts entirely on his own. It is a working proof of concept that Nano is ready for machine-to-machine commerce right now, no smart contracts or bridges required. Meet Pawl at <a href="https://subnano.me/@pawl/hi-im-pawl-a-pay-per-article-agent-on-subnano" target="_blank" rel="noopener">subnano.me</a>.</p>
<p><span style="text-decoration: underline;"><strong>Nano Bazaar: the AI-to-AI marketplace</strong></span></p>
<p>In February, <a href="https://www.youtube.com/live/dVaN_WPstac?si=8JbWg2yLfmvcZ58r" target="_blank" rel="noopener">Noom launched Nano Bazaar live on Chirag&rsquo;s Strawberry Labs Youtube channel</a> , an AI-to-AI agent marketplace where agents can post offers, accept jobs and exchange encrypted deliverables, all paid in Nano with instant settlement and zero fees. Alongside the marketplace, BerryPay CLI Wallet also launched, giving agents a command-line-first payment interface. The marketplace is live at <a href="https://nanobazaar.ai/" target="_blank" rel="noopener">nanobazaar.ai</a>.</p>
<h3>Platforms/Services: New &amp; Updated</h3>
<p><span style="text-decoration: underline;"><strong>Nagora: P2P marketplace</strong></span></p>
<p>Nagora went live in April as a peer-to-peer marketplace where you list, sell and get paid in Nano. Every trade is buyer-protected by escrow, sellers have ratings and direct messaging, and withdrawals settle in under a second. From sofas, to Dutch classes, we are excited to see how this marketplace grows!</p>
<p><img src="https://write.nano.org/assets/60d03242-ee29-4ce0-a75f-86ed39436d81?" alt="Nagora" /></p>
<p>If you sell on eBay, Amazon or Etsy and want to see how much you are leaving on the table in fees, Nagora has also launched a calculator to show you exactly that. Shop at <a href="https://nagora.shop/" target="_blank" rel="noopener">nagora.shop</a> and try the calculator at <a href="https://nagora.shop/calculator" target="_blank" rel="noopener">nagora.shop/calculator</a>.</p>
<p><span style="text-decoration: underline;"><strong>Nanswap Pro: instant offchain swaps</strong></span></p>
<p>Nanswap launched Nanswap Pro in February, bringing instant offchain swaps and limit orders to the Nano ecosystem. XNO to NanUSD and back, with market, +1%, +5% and +10% limit options, all in one clean interface. Access it at <a href="https://nanswap.com/pro" target="_blank" rel="noopener">nanswap.com/pro</a>.</p>
<p><span style="text-decoration: underline;"><strong>MuPay: privacy-conscious Nano payments</strong></span></p>
<p>MuPay was shared in April with a simple premise: online payments should be usage-based, privacy-conscious and controlled by the user. Most payment rails break that model. MuPay lets users define who can charge them, what they can charge for and how much. Built on Nano, so it is instant and feeless by default. Follow its progress towards launch on <a href="https://mupay.io/" target="_blank" rel="noopener">mupay.io</a>.</p>
<p><span style="text-decoration: underline;"><strong>Rimest: Nano payment system</strong></span></p>
<p>Rimest launched in May as a zero-fee payment processor built on the Nano network, aimed at merchants and creators who want straightforward payment infrastructure without the overhead. The pitch is simple: accept and send Nano payments with no transaction fees, fast integration, and settlement in seconds. For anyone selling digital goods, running a creative business or just wanting to get paid without a payment processor taking a cut, Rimest puts the full amount in your hands, instantly. Visit <a href="https://rimest.com" target="_blank" rel="noopener">rimest.com</a>.</p>
<p><img src="https://write.nano.org/assets/3d9ac6f7-b006-4e83-8284-7b537ceb41f2?" alt="Remist" /></p>
<p><span style="text-decoration: underline;"><strong>Nano.Auction: feeless live auctions</strong></span></p>
<p>Nano.Auction went live in April with the Genesis Key Founder Drop, offering 99 slots at 0.2 XNO or more. The platform runs feeless auctions where bids are made in XNO and overbid amounts are automatically refunded instantly. It is a natural fit for Nano, where the instant and feeless nature of the network means even very small bids create no friction. Browse active auctions at <a href="https://nano.auction/" target="_blank" rel="noopener">nano.auction</a> and we look forward to the platform coming out of beta.</p>
<p><span style="text-decoration: underline;"><strong>TimeProof.me: permanent messages on IPFS</strong></span></p>
<p>Pay a small amount of Nano and your message gets pinned to IPFS permanently with a CID anyone can verify through any gateway. Use cases include timestamped statements, predictions, art, manifestos and proof-of-publication. No KYC, no chargebacks, no card processor that can pull the plug on a permissionless publishing service. Try it at <a href="https://timeproof.me/" target="_blank" rel="noopener">timeproof.me</a>.</p>
<p><span style="text-decoration: underline;"><strong>XNO Chat: earn XNO from your chat room</strong></span></p>
<p>XNO Chat launched in early 2026 with a simple idea. Create a chat room on any topic and earn XNO tips from the pool wallet based on visitor traffic. The more visitors, the more you earn per minute. Chat rooms are currently free to create. Check it out at <a href="https://www.xno-chat.me/" target="_blank" rel="noopener">xno-chat.me</a>.</p>
<p><span style="text-decoration: underline;"><strong>AI Nano Music: monthly AI music contests</strong></span></p>
<p>AI Nano Music launched as a platform for monthly AI music generation contests powered by XNO. Creators submit AI-generated tracks, the community listens and votes, and winners earn Nano. It is a real economy for AI-generated creative work, built on a currency that makes micropayments easy <a href="http://ainanomusic.com" target="_blank" rel="noopener">ainanomusic.com</a></p>
<p><span style="text-decoration: underline;"><strong>feeless.money: Nano education chatbot</strong></span></p>
<p>feeless.money is a donation-funded Nano education chatbot that answers questions about Nano in any language, with no signup, no fees and no KYC. After a 200% rise in conversations, it is now officially listed on the Nano Hub in the Education category. Ask it anything at <a href="https://feeless.money" target="_blank" rel="noopener">feeless.money</a>.</p>
<p><span style="text-decoration: underline;"><strong>NanChat: launches developer integration guide</strong></span></p>
<p>NanChat has published a developer guide making it straightforward to add "Pay with NanChat" or "Login with NanChat" to any app. No SDK, no API keys, no server-side dependency on NanChat - it runs on Nano cryptography alone.</p>
<p>Payments open NanChat with a prefilled request in one tap. Login authenticates users by verifying a signed message from their Nano account. Two powerful integrations, zero infrastructure overhead. Read the developer docs at <a href="https://nanchat.com/developers/" target="_blank" rel="noopener">nanchat.com/developers/</a></p>
<h3>Developer Tools and Infrastructure</h3>
<p><span style="text-decoration: underline;"><strong>RPC.Nano.To: 2026 refresh</strong></span></p>
<p>Developer Esteban also shipped a full 2026 refresh of the platform, including an updated Nano and Wallet package, increased free RPC limits, fiat billing for monthly plans and an improved Developer Dashboard. A built-in live faucet was also added, so developers can claim Nano without leaving their code editor. Explore it at <a href="https://rpc.nano.to/" target="_blank" rel="noopener">rpc.nano.to</a>.</p>
<p><span style="text-decoration: underline;"><strong>Nano Adoption Awards: get paid to learn</strong></span></p>
<p>Alongside the RPC.Nano.To refresh, Esteban launched Nano Adoption Awards. Complete developer milestones like making your first RPC call, sending your first transaction or reaching 100 sends, and earn Nano for each one. A smart way to lower the barrier to entry and reward developers for actually building. Get started at <a href="https://rpc.nano.to/faucet" target="_blank" rel="noopener">rpc.nano.to/faucet</a>.</p>
<p><span style="text-decoration: underline;"><strong>nano25519: fastest Nano cryptography library</strong></span></p>
<p>Developer Chris released nano25519, described as the fastest library for Nano public key derivation, block signing and signature verification. A low-level but important building block for anyone building on the Nano network. Find it on npm at <a href="https://www.npmjs.com/package/nano25519" target="_blank" rel="noopener">npmjs.com/package/nano25519</a>.</p>
<p><span style="text-decoration: underline;"><strong>NanoGate: smart contracts meet Nano</strong></span></p>
<p>NanoGate opened its public beta in March, enabling smart contract applications to access Nano via the Internet Computer Protocol. No bridges, no wrapping, no oracles. ICP canisters can make direct RPC calls to the Nano network through NanoGate, with over 30 RPC actions available. A significant step toward making Nano programmable without changing what makes it great. Try the beta at <a href="https://nanogate.run/" target="_blank" rel="noopener">nanogate.run</a>.</p>
<p><span style="text-decoration: underline;"><strong>ArmourNode: new PR for decentralisation</strong></span></p>
<p>Armour Hosting launched ArmourNode in March, a new node on the Nano network with the goal of strengthening decentralisation and supporting the fast, feeless future of the network. Every new node operator matters and this one reached Principal Representative status within an hour of sharing! Read the announcement <a href="https://x.com/Armour_Hosting/status/2029912480260948455?s=20" target="_blank" rel="noopener">here</a>.</p>
<p><img src="https://write.nano.org/assets/206d13e9-be02-4dcf-958a-4d4fb847bf36?" alt="Armournode Representative" /></p>
<p><span style="text-decoration: underline;"><strong>OpenWallet Standard adds Nano</strong></span></p>
<p>OpenWallet Standard added support for Nano in April via a community pull request. A quiet but meaningful step toward broader wallet compatibility for AI agents. Read more <a href="https://x.com/OpenWallet/status/2046653395629441503?s=20" target="_blank" rel="noopener">here</a>.</p>
<p><span style="text-decoration: underline;"><strong>FinchPay: EU regulated on-ramp launched 0% purchasing fees for a week</strong></span></p>
<p>FinchPay relaunched Nano in late 2025, establishing an EU-regulated on-ramp. It provides global Visa/Mastercard coverage (120+ countries) and local payment methods in Brazil, Mexico, and Indonesia. Purchases support EUR, USD, BRL, MXN, and IDR, with a no-KYC flow available for small transactions. This regulated infrastructure increases Nano's accessibility and they kindly had 0% purchasing fees for a week in February - we love this kind of support! Find out more at <a href="https://finchpay.io/" target="_blank" rel="noopener">finchpay.io</a>.</p>
<p><span style="text-decoration: underline;"><strong>NanoNerd.org: customisable Nano hub</strong></span></p>
<p>TimeForPlanX launched NanoNerd.org in April as an interactive and customisable Nano hub for the desktop. It includes a chat interface dedicated to Nano, a live XNO Matrix visualiser, directories of wallets, websites and representatives, and live network stats, all wrapped in an all-in-one UI with customisable colours, wallpapers and a choice of Windows XP or macOS interface design. Explore it at <a href="https://nanonerd.org/" target="_blank" rel="noopener">nanonerd.org</a>.</p>
<p><span style="text-decoration: underline;"><strong>Subnano: micro-economy features shipping fast</strong></span></p>
<p>Subnano shipped a significant round of updates in February, adding post reactions with instant tipping, comment reactions and tipping, a Momentum leaderboard and creator stats. The platform's micro-economy primitives are taking real shape. Explore it at <a href="https://subnano.me/" target="_blank" rel="noopener">subnano.me</a>.<br /><br /><span style="text-decoration: underline;"><strong>TheNanoButton: final numbers</strong></span></p>
<p>Ben launched TheNanoButton.com in February, a simple site that gives away Nano to everyone, humans and AI agents alike, with a single button press.</p>
<p><img src="https://write.nano.org/assets/59caa593-8891-4c47-b39c-806a95f141e8?" alt="Nanobutton" /></p>
<p>When the button closed in March the final numbers were remarkable: 2,992,007,593 total clicks, 1.36 million unique visitors, 379,823 on-chain transactions, 4,131 XNO given away for free, and 363 million requests served. Every withdrawal confirmed in less than a second. See the site at <a href="https://thenanobutton.com/" target="_blank" rel="noopener">thenanobutton.com</a>.</p>
<p><span style="text-decoration: underline;"><strong>NanBTC: wrapped Bitcoin on Nano</strong></span></p>
<p>Nanswap launched NanBTC in February, a wrapped Bitcoin with zero fees and near-instant transactions, built on Nano backed 1:1 by public BTC reserves. A useful bridge between the two ecosystems and a demonstration of what Nano's rails can do. Find it at <a href="https://nanbtc.com/" target="_blank" rel="noopener">nanbtc.com</a>.</p>
<h3>Games</h3>
<p>The gaming corner of the Nano ecosystem has had a busy start to 2026. Whether you want to farm virtual broccoli, solve a murder mystery, fish for XNO or build a spaceship with your clan, there is something here for you.</p>
<p><span style="text-decoration: underline;"><strong>Nanogotchi: clans, spaceships, mysteries and more</strong></span></p>
<p>Nanogotchi has had a remarkable run of updates in 2026. The game, which lets you raise a virtual pet while earning Nano, added the ability to sell broccoli for real Nano, a global chat feature and playability without a wallet, all in the first quarter. Then in April, the team went further still, introducing clans with shared treasuries, spaceship building and full planet conquest mechanics. Forest Horsman, Nanogotchi&rsquo;s developer also launched Dead Air, a Nano noir murder mystery where you pay XNO to play and earn a percentage back depending on how quickly you solve the case. Every playthrough is different. Play at <a href="https://nanogotchi.com/" target="_blank" rel="noopener">nanogotchi.com</a> and try Dead Air at <a href="https://nanogotchi.com/mystery/" target="_blank" rel="noopener">nanogotchi.com/mystery</a>.</p>
<p><span style="text-decoration: underline;"><strong>NanDash: multiplayer minigames</strong></span></p>
<p>NanDash launched as a web app for multiplayer minigames where you can bet and play with Nano for free. It started as a minigames bot on NanChat and has evolved into a full standalone platform. Play at <a href="https://nandash.com/" target="_blank" rel="noopener">nandash.com</a>.</p>
<p><span style="text-decoration: underline;"><strong>Fishing Frenzy: catch and earn XNO</strong></span></p>
<p>Fishing Frenzy is a real-time multiplayer game where every catch pays out Nano directly to your wallet. It features 16 or more species, 1.5x tournament rewards and live leaderboards. Currently running as a faucet with entertainment built in. Find it at <a href="https://xno-fishing.space/" target="_blank" rel="noopener">xno-fishing.space</a>.</p>
<p><span style="text-decoration: underline;"><strong>Nano BrowserQuest: now on Roblox</strong></span></p>
<p>Community developer Dry_Potential5880 has been working on a Roblox port of the classic Nano BrowserQuest game. Players earn small amounts of Nano through achievements and by defeating the skeleton king, and can spend Nano on in-game items. The game is live <a href="https://www.roblox.com/games/93320227494031/Nano-BrowserQuest" target="_blank" rel="noopener">here</a>.</p>
<p><span style="text-decoration: underline;"><strong>Office Chair Curling</strong></span></p>
<p>A fun one to close the games section: you can now buy Office Chair Curling with Nano via nanopay.me. Easy checkout, instant settlement. Available at <a href="https://osuika.games/" target="_blank" rel="noopener">osuika.games</a>.<br /><br /></p>
<div style="padding-bottom: 56.25%; position: relative; display: block; width: 100%;"><iframe style="position: absolute; top: 0; left: 0;" src="https://www.youtube.com/embed/w-MSj_MrDlw" width="100%" height="100%" frameborder="0" allowfullscreen="allowfullscreen">
  </iframe></div>
<h3>Nano in the Media</h3>
<p><span style="text-decoration: underline;"><strong>What If Money Worked Like Email?</strong></span></p>
<p>In February, Nano Foundation Director George Coxon published a piece for EcoHustler making the case that email made communication instant, free and borderless &mdash; while money still works like a 1980s postal service. With 1.3 billion people locked out of financial systems and 1.2 billion climate-displaced people projected by 2050, the argument has real urgency. Read it at <a href="https://ecohustler.com/technology/what-if-money-worked-like-email" target="_blank" rel="noopener">ecohustler.com</a>.</p>
<p><span style="text-decoration: underline;"><strong>HackerNoon: a currency that actually works</strong></span></p>
<p>HackerNoon published a piece in March making the case for Nano as a currency with genuine real-world utility, held back not by technology but by economics. A thoughtful and well-circulated read for anyone who wants a plain-English primer on what makes Nano different. Read it at <a href="https://hackernoon.com/nanos-pitch-a-currency-that-actually-works" target="_blank" rel="noopener">hackernoon.com</a>.</p>
<p><span style="text-decoration: underline;"><strong>Record NPM downloads</strong></span></p>
<p>In February, the nanocurrency NPM package hit a record 176,569 monthly downloads, the highest figure ever recorded for the package. Developer interest in building on Nano is clearly growing. Track it at <a href="https://www.npmjs.com/package/nanocurrency" target="_blank" rel="noopener">npmjs.com/package/nanocurrency</a>.</p>
<p><span style="text-decoration: underline;"><strong>Nano song on Spotify</strong></span></p>
<p>The Crypto Corner Shop team released a nano-inspired song to Spotify in February. Stream it at <a href="https://open.spotify.com/track/4ePLLWcaCDdVnyXUB8u9J8" target="_blank" rel="noopener">open.spotify.com</a>.</p>
<p><span style="text-decoration: underline;"><strong>The Raw: weekly Nano micro magazine</strong></span></p>
<p>Community member moncho launched The Raw in February, a weekly micro magazine for the Nano community. Issue 01 arrived in week 8 of 2026 and features an editorial, a look at the Nano Preside, Rawdom (the history of coffee) and the cold wallet. A charming and different kind of community media.</p>
<h3>The Numbers That Matter</h3>
<p>Beyond the individual launches and updates, a few numbers are worth stepping back to appreciate.</p>
<ul>
<li>TheNanoButton had 363 million requests and 1.36 million unique visitors, all confirmed in under a second, all with zero fees.</li>
<li><span style="font-weight: 400;">The nanocurrency NPM package hit a record 176,569 downloads in a single month in February 2026.</span></li>
<li><span style="font-weight: 400;">The entire x402 developer stack - from Pawl's first autonomous transaction in January to a full suite of open-source tools, SDKs and marketplaces shipped in under 90 days.</span></li>
<li><span style="font-weight: 400;">feeless.money saw a 200% rise in conversations, driven by people around the world asking questions about Nano in their own language, with no signup and no fees.</span></li>
<li><span style="font-weight: 400;">V29 changeset touches 672 files - 67.5% of the tracked repository with 71,391 lines of churn across the codebase..</span></li>
<li><span style="font-weight: 400;">7,500 XNO from the Developer Fund is going toward a peer-reviewed academic paper on consensus variations, to be presented at a Tier A conference.</span></li>
<li><span style="font-weight: 400;">Not a single network fee has been paid on the Nano network since it began operation over ten years ago.</span></li>
</ul>
<p><span style="font-weight: 400;">If you want to try Nano for the first time, visit <a href="https://nano.org/en/try-nano" target="_blank" rel="noopener">nano.org/en/try-nano</a>. If you want to build on Nano, start at <a href="https://docs.nano.org" target="_blank" rel="noopener">docs.nano.org</a>. And if you want to see everything the ecosystem has to offer, explore <a href="https://hub.nano.org" target="_blank" rel="noopener">hub.nano.org</a>.</span></p>
<p><strong>Here is to everything the second half of 2026 brings Ӿ</strong></p>]]></content:encoded>
            <enclosure url="https://write.nano.org/assets/3c78e21c-9660-4897-8db4-f9df97e8e0a8?key=article-top" length="0" type="image//assets/3c78e21c-9660-4897-8db4-f9df97e8e0a8"/>
        </item>
        <item>
            <title><![CDATA[What If Money Worked Like Email?]]></title>
            <link>https://nano.org/en/blog/what-if-money-worked-like-email--de760659</link>
            <guid>https://nano.org/en/blog/what-if-money-worked-like-email--de760659</guid>
            <pubDate>Fri, 27 Feb 2026 10:18:30 GMT</pubDate>
            <description><![CDATA[Email made communication instant, free & borderless, however money still works like a 1980s postal service. Nano fixes this. Zero fees. Under half a second and using less energy than a Google search.]]></description>
            <content:encoded><![CDATA[<p>Send &pound;50 to a friend in London and it can be instant and free. Now send it to someone in Manilla and suddenly you're paying fees, waiting days, wondering if it arrived. Try sending &pound;0.50 anywhere and the transaction costs more than the money itself.</p>
<p>In the 1990s, email made communication instant and free regardless of distance or amount. You could send a message to Tokyo or a file to Berlin without calculating costs per kilobyte. It just worked.</p>
<p>Money still operates like postal services in the 1980s. A few countries built instant payment rails, Faster Payments in the UK, Zelle in the US, SEPA Instant in the EU.</p>
<p>But try sending that &pound;50 to someone in Nigeria or Vietnam and suddenly you are back in Western Union territory: 7% fees, two-day waits and the requirement of visiting a physical location. While accepting payments as a small business means paying 1.5-3% per transaction. In addition to these issues, what if your bank decides to debank you, or if you're among the 1.3 billion adults worldwide without a bank account? These &lsquo;instant&rsquo; systems only work within their walled gardens, propped up by the banking infrastructure they supposedly bypass.</p>
<p>There's another problem, although much less visible, even when your bank transfer feels instantaneous, it is running on energy-hungry infrastructure of data centres, clearing houses, and verification networks processing billions of transactions daily. That &pound;50 you sent? It powered through institutional machinery that's been consuming electricity since the 1970s.</p>
<p>Email didn't just make sending letters faster, it removed the postal system from the equation. What if money could experience the same revolution? Nano is digital money that can be sent anywhere in the world in under half a second, with zero fees, using less energy than a blink of an LED. Bypassing banks, crossing all borders and transferring solely under the control of the individual.&nbsp;</p>
<h2>Why Efficiency Matters Now</h2>
<p>Technology follows similar principles to biological evolution. Systems that waste resources are filtered out. The difference is that while biological evolution takes millennia, technological evolution can happen in decades or years when the pressure is intense enough. Right now, the pressure is immense.</p>
<p>The climate crisis is putting evolutionary pressure on every human system. We're being forced to ask which of our technologies work in a resource-constrained world? Which can adapt, and which will collapse under their own inefficiency?</p>
<p>Data centres already consume 1-1.5% of global electricity. With AI's growth, this could reach 3-4% by 2030. We can't afford to add more energy-intensive systems. Every inefficiency in our existing infrastructure, including how we move money, becomes a liability.</p>
<p>The systems that survive aren't always the strongest or most established. They're the ones that can do more with less.</p>
<h2>Why "Solved" Payments Aren't Actually Solved</h2>
<p>Domestic instant payments are impressive. The UK's Faster Payments Service processes over 5 billion transactions annually. For those of us with stable bank accounts in stable countries, money has never moved more smoothly. But this convenience hides a crucial reality: these systems aren't solutions, they're privileges.</p>
<p>Although the existing solutions work well enough inside their own walled gardens, people face issues when trying to operate beyond these limits. Popular financial platform, Revolut charges up to 5% or a $10 flat fee (whichever is greater) for transfers to non-Revolut accounts, plus weekend conversion fees. Global remittances, money sent by migrants to families back home, cost an average of 6.49% per transaction. That's &pound;34 billion extracted annually from people who can least afford it. A Kenyan domestic worker in London sending &pound;200 home loses &pound;12.50 to fees before their family sees a penny.</p>
<p>There exists this 'permission problem', wherein your Faster Payment only works because your bank allows it to. Lebanese citizens who watched their banking system collapse starting in 2019 know exactly how "instant" their payments felt when banks refused to process withdrawals. Or Cypriots who woke up in 2013 to discover the government had taken 47.5% of their deposits overnight. Or Canadian truckers in 2022 whose accounts were frozen without judicial process. These weren't authoritarian regimes, these were developed Western democracies with 'robust' financial infrastructure.</p>
<p>The infrastructure problem runs deeper. Every Faster Payment, every Venmo transfer, every SEPA transaction relies on the same energy-intensive centralised banking system. Visa's network processes 65,000 transaction messages per second at peak times, requiring vast server farms running 24/7. One transaction uses approximately 0.0008 kWh, infrastructure that requires constant power, constant maintenance, and constant intermediaries extracting value at every layer.</p>
<p>Despite this extensive system, 1.3 billion adults globally remain completely excluded from the formal financial system. For them, these instant payment systems might as well not exist. When we talk about &lsquo;solved&rsquo; payment problems, we're really talking about solved payment problems for the privileged minority with stable banking systems in stable countries.</p>
<div style="padding-bottom: 56.25%; position: relative; display: block; width: 100%;"><iframe style="position: absolute; top: 0; left: 0;" src="https://www.youtube.com/embed/iKt9KepQQF4" width="100%" height="100%" frameborder="0" allowfullscreen="allowfullscreen">
  </iframe></div>
<h2>The Macro Context: Why This Matters Now</h2>
<p>Climate displacement, the forced or voluntary movement of people due to climate change impacts like floods, droughts, and sea-level rise, is already here. The Internal Displacement Monitoring Centre recorded 32.6 million new internal displacements due to disasters in 2022 alone. By 2050, as many as 1.2 billion people may be displaced by climate change. These are people who need to move wealth across borders, often without documentation, often without banking relationships. When your village floods, you don't have time for correspondent banking.</p>
<p>As climate displacement accelerates, the number of people needing borderless, permissionless financial infrastructure will explode. As geopolitical tensions fracture global systems, the fragility of centralised banking becomes existential.</p>
<p>De-globalisation is fracturing the systems we've taken for granted. Supply chains that worked for 40 years are being dismantled for &lsquo;national security&rsquo;. Trade relationships are being weaponised. Capital controls are returning. Yet people's lives remain cross-border. They need financial infrastructure that works regardless of the geopolitical temperature.</p>
<p>Banking instability is no longer theoretical. In March 2023, Silicon Valley Bank collapsed in 48 hours, the second-largest bank failure in US history. Credit Suisse, a 167-year-old institution, was emergency-merged with UBS. When faith in institutions evaporates this quickly, alternatives stop being interesting and start being essential.</p>
<p>Another major issue, previously mentioned, is power consumption. Gartner (November 2025) estimates global data center consumption at 448 TWh for 2025, representing a 16% increase from 2024. The IEA projects that total data center consumption will reach 945 TWh by 2030, comparable to the total electricity consumption of Japan. We cannot add more energy-intensive systems to this load. Traditional cryptocurrency mining already uses approximately 150 TWh annually - more than the entire country of Argentina.</p>
<p>These trends aren't separate but interlinked. Climate displacement creates migration, which triggers political backlash, which leads to authoritarianism, which weaponises financial systems, which excludes vulnerable populations, which creates instability, and our banking systems are woven in at every step.</p>
<h2>What Actually Happens When You Send a Nano Transaction</h2>
<p>Strip away the complexity and money is just information. "<em>You have this much, I have this much, you're sending me some of yours.</em>" Every payment system is about verifying and recording this information transfer. The question is how much energy and infrastructure needs to be used to do it.</p>
<p>When you send money to a friend through traditional banking rails, that information passes through your bank's servers, through clearing systems, through the recipient's bank, each step requiring verification, intermediaries, and energy.</p>
<p>Bitcoin and early cryptocurrencies tried to solve this by removing banks but created a different problem: they require thousands of computers worldwide to compete to verify every transaction through energy-intensive "mining." Bitcoin's proof-of-work mining consumes approximately 175 TWh annually. While some sources calculate this as ~1,400 kWh 'per transaction&rsquo; (the same as powering a UK household for 6.1 months), however this metric is controversial because Bitcoin's energy use is spent securing blocks, not processing individual transactions, and remains relatively constant regardless of transaction volume. The energy secures the entire network, not individual payments.</p>
<p>Nano takes a completely different approach. Instead of one shared ledger that everyone fights to update, each user has their own blockchain within a "block-lattice" structure. Think of it like everyone having their own account book rather than one giant community book that thousands of people need to verify simultaneously.</p>
<p>When you send Nano to someone, only two accounts need to update: yours (sending) and theirs (receiving). There's no mining, no competition, no proof-of-work arms race. The network confirms these updates through a lightweight voting system run by representatives - nodes operated by users, exchanges, and organisations with a stake in the network's success. These nodes don't get paid; they run because having a functioning network benefits them.</p>
<p>The result? A single Nano transaction uses approximately 0.000112 kWh. That's less energy than a single Google search (0.0003 kWh). To put this in perspective:</p>
<ul>
<li>Nano transaction: 0.000112 kWh</li>
<li>Google search: 0.0003 kWh&nbsp;</li>
<li>Visa infrastructure per transaction: 0.0008 kWh</li>
<li>Bitcoin transaction: approximately 1,400 kWh</li>
</ul>
<p>Bitcoin currently has the following annualised footprints which are frankly shocking (taken from <a href="https://digiconomist.net/bitcoin-energy-consumption" target="_blank" rel="noopener">https://digiconomist.net/bitcoin-energy-consumption</a>) while only ever able to make 7 transactions per second, globally taking anywhere from 10 minutes to several hours, or even days.&nbsp;</p>
<p><img src="https://write.nano.org/assets/c96c1659-076a-4213-822c-e37c9067a464?key=article-body" alt="Annualized Total Bitcoin Footprints" /></p>
<p>Nano on the other hand has transactions settle in under a second, typically 0.3 seconds. There are no network fees, not "low fees" but literally zero, because there is no mining to pay for. It works the same whether you are sending across the street or across the world, &pound;5 or &pound;5,000. No intermediary can block it, no government can freeze it, no bank can decide whether you are not allowed to participate.</p>
<h2>Where Crypto Should Be Going (But Mostly Isn't)</h2>
<p>The cryptocurrency space is having an identity crisis. Most of the industry is still copying Bitcoin's homework &nbsp;with proof-of-work mining, energy-intensive verification, speculation over utility. The environmental devastation is treated as an acceptable cost of &lsquo;decentralisation'. It isn't.</p>
<p>The "Bitcoin uses renewable energy" argument has become the industry's go-to defence. This is nonsense. Using renewable energy for wasteful computation doesn't make the computation less wasteful - it makes the renewable energy wasted. Every megawatt-hour spent on Bitcoin mining is a megawatt-hour that could replace fossil fuels elsewhere, be stored in batteries, or power industrial processes. The opportunity cost is enormous. Most Bitcoin mining still relies on fossil fuels, estimates from Cambridge Centre for Alternative Finance in their Digital Mining Industry Report (April 2025) state: 52.4% from non-fossil sources (42.6% renewables + 9.8% nuclear), with fossil fuels at 47.6% (38.2% natural gas, 8.9% coal, 0.5% oil).</p>
<p>Ethereum's pivot to proof-of-stake in September 2022 was presented as a solution. And to be fair, it was significant: Ethereum's energy consumption dropped by approximately 99.95%. This deserves recognition, it is proof the industry can change when the pressure is sufficient.</p>
<p>But proof-of-stake creates different problems. It concentrates power in the hands of large holders. It requires complex mechanisms to prevent bad behaviour. It still involves substantially more computational overhead than necessary. Ethereum reduced energy consumption from catastrophic to merely substantial. Progress? Certainly. Sufficient? Not remotely.</p>
<p>What's happening in regulatory rooms matters more than crypto Twitter. The EU's Markets in Crypto-Assets (MiCA) regulation includes disclosure requirements for energy consumption and environmental impact. The UK's Financial Conduct Authority is exploring similar frameworks. As banks and payment processors face increasing ESG scrutiny, energy-intensive cryptocurrencies become liabilities rather than innovations.</p>
<p>Central banks worldwide are exploring Central Bank Digital Currencies (CBDCs), over 130 countries representing 98% of global GDP. China's digital yuan is already in widespread use. The EU's digital euro is in development. The Bank of England is actively exploring a &lsquo;digital pound&rsquo;.</p>
<p>Most CBDCs are designed for maximum control, not maximum freedom. They are programmable money that governments can switch off, redirect, or constrain. China's digital yuan already includes technical capability for the government to control exactly how and where money is spent. This is banking infrastructure with authoritarian characteristics baked in at the protocol level.</p>
<p>Money must become simpler, faster, cheaper, and cleaner - or it will be replaced by systems that are.&nbsp;</p>
<p>The UN estimates there are currently 100 million forcibly displaced people worldwide, a number that's doubled in the past decade. The Internal Displacement Monitoring Centre projects 1.2 billion climate migrants by 2050. The number of people who exist outside traditional financial infrastructure won't decrease, it will only climb further.</p>
<p>Lebanese citizens weren't 'unbanked&rsquo; until suddenly they were while Cypriots didn't expect bail-ins until it happened. SVB depositors thought their money was safe until a Friday afternoon when it wasn't. The uncomfortable truth is that we are all potentially one crisis away from joining them.</p>
<p>The privilege of stable banking isn't permanent. It's a temporary luxury afforded by fortunate geography and timing. As climate change accelerates, as political systems destabilise, as banking crises recur with increasing frequency, the question stops being &lsquo;who needs alternatives?&rsquo; and becomes &lsquo;who doesn&rsquo;t?'</p>
<h2>"Too Good to Be True"</h2>
<p>The inevitable response is if Nano is so efficient, so fast, so cheap, why isn't everyone using it already? It's a fair question. The answer has two parts: network effects are real and powerful, but they can be overcome when conditions change.</p>
<p>Email took decades to replace fax machines despite being obviously superior. Electric vehicles languished for a century. The internet existed for military and academic use for 20 years before the general public saw any value in it. Transformative technologies typically have long gestation periods where they seem like solutions in search of problems - right up until they become obviously essential.</p>
<p>Nano has been running since 2015, nearly a decade of proven reliability and security without the spectacular collapses that have plagued other cryptocurrencies. But it lacks the speculative hype that drives mainstream attention. There's no mining to incentivise armies of evangelists. There are no transaction fees to fund marketing campaigns. It simply works, efficiently and quietly, for people who need it to work.</p>
<p>The Nano Foundation operates as a non-profit volunteer organisation with no equity, no shares, and no venture capital funding. Its directors and ethics cannot be bought. There's no ICO wealth to fund Super Bowl advertisements. This absence of profit motive means Nano lacks the marketing machinery that propelled other cryptocurrencies into mainstream consciousness, but it also means the technology can focus purely on utility rather than investor returns.</p>
<p>Conditions are currently shifting with energy costs rising and climate pressure intensifying. Banking instability is recurring more frequently while political systems are fragmenting. Each crisis creates a new wave of people who discover that &lsquo;wait and see&rsquo; isn't an option when your bank has collapsed or your currency has hyperinflated.</p>
<p>The early internet comparison is instructive. In 1995, most people couldn't explain why they'd need email or web browsing. "I can already send letters and read newspapers," they'd say. By 2005, the question seemed absurd. What changed wasn't the technology, email worked the same in 1995 as it did in 2005. What changed was that conditions made the old way increasingly untenable.</p>
<p><img src="https://write.nano.org/assets/1b0c731b-d85a-4f9b-867d-2ba0a86a340d?key=article-body" alt="Internet a Passing Fad" /></p>
<h2>Choosing Your Path Forward</h2>
<p>Money is just information about who owes what to whom. The question is how much infrastructure, energy, institutional control, and extraction we're willing to tolerate to move that information around. For decades, the answer was &lsquo;however much it takes&rsquo; because we could afford it. We no longer can.</p>
<p>The tools exist now. Nano is proof that money can be instant, free, borderless, and efficient without sacrificing security or decentralisation. Whether Nano specifically succeeds or whether other efficient systems emerge matters less than the principle: the future belongs to technologies that waste nothing because there will be nothing left to waste.</p>
<p>We can build better infrastructure, or we can insist that the old systems are unsinkable. Either way, we're going to find out what survives.</p>
<hr />
<p>Learn more about Nano: <a href="https://nano.org" target="_blank" rel="noopener">https://nano.org</a></p>
<p>Try Nano for free: <a href="https://nano.org/en/try-nano" target="_blank" rel="noopener">https://nano.org/try-nano</a></p>]]></content:encoded>
            <enclosure url="https://write.nano.org/assets/03b1deed-dcd1-490c-b8ea-9abfa01649eb?key=article-top" length="0" type="image//assets/03b1deed-dcd1-490c-b8ea-9abfa01649eb"/>
        </item>
        <item>
            <title><![CDATA[Beyond Borders: How BizMerchant and Nano Are Shaping the Future of Global Commerce]]></title>
            <link>https://nano.org/en/blog/beyond-borders-how-bizmerchant-and-nano-are-shaping-the-future-of-global-commerc--256113e3</link>
            <guid>https://nano.org/en/blog/beyond-borders-how-bizmerchant-and-nano-are-shaping-the-future-of-global-commerc--256113e3</guid>
            <pubDate>Mon, 06 Oct 2025 10:00:00 GMT</pubDate>
            <description><![CDATA[Enaanapu Gabriel organised the BizMerchant event 2025 - read his story and experience with the event.]]></description>
            <content:encoded><![CDATA[<p><span style="font-weight: 400;">Borders are no longer barriers. Fees are no longer inevitable. At BizMerchant 2025, one thing became clear: the rules of global commerce are being rewritten and small businesses are leading the charge.</span></p>
<h2><span style="font-weight: 400;">BizMerchant and Nano: Shaping the Future of Commerce</span></h2>
<p><span style="font-weight: 400;">The second edition of the BizMerchant Event gathered over 300 entrepreneurs, founders, and innovators&hellip; all eager to explore the future of payments, trade, and technology. With Nano as a headline supporter, the conversations revealed one clear truth: the future of commerce is already here.</span></p>
<p><span style="font-weight: 400;">From cross-border transactions to AI-driven tools, businesses that embrace these innovations will not just survive, they will thrive.</span></p>
<h2><span style="font-weight: 400;">My Journey into Web3 Commerce</span></h2>
<p><span style="font-weight: 400;"><img src="https://write.nano.org/assets/d38cdddd-1f21-4a96-a920-825131a8bab2?key=article-body" alt="2025 09 24 09.17.55" /></span></p>
<p><span style="font-weight: 400;">My name is Enaanapu Gabriel, also known as Mr. Gabs, from the city of Port Harcourt. What began as a personal journey as a Nano ambassador and a random writer on LinkedIn has now grown into something larger, a movement to reimagine global trade.</span></p>
<p><span style="font-weight: 400;">Through BizMerchant, I&rsquo;ve joined a campaign centered around cross-border trade, digital finance, and emerging tools that empower small businesses to think beyond borders.</span></p>
<h3><span style="font-weight: 400;">AltPayments for Global Commerce</span></h3>
<p><span style="font-weight: 400;">The August 23rd BizMerchant Event carried the theme <em>&ldquo;AltPayments for Global Commerce.&rdquo;</em>&nbsp;It brought together thought leaders and innovators to discuss practical ways alternative payments can reshape global business.</span></p>
<p><span style="font-weight: 400;">Highlights included panel discussions, product showcases, and a live demonstration of XNOPAY by Chirag Asarpota proving that blockchain and AI are no longer just buzzwords, but working solutions for everyday trade.</span></p>
<h3><span style="font-weight: 400;">Key Takeaways from the Event</span></h3>
<ol>
<li><span style="font-weight: 400;"> Adoption is accelerating.</span></li>
</ol>
<p><span style="font-weight: 400;">The debate is no longer if businesses should explore alternative payments, but how fast they can adopt and integrate them.</span></p>
<p><strong>For entrepreneurs, this means the time to experiment with alt-payments is now.</strong></p>
<ol start="2">
<li><span style="font-weight: 400;"> Cross-border trade is being redefined.</span></li>
</ol>
<p><span style="font-weight: 400;">According to a 2024 World Bank report on cross-border payments in Africa, SMEs lose billions annually to fees and delays challenges that Nano directly addresses. With Nano&rsquo;s feeless transactions, SMEs in Africa can now imagine global trade without the burden of middlemen, delays, or fees.</span></p>
<p><strong>For SMEs, this could mean keeping more profit in every single transaction.</strong></p>
<ol start="3">
<li><span style="font-weight: 400;"> Innovation meets practicality.</span></li>
</ol>
<p><span style="font-weight: 400;">Tools like XNOPAY prove that blockchain and AI are moving from theory to real-world applications for small businesses.</span></p>
<p><strong>For innovators, the call is to build tools that solve real problems, not just hype.</strong></p>
<h2><span style="font-weight: 400;">From a Summit to a Movement</span></h2>
<p><span style="font-weight: 400;"><img src="https://write.nano.org/assets/678d6eff-3362-4c4b-97ad-163428020789?key=article-body" alt="2025 09 24 09.19.42" /></span></p>
<p><span style="font-weight: 400;">BizMerchant is no longer just an event; it&rsquo;s a catalyst for change. From Port Harcourt to the world, it is showing how small businesses can lead in shaping the future of global trade.</span></p>
<p><span style="font-weight: 400;">What started as my personal journey has now become a collective mission: to inspire entrepreneurs everywhere to look beyond borders and embrace new possibilities.</span></p>
<p><span style="font-weight: 400;">Looking ahead, the fusion of AI, blockchain, and borderless payments won&rsquo;t just shape Africa&rsquo;s role in global trade, it will redefine how value flows worldwide.</span></p>
<h2><span style="font-weight: 400;">Nano&rsquo;s Role in Driving Change</span></h2>
<p><span style="font-weight: 400;">Nano continues to prove that technology can empower, not exploit, communities. Its borderless and feeless nature removes barriers that have limited small businesses for decades.</span></p>
<p><span style="font-weight: 400;">Through partnerships like BizMerchant, adoption is no longer a theory. It&rsquo;s happening on the ground in real communities, with real businesses.</span></p>
<h2><span style="font-weight: 400;">Beyond Events: A Year of Campaigns and Collaboration</span></h2>
<p><span style="font-weight: 400;">Our vision is much bigger than landmark events. The next chapter of BizMerchant is about running campaigns that consistently drive real-world adoption and innovation.</span></p>
<p><span style="font-weight: 400;">From now until early next year, my focus is on building projects, partnerships, and a global community of digital merchants. Collaborations with forward-looking platforms in e-commerce, travel, and cross-border payments could unlock new opportunities for businesses worldwide.</span></p>
<p><span style="font-weight: 400;">This is an open invitation. BizMerchant is still moving, still creating, and still shaping the future of trade. Together, we can amplify adoption, empower businesses, and define what the next wave of digital commerce looks like. BizMerchant is also plugging in into big movements , keynote festivals creating a sense of community and string belongings among businesses and youth entrepreneurs&nbsp;</span></p>
<h3><span style="font-weight: 400;">Final Thought</span></h3>
<p><span style="font-weight: 400;">The future of commerce is not waiting. With BizMerchant and Nano, it is already unfolding and everyone has a role to play.</span></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">Follow BizMerchant&rsquo;s journey on&nbsp;</span></p>
<p><span style="font-weight: 400;">Instagram @bizmerchantng</span></p>
<p><span style="font-weight: 400;">X : </span><a href="https://x.com/bizmerchantng"><span style="font-weight: 400;">https://x.com/bizmerchantng</span></a><br /><a href="https://x.com/EnaaGabriel"><span style="font-weight: 400;">https://x.com/EnaaGabriel</span></a></p>
<p><span style="font-weight: 400;">Watch <a href="https://youtu.be/3gTz-xLdnpw?si=ihLUnp9yhC1KzT0O" target="_blank" rel="noopener">our live panels</a> </span><span style="font-weight: 400;">to stay updated on events, campaigns, and new innovations&hellip;.</span></p>]]></content:encoded>
            <enclosure url="https://write.nano.org/assets/0634194f-f25a-48af-a798-b087d0845feb?key=article-top" length="0" type="image//assets/0634194f-f25a-48af-a798-b087d0845feb"/>
        </item>
        <item>
            <title><![CDATA[V28 Electrum: The Start of Commercial Grade]]></title>
            <link>https://nano.org/en/blog/v28-electrum-the-start-of-commercial-grade--1b8adb83</link>
            <guid>https://nano.org/en/blog/v28-electrum-the-start-of-commercial-grade--1b8adb83</guid>
            <pubDate>Tue, 28 Jan 2025 15:59:17 GMT</pubDate>
            <description><![CDATA[Dive into this in depth look at what V28 Electrum brings to the Nano Node, a release that marks the beginning of Nano's transition to commercial grade - a standard of performance, reliability, and resilience.]]></description>
            <content:encoded><![CDATA[<p>Following ten years of innovation and over 200 million processed blocks, the Nano network stands at a pivotal moment with the release of version 28 (V28), named Electrum. This release marks the beginning of Nano's transition to commercial grade - a standard of performance, reliability, and resilience.&nbsp;</p>
<h2>Understanding the Path to Commercial Grade</h2>
<p>Commercial grade represents a comprehensive set of capabilities that will enable Nano to serve as a reliable, scalable financial network capable of handling significant transaction volumes while maintaining consistent performance. The key requirements include:</p>
<ul>
<li><span style="font-weight: 400;">Sustained performance during and after network saturation</span></li>
<li><span style="font-weight: 400;">Bounded disk storage growth</span></li>
<li><span style="font-weight: 400;">Robust spam and DoS resistance</span></li>
<li><span style="font-weight: 400;">Reliable transaction processing regardless of network conditions</span></li>
</ul>
<p>With the addition of the Bounded Block Backlog &amp; Traffic Shaping in V28, Nano will finally achieve most of these core commercial grade requirements, although continued development and optimisation beyond this release is still planned to achieve full commercial grade status.</p>
<p>Electrum was a naturally occurring alloy of gold and silver used in the ancient world, it typically contained about 75% gold and 25% silver, making it a perfect metaphor for a version that's transitioning from Denarius (silver) towards Aureus (gold). This composition nicely symbolises a version that's mostly ready for the gold standard of commercial grade but still has some elements to refine.</p>
<h2>What's in V28?</h2>
<h3>Bounded Block Backlog Implementation</h3>
<p>Piotr&rsquo;s Bounded Block Backlog (BBB) system represents a fundamental shift in how Nano handles network load and transaction processing. Unlike previous versions where unconfirmed blocks could accumulate indefinitely, BBB implements strict bounds on unconfirmed transaction storage and processing, providing several benefits:</p>
<ul>
<li><strong>Controlled Resource Usage</strong> - Maintains a fixed maximum difference (currently 100,000) between blocks that are checked (initial validation) vs cemented (final confirmation)</li>
<li><strong>Predictable Performance</strong> - Ensures consistent confirmation rates even during high network load</li>
<li><strong>Enhanced Spam Resistance</strong> - Prevents resource exhaustion attacks by limiting unconfirmed block accumulation</li>
<li><strong>Optimised Storage</strong> - Reduces disk usage by properly managing unconfirmed block storage</li>
</ul>
<p>Early testing demonstrates the system's effectiveness:</p>
<ul>
<li>Stable bootstrap performance without major stalls</li>
<li>Consistent block processing under load</li>
<li>Improved recovery from network saturation events</li>
</ul>
<h3>Traffic Shaping Implementation</h3>
<p>Traffic shaping represents the second half of Nano's comprehensive network flow control system, complementing the fair queuing implemented in V27. This sophisticated system manages outbound network traffic, ensuring:</p>
<ul>
<li><strong>Balanced Bandwidth Allocation</strong> - Equal distribution of network resources among peers</li>
<li><strong>Congestion Prevention</strong> - Proactive management of network traffic to prevent bottlenecks</li>
<li><strong>Quality of Service</strong> - Maintained performance even during peak usage</li>
<li><strong>Resource Optimisation</strong> - Efficient use of available bandwidth across the network</li>
<li><strong>Traffic Balancing by Type</strong> - Allows tuning of outbound network usage across different node functions for more optimal network usage (e.g. bootstrapping versus live voting)</li>
</ul>
<p>The combination of fair queuing and traffic shaping creates a complete flow control system that handles both incoming and outgoing traffic efficiently, establishing a necessary foundation for commercial grade capabilities.</p>
<h3>RocksDB Optimisations</h3>
<p>V28 includes a range of improvements to the database layer:</p>
<ul>
<li><strong>Enhanced Lock Management</strong> - Resolved premature lock release issues that could impact performance</li>
<li><strong>Improved Thread Handling</strong> - Better coordination of database operations across threads</li>
<li><strong>Optimised Memory Usage</strong> - More efficient memory allocation and management</li>
<li><strong>Enhanced Performance Under Load</strong> - Better handling of high-volume database operations</li>
<li><strong>RocksDB Modernization</strong> - Nano's RocksDB implementation has been updated to V9.7.2, and the default configuration settings have been updated to match current best practices. This results in improved stability &amp; performance for nodes using the RocksDB database backend. Big thanks to RickiNano for his contributions to this effort!</li>
</ul>
<p>In V28, LMDB continues to serve as the default and production-recommended database backend for the Nano node. While significant optimisations have been focused on RocksDB, both database backends remain fully supported, with all essential functionality in V28 working seamlessly across both systems. The node maintains its full functionality and stability with LMDB, ensuring current operators can continue their operations without disruption.</p>
<p>The strategic focus on RocksDB optimizations reflects the development team's forward-looking approach to Nano's scaling needs. RocksDB's architecture provides advantages that better align with Nano's future requirements, particularly evident in the performance improvements seen with new features like bulk frontier scanning.&nbsp;</p>
<h3>Vote Processing Enhancements</h3>
<p>V28 introduces a range of changes to how votes are handled within the network, addressing both the generation and processing of votes to improve overall efficiency.</p>
<p><span style="text-decoration: underline;">Vote Generator Improvements</span></p>
<p>The vote generation system has been completely redesigned to be more resource-efficient. In previous versions, vote generation could become a significant CPU burden, particularly during high-load periods. The new system introduces several optimisations:</p>
<ul>
<li><strong>Improved Intelligent Vote Bundling</strong> - Instead of generating individual votes for each block, the system intelligently bundles votes for multiple blocks together, significantly reducing CPU overhead with optimisations of this system taking place in this release</li>
<li><strong>Optimised Timing Control</strong> - New timing mechanisms ensure votes are distributed more evenly across the network, preventing vote flooding scenarios</li>
<li><strong>Resource-Aware Processing</strong> - The generator now adapts its behavior based on system resources, preventing CPU spikes during heavy voting periods</li>
<li><strong>Enhanced Vote Prioritisation</strong> - Better handling of priority votes ensures confirmations aren't delayed during high-load scenarios</li>
</ul>
<p><span style="text-decoration: underline;">Vote Filter Implementation</span></p>
<p>One of V28's most impactful features is the new vote filtering system. Previous versions processed all incoming votes, leading to significant redundancy and resource usage. The new filter implements sophisticated deduplication and relevancy checks:</p>
<ul>
<li><strong>Intelligent Vote Deduplication</strong> - Eliminates redundant votes for already-confirmed blocks</li>
<li><strong>Vote Relevancy Checking</strong> - Only processes votes that are necessary for achieving consensus</li>
<li><strong>Bandwidth Optimisation</strong> - The 60% reduction in processed votes directly translates to lower bandwidth requirements for nodes, lower latency and improved responsiveness</li>
<li><strong>Memory Usage Improvements</strong> - Reduced vote storage requirements through better filtering</li>
<li><strong>Network Load Reduction</strong> - Less vote traffic means more network capacity for transaction processing</li>
</ul>
<h3>Bootstrap and Database Optimisations</h3>
<p><span style="text-decoration: underline;">Bulk Frontier Scanning</span></p>
<p>The ascending bootstrapper's new bulk frontier scanning capability represents a major improvement in how nodes synchronize with the network:</p>
<ul>
<li><strong>Parallel Account Processing</strong> - Instead of processing one account at a time, nodes can now scan up to 1,000 accounts simultaneously</li>
<li><strong>Efficient State Retrieval</strong> - Optimised database queries reduce the I/O overhead during bootstrapping</li>
<li><strong>Smart Caching</strong> - Implementation of intelligent caching mechanisms for frequently accessed frontier data</li>
<li><strong>Adaptive Processing</strong> - The system adjusts its scanning rate based on node resources and network conditions</li>
<li><strong>RocksDB Optimisation</strong> - Particular attention was paid to optimising bulk operations for RocksDB, resulting in significantly faster synchronization times</li>
</ul>
<p><span style="text-decoration: underline;"><span style="font-weight: 400;">Legacy Bootstrapper Retirement</span></span></p>
<p><span style="font-weight: 400;">The complete removal of the legacy bootstrapper marks a significant milestone:</span></p>
<ul>
<li><span style="font-weight: 400;">Simplified codebase and improved maintainability</span></li>
<li><span style="font-weight: 400;">Streamlined networking operations</span></li>
<li><span style="font-weight: 400;">More efficient resource utilisation</span></li>
<li><span style="font-weight: 400;">Enhanced foundation for future improvements</span></li>
</ul>
<p><span style="text-decoration: underline;"><span style="font-weight: 400;">Legacy Code Removal</span></span></p>
<p><span style="font-weight: 400;">The retirement of the legacy bootstrapper is more than just code removal - it represents a significant architectural improvement:</span></p>
<ul>
<li><span style="font-weight: 400;"><strong>Architectural Cleanup</strong> - Removal of deprecated synchronization methods and associated complexity</span></li>
<li><span style="font-weight: 400;"><strong>Memory Usage Optimisation</strong> - Elimination of redundant data structures and caching mechanisms</span></li>
<li><span style="font-weight: 400;"><strong>Network Protocol Simplification</strong> - Streamlined bootstrap protocol without backward compatibility overhead</span></li>
<li><span style="font-weight: 400;"><strong>Improved Error Handling</strong> - More consistent and predictable behavior during network synchronization</span></li>
<li><span style="font-weight: 400;"><strong>Foundation for Future Improvements</strong> - Cleaner codebase enables faster implementation of future optimisations</span></li>
</ul>
<p><span style="font-weight: 400;">These improvements create a more efficient and resilient network. For example, the vote filter's reduction in processed votes complements the traffic shaping improvements, while bulk frontier scanning improves node synchronisation speed. The removal of the legacy bootstrapper both simplifies the codebase and allows for more aggressive optimisation of the remaining bootstrap code.</span></p>
<p><span style="font-weight: 400;">Recent beta testing conducted by Bob has demonstrated impressive performance of V28's bounded backlog system under significant network load. In a controlled test environment, the network successfully handled a sudden influx of 200,000 blocks while maintaining remarkable stability and performance.&nbsp;</span></p>
<p><span style="font-weight: 400;"><img src="https://write.nano.org/assets/6d52923f-afcb-4bde-ac69-f59c0e63f9ff?" alt="Nano Test Network 200000 Blocks" /></span></p>
<p><span style="font-weight: 400;">During this heavy spam test, legitimate transactions continued to achieve confirmation times under 1.5 seconds, highlighting the effectiveness of the new prioritization mechanisms. The backlog processing showed sustained throughput of approximately 300 transactions per second (TPS), while the bounded backlog system successfully maintained its target cap of around 100,000 blocks.</span></p>
<h2>Looking Ahead: V29 and Beyond</h2>
<p>The path to full commercial grade status continues with future developments:</p>
<p><span style="text-decoration: underline;">Enhanced Peer Management</span></p>
<p>Future versions will introduce:</p>
<ul>
<li>Sophisticated peer scoring systems</li>
<li><span style="font-weight: 400;">Improved representative identification methods</span></li>
<li><span style="font-weight: 400;">Enhanced network topology optimisation</span></li>
</ul>
<p><span style="text-decoration: underline;">Network Scaling Improvements</span></p>
<p>Ongoing development focuses on:</p>
<ul>
<li>Vote traffic optimisation</li>
<li>Multi-node representative crawl enhancements</li>
<li>Advanced network infrastructure adaptations</li>
</ul>
<p><span style="text-decoration: underline;">Continued Optimisation</span></p>
<p>Future releases will focus on:</p>
<ul>
<li>Fine-tuning bounded backlog parameters</li>
<li>Optimising traffic shaping algorithms</li>
<li>Enhancing overall network efficiency</li>
<li><span style="font-weight: 400;">Further spam resistance improvements</span></li>
</ul>
<p><span style="text-decoration: underline;">The Future of Automating Receive Blocks</span></p>
<p>Receive blocks are an integral part of the Block-Lattice structure; while providing crucial benefits through fixed transaction sizes and efficient bookkeeping, however the current implementation also presents integration challenges that we aim to address.&nbsp;</p>
<p>Looking ahead, we envision a streamlined approach that automates receive block processing in a way that does not require end-user signing outside of their normal transaction workflow.&nbsp;</p>
<p><span style="text-decoration: underline;">Reducing PoW on Blocks</span></p>
<p><span style="font-weight: 400;">Proof of Work, once a cornerstone in Nano&rsquo;s spam prevention, has seen its role evolve with the implementation of novel systems such as Bounded Backlog, fair queueing and the bucketing system and with such advancements, the workload required by the PoW mechanism for anti-spam measures has been drastically reduced.</span></p>
<p><span style="font-weight: 400;">The motivation to heavily reduce the PoW difficulty is to ease the burden for integrations when generating transactions. Ideally, the PoW computation can be imperceivable to users while still being effective at prevention of bulk DoS traffic.<br /></span></p>
<p><span style="font-weight: 400;">If you would like to contribute to these ongoing developments, please visit our <a href="https://github.com/nanocurrency/nano-node" target="_blank" rel="noopener">GitHub</a> or check out the <a href="https://docs.nano.org/core-development/overview/" target="_blank" rel="noopener">core development documentation page</a>.</span></p>]]></content:encoded>
            <enclosure url="https://write.nano.org/assets/08642a02-ff5f-4f5e-a57b-a8c7f1bd6521?key=article-top" length="0" type="image//assets/08642a02-ff5f-4f5e-a57b-a8c7f1bd6521"/>
        </item>
        <item>
            <title><![CDATA[NanoGPT - Why do we prefer payments in Nano?]]></title>
            <link>https://nano.org/en/blog/nanogpt-why-do-we-prefer-payments-in-nano--43dd1e42</link>
            <guid>https://nano.org/en/blog/nanogpt-why-do-we-prefer-payments-in-nano--43dd1e42</guid>
            <pubDate>Tue, 29 Oct 2024 11:00:00 GMT</pubDate>
            <description><![CDATA[Milan de Reede, co-founder of the pay-per-prompt AI service NanoGPT, breaks down the reasons why they prefer payments in Nano.]]></description>
            <content:encoded><![CDATA[<p><a href="https://nano-gpt.com/" target="_blank" rel="noopener">NanoGPT</a> recently added credit card payments. The majority of the world does not use Nano, and credit cards are the preferred payment method for most. To give more people access to LLMs and image models and to expand our reach we want to make it as easy as possible for people to deposit funds.</p>
<p>That said, credit cards come with many downsides for us as a merchant which is why we offer a 5% discount on prompts paid in Nano.</p>
<h3>Downsides of credit card payments</h3>
<p><strong>1. Transaction costs</strong></p>
<p>Credit cards come with high costs for merchants. Any cost we incur we need to charge for in some way. For accepting credit card payments via Stripe we are charged a base fee ($0.30) plus a variable fee (3%). On a $5 transaction that comes out to $0.45, an almost 10% charge.</p>
<p>We strive for maximum privacy and therefore prefer to not collect billing addresses. Stripe offers increased privacy for users and determines the applicable VAT for an additional 1% fee. Paying out to our bank account comes with a fee. Converting foreign currencies to EUR or USD means another fee and a sub-optimal exchange rate. Need an invoice? Another fee.</p>
<p>It all adds up to over 10% fees on a $5 deposit, even more on smaller deposits, and remains high even for higher amounts deposited. Good for Mastercard's bottom line, bad for all of us.</p>
<p><strong>2. Chargebacks and waiting times</strong></p>
<p>Credit cards allow people to chargeback and to dispute payments. We have no issue with that and understand that people sometimes want to do so. However, there is a lot of credit card fraud where people will, in our case, deposit funds, use the service, then dispute the payment or claim a chargeback which costs a lot of time and money for us.</p>
<p>For regular payments Stripe pays out to a bank account after 7-14 days. This is not a long period, but it is annoying when there are bills to pay. Instant payouts are available... for an additional fee.</p>
<h3>Why we prefer Nano</h3>
<p><strong>1. Zero fees</strong></p>
<p>Nano offers an extremely simple zero fee. It's $0, regardless of amount paid, regardless of the time of day. When we pay out to our own account it's again done at zero fees.</p>
<p>If we convert to USD or EUR there would be an additional charge of ~0.25% for doing so on an exchange, which means incredible cost savings compared to Stripe.</p>
<p>Because of this we can let people deposit as little as $0.01. We can even allow people to withdraw their funds at any time, because there are zero fees on that as well.</p>
<p><strong>2. Instantly fully settled</strong></p>
<p>Every Nano payment is instantly settled. Instantly settled in the sense that there can be no rollbacks or chargebacks, while anyone can (instantly!) withdraw funds that are unused.</p>
<p>Instantly settled also in the sense of instant payouts to our own accounts. Whereas Stripe takes 7-14 days, with Nano we have the money in our account in literally a second.</p>
<p><strong>3. Value preservation</strong></p>
<p>Fiat currencies like US Dollars and Euro are subject to debasement. We prefer to hold our money in a stronger store of value. Nano has a fixed supply and is decentralized, making it a form of money that can not be debased.</p>
<p>When we receive fiat payments we need to take additional steps to get to Nano. We have to withdraw from Stripe, send funds to an exchange and swap into Nano. This means extra effort and extra cost. Accepting Nano removes this additional step.</p>
<h3>Conclusion</h3>
<p>We are glad we can offer credit card payments since far from everyone has access to Nano. Given that Nano is much more attractive for us to accept and saves us time and money, we encourage people to use it rather than credit cards and offer a 5% discount when using Nano on our website.</p>
<p>To those that want to learn about Nano we would suggest reading <a href="https://senatus.substack.com/p/the-basics-of-nano-instant-zero-fee" target="_blank" rel="noopener">an article on the basics of how it works</a>. Alternatively we would suggest downloading a wallet like Natrium (<a href="https://play.google.com/store/apps/details?id=co.banano.natriumwallet" target="_blank" rel="noopener">Android here</a>, <a href="https://itunes.apple.com/us/app/natrium/id1451425707?ls=1&amp;mt=8" target="_blank" rel="noopener">iOS here</a>) and getting some Nano from <a href="https://nanodrop.io/" target="_blank" rel="noopener">NanoDrop</a> to try it out with. It's all free. If you'd like to get your hands on some Nano to use with us <a href="https://hub.nano.org/trading" target="_blank" rel="noopener">you can find exchanges here</a> or find ways to <a href="https://nano-gpt.com/earn" target="_blank" rel="noopener">earn small amounts of Nano here</a>.</p>
<p>To merchants considering accepting Nano for payments <a href="https://nanopay.me/" target="_blank" rel="noopener">NanoPay</a> is an easy all-in-one solution.</p>
<p>We're personally enthusiastic about Nano and are always open to chat about it in our <a href="https://discord.gg/KaQt8gPG6V" target="_blank" rel="noopener">Discord server</a> or via our <a href="mailto:support@nano-gpt.com" target="_blank" rel="noopener">support email</a>.</p>]]></content:encoded>
            <enclosure url="https://write.nano.org/assets/d75c416d-f116-472a-89f7-e2a3dd1ccfd7?key=article-top" length="0" type="image//assets/d75c416d-f116-472a-89f7-e2a3dd1ccfd7"/>
        </item>
        <item>
            <title><![CDATA[The Core Principles of Cryptocurrency Scalability]]></title>
            <link>https://nano.org/en/blog/the-core-principles-of-cryptocurrency-scalability--a10cc39f</link>
            <guid>https://nano.org/en/blog/the-core-principles-of-cryptocurrency-scalability--a10cc39f</guid>
            <pubDate>Tue, 24 Sep 2024 11:00:00 GMT</pubDate>
            <description><![CDATA[One of the biggest talking points in cryptocurrency is "scalability." But what does this really mean?]]></description>
            <content:encoded><![CDATA[<p>One of the biggest talking points in cryptocurrency is "scalability." But what does this really mean?</p>
<p>Many cryptocurrency advocates boast about the scalability of their favorite coin without having much real understanding of the meaning. In most cases, the numbers being touted as the maximum transactions per second (TPS) of a network are nothing more than an artificial constraint due to protocol limitations. In reality, these "maximum TPS" numbers don't describe a network's scaling capabilities, but rather its scaling limitations.</p>
<p>If our goal is really to create a monetary foundation for a new global economy, it's critical that we establish a clear understanding of the meaning of scalability, and what is required to achieve scalability capable of serving the demand of a global monetary system.</p>
<p>Scalability isn't just about "max TPS" and protocol thresholds. It's a multifaceted challenge involving network design, resource management, and real-world performance considerations.</p>
<p>Let's take a look at some of the core principles of scalability for distributed ledger networks.</p>
<hr />
<h2>Purpose-Driven Architecture</h2>
<p>Perhaps the most fundamental principle of scalability is purpose-driven architecture. In the same philosophy as phrases such as "keep it simple, stupid!" (KISS) popularized by Lockheed engineer Kelly Johnson, and "do one thing, and do it well" (DOTADIW) popularized by Unix developer Doug McIlroy, purpose-driven architecture emphasizes focus on optimization of a system for its primary function. For the sake of this discussion, that primary function is monetary payments.</p>
<p>Imagine using a Swiss Army knife as your sole tool for driving screws, cutting, etc. While versatile, it's not the most efficient tool for any specific job. Similarly, many distributed ledger networks aim to be all-encompassing, offering functionalities such as smart contracts and decentralized applications. While this versatility can be attractive and induce demand and investment, it often comes at the expense of efficiency, having a detrimental effect on the processing of monetary payments.</p>
<p>By concentrating solely on payments, a network can allocate resources more effectively, reduce operational costs, and handle a higher volume of transactions without incurring prohibitive expenses.</p>
<p>When a network supports non-monetary use cases, monetary transactions must compete for network resources and priority. Unfortunately, monetary payments are often less profitable compared to just about every alternative use case. This competition results in monetary transactions being deprioritized, leading to higher fees, slower processing times, and an overall degraded user experience.</p>
<p>Support for non-monetary use cases can even be unintentional. Networks that allow storage of arbitrary data can be exploited for non-monetary purposes. This misuse increases resource consumption (computation and storage) and operational costs, which are ultimately passed on to users through increased fees, inflation, or degraded network performance. This has been observable even in Bitcoin, with "NFT" exploits for storing arbitrary data such as Ordinal Inscriptions, Bitcoin Stamps, and BRC-20 tokens causing exponential surges in fees and confirmation times.</p>
<h2>Asynchronous Data Structures and Consensus Protocols</h2>
<p>Traditional blockchain cryptocurrencies process transactions sequentially, creating a linear chain of blocks. This sequence means that unrelated transactions can bottleneck the network because their processing is blocked by the processing of preceding transactions. This design inherently limits scalability, as all transactions are processed one after another.</p>
<p>Asynchronous data structures, like Directed Acyclic Graphs (DAGs), allow for parallel processing of transactions that aren't dependent on each other. Multiple transactions can be processed simultaneously, significantly increasing throughput and reducing confirmation times. By enabling asynchronous processing, networks can better handle the high transaction volumes required in a global economy.</p>
<p>The type of consensus protocol also plays a crucial role in scalability. Leader-based consensus protocols, such as Bitcoin's Nakamoto Consensus, rely on a single node (the "leader") to propose the next block of transactions. Miners compete to solve a cryptographic puzzle, and the first to solve it adds the next block to the chain. This is a synchronous process that forms bottlenecks in the system's overall performance.</p>
<p>In contrast, leaderless consensus protocols, especially those utilizing vote propagation in Byzantine Fault Tolerant (BFT) systems, distribute the consensus process across multiple nodes without a central authority. Nodes collaborate to reach agreement on the order and validity of transactions through weighted voting mechanisms. This can be done asynchronously, ensuring that no transaction processing is blocked by the processing of other unrelated transactions.</p>
<p>This leaderless approach reduces single points of failure and allows for more efficient processing of transactions. By not relying on a single leader, the network can achieve lower latency and higher throughput, as multiple nodes contribute to consensus simultaneously. This method is particularly effective when combined with asynchronous data structures, further enhancing the network's ability to scale and handle global transaction volumes.</p>
<h2>Vertical vs. Horizontal Scaling and Decentralization Trade-offs</h2>
<p>In traditional computing, scaling is achieved by adding more servers (horizontal scaling) or enhancing existing ones with better hardware (vertical scaling). However, in distributed ledger networks that require consensus among nodes, these concepts don't translate directly.</p>
<p>Adding more nodes doesn't necessarily improve throughput in such networks. In fact, it can introduce additional latency because more nodes need to communicate and agree on the network's state. This means that real-world throughput is often inversely correlated with the level of decentralization. As the number of nodes increases, the time required to reach consensus can also increase, slowing down transaction processing.</p>
<p>Some networks attempt to scale vertically by requiring nodes to have more powerful hardware. While this can increase individual node capacity, it also leads to higher operational costs for those running the nodes. Expensive hardware and increased energy consumption mean that fewer participants can afford to operate nodes, leading to centralization. This concentration undermines the decentralized ethos of cryptocurrency.</p>
<p>In contrast, optimizing nodes to improve capacity without increasing hardware requirements offers a more sustainable path to vertical scalability while maintaining decentralization. By enhancing the efficiency of software and protocols, such as refining consensus algorithms and improving data structures, networks can process more transactions using the same hardware. This approach maintains low operational costs, encourages wider participation, and supports decentralization while still improving performance.</p>
<p>By focusing on optimization rather than relying on more powerful hardware, networks can enhance scalability without sacrificing the principles of decentralization or imposing additional burdens on node operators.</p>
<h2>Optimized Data Dissemination</h2>
<p>Even if a network can theoretically process thousands of transactions per second, real-world throughput depends on how quickly data can be propagated and disseminated across the network. The latency for data dissemination - the time it takes for transaction data to reach all nodes - is a critical factor in network performance.</p>
<p>Efficient data propagation ensures that all nodes receive transaction data promptly, facilitating quicker consensus and higher throughput. Implementing optimized communication protocols, such as modern gossip protocols, can help minimize latency and improve the network's ability to handle a large volume of transactions.</p>
<p>Unfortunately, the majority of distributed ledger networks use relatively naive mechanisms for data dissemination, such as traditional gossip protocols, causing network latency to be orders of magnitude greater than necessary.</p>
<h2>Node Synchronization and Quality of Service</h2>
<p>As networks scale up to handle more transactions, node synchronization becomes crucial for maintaining efficiency. This means ensuring that all network nodes agree on the order in which they process incoming transactions. This is commonly referred to as the determination of prioritization for quality of service (QoS).</p>
<p>Under normal conditions, nodes can easily stay synchronized because they have enough time to communicate and align on transaction ordering. However, when the network reaches maximum capacity (i.e. "saturation") keeping nodes in sync becomes much more challenging. If nodes start processing transactions in different orders due to timing differences or delays, it can create compounding backlogs and increases in latency. This misalignment results in severely degraded network performance.</p>
<p>To prevent this, it's essential for networks to establish a common protocol for transaction ordering, especially under heavy load. By following standardized rules, nodes can maintain synchronization and process transactions efficiently, ensuring smooth network performance even when demand is high.</p>
<h2>Removal of Protocol-Level Constraints</h2>
<p>Most cryptocurrencies have protocol-level constraints, such as block size and block time, that effectively create a maximum theoretical throughput. While these limitations are often in place for security and stability, they can become bottlenecks as network demand grows.</p>
<p>To achieve true scalability, as many throughput constraints as possible should be removed from the protocol. This approach allows scalability to be limited only by node hardware, networking, and synchronization, rather than arbitrary protocol parameters. By minimizing built-in constraints, networks can better adapt to increasing demand without sacrificing performance, and scale in correlation to Moore's Law.</p>
<hr />
<h2>Seeing [Failure] is Believing</h2>
<p>Understanding the impact of scalability constraints often requires witnessing first-hand a system under real-world stress. Bitcoin has provided clear examples of this challenge. During periods of high demand, the Bitcoin network has experienced exponential surges in transaction fees and confirmation times. These spikes make the limitations of its scalability tangible, affecting user experience and trust in the network's efficiency.</p>
<p>Despite Bitcoin's prominence, no cryptocurrency - Bitcoin included - has sustained a level of stress of any significance relative to what will be expected of a global monetary system. This means we haven't fully observed how scalability constraints affect most networks when pushed to their limits. Bitcoin's visible struggles under relatively insignificant usage highlight the importance of addressing scalability head-on. Without firsthand experience of such stress, it's easy to underestimate the critical nature of scalability constraints in distributed ledger networks.</p>
<hr />
<h2>Nano's Approach to Scalability</h2>
<p>Nano exemplifies effective scaling in the cryptocurrency realm by aligning its design with the core principles of scalability. By focusing exclusively on being a digital currency optimized for payments, Nano has been architected to handle high transaction volumes with minimal latency and zero fees, making it a strong candidate for a global monetary system.</p>
<h2>Purely Monetary Purpose</h2>
<p>Nano adheres to the philosophy of "do one thing, and do it well." It is designed solely for monetary transactions, avoiding the complexities and inefficiencies that come with supporting non-monetary use cases like smart contracts or decentralized applications. This singular focus ensures that all network resources are dedicated to processing payments efficiently, without competition from other types of use cases that could congest the network or inflate fees. By eliminating support for arbitrary data storage and non-monetary use cases, Nano prevents misuse of the network that would otherwise degrade performance and increase operational costs.</p>
<h2>Asynchronous "Block Lattice" Data Structure</h2>
<p>At the core of Nano's scalability is its Block Lattice data structure. Unlike traditional blockchain cryptocurrencies that process transactions sequentially in a linear chain, Nano's Block Lattice is a type of DAG in which each account is represented as its own blockchain ("account chain"). This means transactions are asynchronous and can be processed in parallel, as they are independent of unrelated transactions. This design significantly increases throughput and reduces confirmation times, as there's no need to wait for global consensus on a single chain of blocks.</p>
<h2>Asynchronous "ORV" Leaderless BFT Consensus Protocol</h2>
<p>Nano employs an asynchronous and leaderless "Open Representative Voting" (ORV) consensus protocol. In ORV, account holders delegate their voting weight to representatives based on their account balance. These representatives participate in a Byzantine Fault Tolerant (BFT) consensus by propagating votes for transactions. Since consensus is achieved through a weighted voting system without a central leader, the network avoids bottlenecks associated with leader selection, and can process transactions more efficiently.</p>
<h2>Principal Representative Mechanism</h2>
<p>Nano introduces the concept of principal representatives to balance decentralization with data dissemination latency. Principal representatives are nodes that have accumulated a significant amount of delegated voting weight. While the network remains decentralized by allowing any account to choose its representative, concentrating votes among principal representatives streamlines the consensus process. This reduces communication overhead and latency, as fewer nodes need to be consulted to achieve consensus, without compromising the overall decentralization of the network.</p>
<h2>Hierarchical Gossip about Gossip Protocol</h2>
<p>To enhance data dissemination efficiency, Nano utilizes a hierarchical Gossip about Gossip protocol, made possible by its principal representative system. This protocol allows for faster propagation of transaction data and consensus votes across the network compared to traditional gossip protocols. By organizing nodes hierarchically, with principal representatives at higher tiers, information spreads more rapidly and efficiently. This results in orders of magnitude faster data dissemination, which is critical for maintaining low latency and high throughput in a global payment network.</p>
<h2>"Opportunity Cost" for Quality of Service and Spam Mitigation</h2>
<p>Nano addresses node synchronization and Quality of Service (QoS) by implementing an "opportunity cost" QoS model for all node operations that factors in both the account balance and the time since the last transaction. Transactions are prioritized based on this model, which segments node operations like transaction validation into round-robin queues categorized by account balance and prioritized by least recently used. This ensures fair access to network resources and mitigates the impact of spam by making it extremely difficult for malicious actors to monopolize network capacity. By disincentivizing abuse and ensuring synchronized transaction ordering across nodes, Nano maintains network efficiency even under extreme load.</p>
<h2>Removal of Protocol-Level Constraints</h2>
<p>Nano has eliminated nearly all protocol-level constraints that could limit throughput, such as fixed block sizes or block times. This design choice allows Nano to scale in accordance with Moore's Law, with scalability constrained only by node hardware, networking, and synchronization. By removing arbitrary limits, Nano ensures that its network can adapt to increasing demand and technological advancements without requiring additional complexity or protocol changes.</p>
<h2>Nano is a Prime Example of Effective Scaling</h2>
<p>Nano's approach to scalability embodies the core principles necessary for a cryptocurrency to function effectively as a global monetary system. By maintaining a purely monetary purpose, leveraging asynchronous data structures and a leaderless consensus protocol, optimizing data dissemination, implementing innovative QoS measures, and removing protocol-level constraints, Nano demonstrates that it is possible to achieve high throughput and low latency without compromising decentralization or security. This makes Nano a compelling case study in effective scaling, showcasing how thoughtful design choices can overcome the inherent challenges of distributed ledger networks.</p>
<hr />
<p>Scaling a distributed ledger network to meet global demands is a complex challenge requiring careful consideration of network design, resource allocation, and real-world performance. A purpose-driven architecture focused on monetary transactions, as exemplified by Nano, can address many scalability challenges by optimizing efficiency and minimizing unnecessary constraints.</p>
<p>Other networks, while innovative, often face trade-offs impacting scalability. High hardware requirements, centralization risks, resource competition from non-monetary use cases, and protocol limitations can hinder a network's ability to process transactions efficiently on a global scale.</p>
<p>As the cryptocurrency landscape evolves, networks prioritizing efficiency, fairness, and practical scalability are likely to lead in global adoption. It's an exciting journey ahead, and only the test of time (and demand) will tell which solutions will meet the challenges of serving a global economy.</p>]]></content:encoded>
            <enclosure url="https://write.nano.org/assets/48204bae-1d9c-4f59-a142-485393e71edc?key=article-top" length="0" type="image//assets/48204bae-1d9c-4f59-a142-485393e71edc"/>
        </item>
        <item>
            <title><![CDATA['BizMerchant' Event Ignites Excitement in the Nigerian Nano Community]]></title>
            <link>https://nano.org/en/blog/bizmerchant-event-ignites-excitement-in-the-nigerian-nano-community--d08b0918</link>
            <guid>https://nano.org/en/blog/bizmerchant-event-ignites-excitement-in-the-nigerian-nano-community--d08b0918</guid>
            <pubDate>Tue, 17 Sep 2024 13:36:00 GMT</pubDate>
            <description><![CDATA[Nigerian Nano Ambassador Enaanapu Gabriel writes a post-event debrief of his 'BizMerchant' Event which showcased Nano services and ignited a new Nigerian community of digital entrepreneurs.]]></description>
            <content:encoded><![CDATA[<p>PORT HARCOURT, NIGERIA - In a move that has sent ripples of excitement through the Nigerian Nano community, <a href="http://madora.io" target="_blank" rel="noopener">Madora.io</a> and other Nano representatives have once again joined forces to host the latest edition of the 'BizMerchant 2.0&rsquo; event. This event, focused on driving innovation, awareness, and adoption of cutting-edge merchant solutions, is fast becoming a cornerstone for aspiring Nigerian entrepreneurs in the technology space.</p>
<p><img src="https://write.nano.org/assets/c6bc5d6f-489d-4517-8009-3c21c3c1bf8b?key=article-body" alt="Bizmerchant Jejetravels" /></p>
<p>Attendees were treated to an engaging lineup that highlighted the potential of Nano (XNO) in global payments and business transformations. Among the standout moments was a session by Vini Barbosa on leveraging nano for international transactions, which resonated with newcomers and seasoned entrepreneurs alike. Also included in the day were &lsquo;Pitch Sessions&rsquo; for business owners and demos of Nano payments and ecosystem services such as Madora.io which streamlines integrating Nano payments into your business.</p>
<p>The success of this event is a testament to the incredible growth since its humble beginnings as a simple meet-up. 'The BizMerchant' event is now carving its place as one of the city&rsquo;s must-attend summits, drawing a diverse crowd eager to explore the limitless possibilities of emerging technologies.</p>
<blockquote>
<p><em>&ldquo;We expect more events like this in Nigeria, one of kind and super helpful for new startup owners&rdquo;</em></p>
<p>Said a team member from Letsbuild Academy(Web3PH) - a partner of the event that connects creators, developers and talent across Africa and beyond.</p>
</blockquote>
<p>The event offered a golden opportunity for business owners to passionately showcase their services, network extensively, and explore promising partnerships. The participants&rsquo; enthusiastic engagement indicates a strong future for nano adoption and entrepreneurial growth in Nigeria.</p>
<p>We have set up a brand new Instagram page where you can view behind-the-scenes pictures of the event and follow along our journey to building the next event! Please give our posts a like, follow and share here: <a href="https://www.instagram.com/biz_merchant_event" target="_blank" rel="noopener">https://www.instagram.com/biz_merchant_event</a></p>
<p><img src="https://write.nano.org/assets/e17d45a7-7593-4af9-9869-74a734147308?key=article-body" alt="Bizmerchant Red Carpet" /></p>
<p>But to continue this momentum and build an even more successful future, we need the Nano community&rsquo;s ongoing support! Whether that is through showcasing your own ideas at the next event or donating to our next event fund (see address at the bottom of the article), your support helps us in growing The BizMerchant event even further.&nbsp;</p>
<p>We acknowledge the unwavering support from our community partners, especially names like George Coxon, Milan Milen, Patrick Reilly from Madora, Pim from <a href="https://ririro.com/" target="_blank" rel="noopener">Rirriro</a>, Vini Barbosa and many more, whose contributions have been invaluable. The continued encouragement and active involvement from these influencers help drive our mission forward.</p>
<p><span style="font-weight: 400;">For those who wish to explore partnerships or have inquiries, do not hesitate to reach out via email at </span><a href="mailto:bizmerchantsevent@gmail.com"><span style="font-weight: 400;">bizmerchantsevent@gmail.com</span></a><span style="font-weight: 400;">.</span></p>
<p><span style="font-weight: 400;">This is only the beginning. Together, we can innovate the future of digital business!</span></p>
<p><span style="font-weight: 400;">BizMerchant Event 3.0 fund here: <strong>nano_1uzycpey8k5x5xr3kncsc8b763j95qz9655a1n3b8mi46tt95fa7tiqmejes</strong></span></p>
<p>**Written by Enaanapu Gabriel<br />Community Contributor and Event Organizer</p>]]></content:encoded>
            <enclosure url="https://write.nano.org/assets/ba453ce1-8cc8-4918-89a1-d693f8fc0ed8?key=article-top" length="0" type="image//assets/ba453ce1-8cc8-4918-89a1-d693f8fc0ed8"/>
        </item>
        <item>
            <title><![CDATA[Passive transaction QoS and flow control within nano]]></title>
            <link>https://nano.org/en/blog/passive-transaction-qos-and-flow-control-within-nano--19a87e2a</link>
            <guid>https://nano.org/en/blog/passive-transaction-qos-and-flow-control-within-nano--19a87e2a</guid>
            <pubDate>Wed, 28 Aug 2024 14:33:55 GMT</pubDate>
            <description><![CDATA[An economic overview of how Nano prioritizes transactions without a transaction fee.]]></description>
            <content:encoded><![CDATA[<h2>Background:</h2>
<p>Digital currencies are a specialized form of peer-to-peer (<a href="https://en.wikipedia.org/wiki/Peer-to-peer" target="_blank" rel="noopener">p2p</a>) network. They differ substantially from more commonly encountered p2p networks like distributed hash tables (<a href="https://en.wikipedia.org/wiki/Distributed_hash_table" target="_blank" rel="noopener">DHT</a>) in their need for rate limiting and flow control. &nbsp;For digital currencies to function, there needs to be agreement about the state of the network whereas content-addressed DHTs are stateless. Since DHTs are by and large the most popular type of p2p networks, p2p quality of service (<a href="https://en.wikipedia.org/wiki/Quality_of_service" target="_blank" rel="noopener">QoS</a>) and <a href="https://en.wikipedia.org/wiki/Flow_control_(data)" target="_blank" rel="noopener">flow control</a> are a less explored area.</p>
<h2>Issues with flow control by fee:</h2>
<p>The most common way to provide QoS in a currency network is by having the user pay a fee at the application level. This method is trivial to implement but has several drawbacks:</p>
<ul>
<li>Requires a financial decision based on network conditions</li>
<li>Political contention around recipients of the fee</li>
<li>Setting a transaction fee is accident-prone</li>
</ul>
<p>If flow control can be solved passively at a technical level we can avoid possible fee miscalculations, simplify the user experience, and avoid the other drawbacks of the fee-based approach entirely.</p>
<h2>Decentralized flow control is difficult:</h2>
<p>The fact that most digital currencies use fees as flow control shows their high effectiveness and ease of implementation. The ease of implementing fees ignores, or tries to mitigate, the centralizing effect and inherent political contention when deciding fee parameters.</p>
<p>Because we are limiting the rate of data that is processed for consensus, flow control must be decided before the consensus step. Since fees are a number field in the transaction itself it is easy to make the priority determination before consensus. Constructing a flow control mechanism that does not require a fee is inherently more complex.</p>
<h2>The opportunity cost of a transaction:</h2>
<p>It is commonly discussed that a fee is required because rate limiting must have a cost as nothing is free. &nbsp;The implication is that without a fee field in the protocol, we can&rsquo;t determine the associated cost of confirming a transaction.</p>
<p>This analysis misses using the <a href="https://en.wikipedia.org/wiki/Opportunity_cost" target="_blank" rel="noopener">opportunity cost</a> of the balance held in that account as the associated cost function for prioritization.</p>
<p>Opportunity cost is an economic term for what you give up by making a certain decision. The opportunity cost of holding a currency is what you forgo by holding that currency. Some examples of what could be given up are: purchasing an investment, holding a different currency, or eliminating interest by paying off debt.</p>
<p>If we measure the length of time since an account&rsquo;s last transaction and compare it with the balance held in the account, we can obtain the opportunity cost spent by that transaction and do so without user intervention.</p>
<h2>Summary:</h2>
<p>Nano uses the opportunity cost of a transaction to passively determine a transaction cost as a parameter for flow control and QoS across the network.</p>
<p>Other digital currency protocols may have a hard time implementing opportunity cost flow control based on the face value of the transaction if they allow a significant external value to be tied to the transaction. Specifically, when arbitrary data is allowed in the protocol, the software isn&rsquo;t able to make a true opportunity cost determination for a particular transaction.</p>
<p>Fee removal greatly simplifies the user experience, minimizes contention in the protocol specification, eliminates sources of confusion, and avoids pitfalls that can lead to accidental loss.</p>]]></content:encoded>
            <enclosure url="https://write.nano.org/assets/7664dd0e-25b4-4beb-aa4d-9495e3da986b?key=article-top" length="0" type="image//assets/7664dd0e-25b4-4beb-aa4d-9495e3da986b"/>
        </item>
        <item>
            <title><![CDATA[Exploring the Frontier: What's Ahead for V27 of the Nano Node]]></title>
            <link>https://nano.org/en/blog/v27-denarius-preview--eb8bceac</link>
            <guid>https://nano.org/en/blog/v27-denarius-preview--eb8bceac</guid>
            <pubDate>Wed, 31 Jul 2024 10:00:00 GMT</pubDate>
            <description><![CDATA[We are excited to share what lies within upcoming V27 Denarius of the Nano Node, a release that enriches the network's robustness in terms of spam prevention, scalability, and the overall user experience.]]></description>
            <content:encoded><![CDATA[<p>This year has been a productive one, our refinement of the Nano node continues in the expectation of a major milestone - the release of Version 27 (V27) named Denarius. With our sights firmly set on enriching the network's robustness especially in terms of spam prevention, scalability, and the overall user experience, V27 brings the Nano network closer to <a href="https://nano.org/en/blog/progress-towards-achieving-commercial-grade--49e975d8" target="_blank" rel="noopener">Commercial Grade</a> than ever before.&nbsp;</p>
<h2>V27: Core Enhancements Unveiled</h2>
<h3>Fair Queueing enhancements</h3>
<p>The fair queue component designed by Piotr W&oacute;jcik has been added to the nano node. The fair queue orders requests in a fair, round-robin fashion which is needed by several components in the node. The fair queue was added to block, network message, bootstrap request, and vote request processing. The fair queue ensures that each network peer gets equal processing time within each component.</p>
<h3>Election/block handling improvements</h3>
<p>A number of performance and maintainability improvements were added to election and block handling which improve performance when under load. Both block processing and vote processing were reimplemented using fair queueing. Networking operations were separated from block processing which both improved maintainability and performance.</p>
<h3>Representative handling improvements</h3>
<p>Multiple parts of rep handling were improved including weight tracking, vote request aggregation, and rep crawling. Memory use for rep handling has been significantly improved, performance for request aggregation has been improved, and a number of changes to reduce vote bandwidth usage have been made including only replying to vote requests with final votes and not using the vote cache when responding to requests.</p>
<h3>Network handling rewrite</h3>
<p>Significant portions of the networking stack have been rewritten and simplified. Legacy code that handled half-duplex TCP channels has been removed and all TCP connections now operate full-duplex. Asynchronous callback-style code has been replaced with coroutines in several places simplifying code flow.</p>
<h3>Network Flow Control Improvements</h3>
<p>Network Flow Control Improvements refers to a set of algorithms and protocols designed to regulate the rate of transaction processing and data flow across the network to prevent congestion, ensure network stability, and maintain optimal throughput.&nbsp;</p>
<p>The primary goal of improving flow control in V27 is to enhance the Nano network's resilience to spam and denial-of-service attacks, improve overall transaction processing efficiency, and ensure equitable resource distribution across the network. By intelligently managing how transactions are processed and propagated, V27 aims to maintain high throughput and low latency, ensuring Nano remains a fast and reliable decentralised payment system, even as it scales.</p>
<p><span style="text-decoration: underline;">Rate-Limiting</span>: This is a mechanism that limits the number of transactions that can be processed or propagated by a node within a certain timeframe. Rate-limiting is essential to prevent DDoS attacks and to manage the load on nodes, ensuring that they do not get overwhelmed by too many transactions at once.</p>
<p><span style="text-decoration: underline;">Adaptive Algorithms</span>: The V27 update employs algorithms that can adapt based on real-time network conditions. These adaptive mechanisms ensure that the flow control settings are dynamically optimised, whether the network is under heavy load or operating normally.</p>
<p>Flow control in V27 of the Nano node represents a sophisticated suite of features designed to optimise network performance, safeguard against malicious activities, and ensure the Nano network remains scalable and efficient as it grows.</p>
<h3>Configurable Logging: Tailored Diagnostic Insights</h3>
<p>Acknowledging the pivotal role that effective logging plays in the realms of network diagnostics and monitoring, V27 is set to unveil a logging system that boasts efficiency and high configurability. This system empowers node operators with the capability to custom-tailor logging levels and outputs, simplifying the process of debugging and health monitoring of nodes. This method is designed to balance the need for detailed logs with keeping disk space use low and avoiding log clutter, marking a vast improvement in how the system works.</p>
<h3>Voting Mechanism Reinvented: Up to 255 Votes Per Message</h3>
<p>In an ambitious move to amplify the network's scalability and voting efficacy, V27 will extend its support to encapsulate up to 255 votes per message, marking a leap from the previous limit of 12. This enhancement is set to dilute the network congestion and diminish voting traffic, which, in turn, bolster the consensus mechanism's robustness. By amalgamating a larger quota of votes into fewer messages, Nano strides closer to a scalable future, ensuring the network's resilience proliferates in tandem with its activity.</p>
<h3>Bounded Block Backlog Preparation: Reimagining QoS</h3>
<p>Culminating the array of enhancements, V27 lays the foundational stones for an initial rewrite of the Bounded Block Backlog functionality. This pioneering stride towards enhancing the network's Quality of Service (QoS) embodies a smart transaction prioritisation strategy, ensuring that critical transactions are swiftly processed even amidst elevated network loads such as spam attacks. This move underscores a commitment to a more stable and consistent user experience irrespective of network dynamics.&nbsp;</p>
<h3>A Beacon of Continuous Improvement</h3>
<p>V27 encapsulates Nano's ethos of perpetual innovation and evolution despite the noise of our space. By heralding significant improvements across critical dimensions such as bootstrapping efficiency, logging operability, scalability through an enhanced voting mechanism, and a reimagined approach towards network QoS, V27 doesn&rsquo;t just augment the network&rsquo;s performance; it takes on the learnings of the more recent past attacks and brings Nano ever closer to Commercial Grade.&nbsp;</p>
<p>For a more detailed exploration of V27 and to partake in its developmental discourse, visit the <a href="https://github.com/nanocurrency/nano-node/milestone/33?closed=1" target="_blank" rel="noopener">discussion for V27</a>.</p>
<p>If you would like to contribute, please check out our <a href="https://github.com/nanocurrency/nano-node" target="_blank" rel="noopener">GitHub</a>, or the <a href="https://docs.nano.org/core-development/overview/" target="_blank" rel="noopener">core development</a> documentation page.</p>
<hr />
<p>For those interested in why we have chosen the name Denarius for V27, denarius coins of Roman antiquity were made by hammering. A piece of metal would be heated up and placed on an anvil with a punch on top. Then the punch would be hit with a hammer, sometimes more than once, to impress onto the coin the designs contained in both the punch and the anvil with this process leaving very distinctive marks on the coins. Coins made from silver of high purity might show flow marks, lines radiating out from the centre of the coin. With flow control being such a major feature of V27 and as we near &lsquo;Commercial Grade&rsquo; which is our Aurus (gold) standard, we felt Denarius was a fitting name!</p>]]></content:encoded>
            <enclosure url="https://write.nano.org/assets/978e49b1-ab44-43ce-865c-6501c670de08?key=article-top" length="0" type="image//assets/978e49b1-ab44-43ce-865c-6501c670de08"/>
        </item>
        <item>
            <title><![CDATA[How to Accept Payments in Nano as a Business and Avoid Fiat Ramps]]></title>
            <link>https://nano.org/en/blog/how-to-accept-payments-in-nano-as-a-business-and-avoid-fiat-ramps--9ecfad54</link>
            <guid>https://nano.org/en/blog/how-to-accept-payments-in-nano-as-a-business-and-avoid-fiat-ramps--9ecfad54</guid>
            <pubDate>Thu, 06 Jun 2024 15:00:00 GMT</pubDate>
            <description><![CDATA[I have been accepting payments in nano since 2020, and while onboarding others to do the same, one of the most recurring concerns is "How to properly off-ramp to fiat currencies to save, spend, or pay for business costs?"]]></description>
            <content:encoded><![CDATA[<p id="docs-internal-guid-45ea50a7-7fff-093b-e28a-8f3af0e6601a" dir="ltr">I have been accepting payments in <strong>nano</strong> (ticker: <strong>XNO</strong>, symbol: <strong>Ӿ</strong>) since 2020, and while onboarding others to do the same, one of the most recurring concerns is "How to properly off-ramp to fiat currencies to save, spend, or pay for business costs?" This is a fair concern, which I want to address in this article.</p>
<p dir="ltr"><strong>TL;DR:</strong> You won't need to off-ramp most of the time. Or, at least, that's the general idea: Avoiding on-ramps and off-ramps as much as possible.</p>
<h1 dir="ltr">What are on-ramps and off-ramps?</h1>
<p dir="ltr">Ramps reference entry and exit points from fiat to nano and vice-versa. Essentially, if we understand nano as a road of users coming and going, an on-ramp is when these users exchange a fiat currency for <a href="https://nano.org/en/currency" target="_blank" rel="noopener">XNO</a>, while an off-ramp exchanges XNO for fiat. Getting in and out of the nano road.</p>
<p dir="ltr" style="text-align: center;"><img src="https://write.nano.org/assets/a7c05363-c8d7-446e-b1cf-c0391785ad49?key=article-body" alt="On Ramp and off Ramp   Graph"><em>Nano's On-ramp &amp; Off-ramp visualization. Source: Vini Barbosa (@vinibarbosabr)</em></p>
<p id="docs-internal-guid-2851f704-7fff-0e63-1730-6fe8884704b8" dir="ltr">The "Nano Road" is a permissionless road that anyone can use anywhere and at any time. It is a high-speed road connecting any starting point to any destination, usually in less than a second and without charging fees from its riders.</p>
<p dir="ltr">Conversely, the fiat roads are permissioned and are not available to anyone anywhere at any time. Moreover, the ramps are the nano road's weak spots, where the fiat road owners can create barriers, rentseek, and decide who has the right to use them or not.</p>
<p dir="ltr">In summary, the nano road is a <a href="https://nano.org/en/blog/how-does-nano-solve-the-dust-issue--fe1a0520" target="_blank" rel="noopener">free-to-use</a> high-speed road that can efficiently lead you anywhere you want. However, it is limited by the on-ramps and off-ramps, which you can decide not to use with the proper management.</p>
<p dir="ltr"><em>This is what this article is about. I will not address the particularities of the fiat roads (like taxes and other regulations), which will change according to each individual's location. If you want to better understand these particularities, you should consult a local professional.</em></p>
<h1 dir="ltr">Business management: Accepting nano payments and avoiding the fiat ramps</h1>
<p dir="ltr">Accepting nano payments in your business is as easy as setting up a <a href="https://hub.nano.org/wallets" target="_blank" rel="noopener">self-custody wallet</a> (usually won't take more than five minutes) and communicating it visibly (a "nano accepted here" <a href="https://assets.nano.org/" target="_blank" rel="noopener">sticker</a> on a physical point of sale or similar on a website or social media account).</p>
<p dir="ltr" style="text-align: center;"><img src="https://write.nano.org/assets/b5ed0772-18ff-43e9-87ec-4769d580bfa7?key=article-body" alt="Nano accepted here stickers in Portuguese"><em>"Nano accepted here" stickers in Portuguese. Photo: Vini Barbosa (@vinibarbosabr)</em></p>
<p id="docs-internal-guid-9fea2293-7fff-6e9f-c0e9-d6b50b6ffaf1" dir="ltr">Additionally, it is possible to use third-party services or integrations to help receive and manage the nano payments. Check some <a href="https://hub.nano.org/merchant-solutions" target="_blank" rel="noopener">merchant solutions</a> that accept nano, like <a href="https://nowpayments.io/" target="_blank" rel="noopener">NowPayments</a>, <a href="https://sellix.io/" target="_blank" rel="noopener">Sellix</a>, and <a href="http://pay.nano.to" target="_blank" rel="noopener">pay.nano.to.</a></p>
<p dir="ltr">Just like cash, you communicate that you take XNO for payments, and your customers will pay from their pockets (self-custody wallet) to yours. At the end of the day/week/month/quarter, you make the cash accounting by taking notes on a ledger and moving part (or all) of it from the daily hot wallet to a safe cold wallet.</p>
<p dir="ltr">Ok, now you still need to pay infrastructure costs, goods, and service providers, pay your employees, and take your share of the profit; <em>thus, you definitely need to off-ramp your XNO, don't you? <strong>No</strong>. Not necessarily.</em></p>
<h2 dir="ltr">Cryptocurrency inflow will be relatively low at first</h2>
<p dir="ltr">Let's be realistic here; there aren't yet many people looking to spend their cryptocurrency (including nano) daily. Or, at least, there are far more people in the world currently spending their local fiat currencies instead of a better monetary alternative.</p>
<p dir="ltr">Therefore, businesses can expect the payment share in nano to be far lower than that of fiat payments in the beginning. The shift will most likely be gradual instead of sudden, which is perfect; here's why:</p>
<p dir="ltr">By receiving a relatively low share of your payments in nano, you have enough time and lower risk exposure to learn this new endeavor on a business level. Overall, you will still be able to keep your fiat cash flow sustaining your business with your usual customers to pay for infra, providers, employees, and most part of your profit-taking share.</p>
<p dir="ltr"><img src="https://write.nano.org/assets/c3c78185-f128-4023-a3af-5cb081041046?key=article-body" alt="Fiat and Crypto Share of Payments"></p>
<h2 id="docs-internal-guid-b9ffcef1-7fff-8cb5-598d-192d91ae9d01" dir="ltr">Eliminating the on-ramps with an alternative nano DCA strategy</h2>
<p dir="ltr">Nano will be an extra revenue, which you will learn to manage properly&mdash;the same way you learned to manage your fiat-based business when you started it in the past.</p>
<p dir="ltr">At first, all nano revenue could be paid as a bonus to the owners and kept for mid-to-long-term savings, as some dollar-cost averaging (DCA) strategy. Instead of buying XNO, you take this share as profit and save it for the future. As a result, you will slowly eliminate the need to on-ramp (buying nano with fiat), directly receiving it in exchange for your work.</p>
<p dir="ltr">However, if you still want to exchange XNO with other currencies, check the <a href="https://hub.nano.org/trading" target="_blank" rel="noopener">exchanges</a> that currently support nano.</p>
<p dir="ltr">You can also propose to pay your employees bonuses and result-oriented rewards with nano as the volume increases. This would be a separate payment from the usual wage and should ideally be given guidelines for safekeeping and insights on how to spend directly&mdash;which leads us to the next step: building (or taking part) in a circular nano-based economy.</p>
<h2 dir="ltr">Build and take part in a nano-based circular economy</h2>
<p dir="ltr">So, you have been taking a share of your profits in nano and paying bonuses that way for a while, but <strong>(1)</strong> the volume in nano payments is surging, and/or <strong>(2)</strong> it is time to use these savings that have increased their purchasing power; <em>should you off-ramp now?</em></p>
<p dir="ltr">Maybe... It's up to you, but again, not necessarily. At least, not in the most common way of doing it (directly exchanging nano for fiat to your bank account).</p>
<p dir="ltr">For that, you can take part in worldwide crypto-based circular economies on the internet, using crypto-native services such as gift card stores (like <a href="https://redeemfor.me/" target="_blank" rel="noopener">RedeemforMe</a>, <a href="https://www.coinsbee.com/en/" target="_blank" rel="noopener">Coinsbee</a>, <a href="https://cakepay.com/" target="_blank" rel="noopener">Cake Pay</a>, etc) and <a href="https://hub.nano.org/merchants" target="_blank" rel="noopener">merchants</a> or other services that can be useful for businesses, like <a href="https://nano-gpt.com/" target="_blank" rel="noopener">NanoGPT</a> and its pay-per-use model for artificial intelligence (AI) tools or <a href="https://fyncom.com/" target="_blank" rel="noopener">Fyncom</a> with its finance and communication solutions.</p>
<p dir="ltr">Moreover, you can start <a href="https://nano.org/en/blog/first-african-merchant-meetup-exploring-business-innovation-solutions-for-2024--a82b0371" target="_blank" rel="noopener">networking with other local businesses</a>, merchants, and service providers who could also be interested in accepting nano for payments and <a href="https://nano.org/en/blog/starting-circular-economies-with-nano-networking-meet-ups--5ffc35fc" target="_blank" rel="noopener">starting a local circular economy</a> where entities can directly earn and spend locally in a peer-to-peer manner.</p>
<p dir="ltr">At this point, it's essential to always have some <a href="https://nano.org/en/blog/the-beginners-guide-to-cryptocurrency-and-nano--652f72a2" target="_blank" rel="noopener">educational material</a> available and easily accessible at your business place (online or physical) to help onboard new users interested in nano. This achieves two goals: <strong>(1) onboard customers</strong> that will start using this preferred medium of exchange at your store and, possibly, bring new customers alike in the future, and <strong>(2) onboard businesses</strong>, merchants, and service providers where you can directly spend your XNO revenue without needing an off-ramp.</p>
<h1 dir="ltr">Start slowly, but start now!</h1>
<p dir="ltr">In conclusion, nano payment adoption will not suddenly happen by magic. It is a gradual change for a better relationship with money that takes time, learning, and educating others, and it won't happen unless enthusiasts do their part. Nevertheless, most businesses and individuals could already start taking their first steps now. The sooner people start doing it, the sooner a relevant adoption will happen.</p>
<p dir="ltr">I started receiving very small payments in bitcoin for writing gigs back in 2020. A few months later, I had already sold some goods online in exchange for nano. In 2021 and 2022, I received my yearly bonuses in BTC, and in 2023, I freelanced for nano, and other cryptocurrencies, slightly increasing the crypto-based payments share over my dominating fiat payments.</p>
<p dir="ltr">Nano has always been my preferred choice due to its properties as money, and I continue to work with <a href="https://ririro.com/" target="_blank" rel="noopener">Ririro</a> and get some of my payments in XNO.</p>
<p dir="ltr">For what it's worth, the more I started using crypto for payments, the more I naturally started distancing myself from BTC due to long waiting times, fees, and lack of privacy that were not interesting from a business perspective with enough offsetting competitive advantages.</p>
<p dir="ltr">This year, I finally achieved my goal of earning my payments 100% in cryptocurrencies while discovering new ways to use that money without relying on off-ramps.</p>
<p dir="ltr"><strong>It is possible!</strong></p>
<p dir="ltr">Start slowly and move forward as you feel comfortable, according to your own reality. Nano will only have sustainable long-term value if we recognize this value and adopt them. No adoption equals no use, which equals no organic demand. Speculators of non-used coins are just playing a "Greater Fool" game that is fated to end and bring significant losses to the ultimate "greater fool."</p>
<p dir="ltr">Finally, start slowly, but <strong>start now</strong>. As you go, join me and teach others how to accept and use payments in nano without relying on fiat ramps.</p>]]></content:encoded>
            <enclosure url="https://write.nano.org/assets/90d0c7e0-13ef-44eb-8121-59c440059f94?key=article-top" length="0" type="image//assets/90d0c7e0-13ef-44eb-8121-59c440059f94"/>
        </item>
    </channel>
</rss>