<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Node Times: Anton</title>
    <description>The latest articles on Node Times by Anton (@anovgorod).</description>
    <link>https://nodetimes.com/anovgorod</link>
    <image>
      <url>https://nodetimes.com/uploads/user/profile_image/1/e5d499f1-0ed9-4361-aadd-ef23d6623b1a.jpg</url>
      <title>Node Times: Anton</title>
      <link>https://nodetimes.com/anovgorod</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://nodetimes.com/feed/anovgorod"/>
    <language>en</language>
    <item>
      <title>Crypto Market Gets a Year to Mature. But Who Will Hold the Keys?</title>
      <dc:creator>Anton</dc:creator>
      <pubDate>Wed, 20 May 2026 11:30:37 +0000</pubDate>
      <link>https://nodetimes.com/anovgorod/crypto-market-gets-a-year-to-mature-but-who-will-hold-the-keys-2k4k</link>
      <guid>https://nodetimes.com/anovgorod/crypto-market-gets-a-year-to-mature-but-who-will-hold-the-keys-2k4k</guid>
      <description>&lt;p&gt;There's a convenient illusion: if the state finally writes clear rules for the crypto market, the market will immediately become mature.&lt;/p&gt;

&lt;p&gt;Well, not really.&lt;/p&gt;

&lt;p&gt;The law can say: "now it's allowed." But the law itself doesn't hold assets, sign transactions, restore access, investigate incidents, or answer for stolen keys.&lt;/p&gt;

&lt;p&gt;If the discussed idea of comprehensive regulation of crypto assets in the Russian context becomes law, and the transition period turns out to be short — say, about a year — the main question won't be "whether crypto will be allowed." The main question will be much more mundane and important:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;who will be able to securely hold keys, sign transactions, and not lose other people's money?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That's where the real adult story begins.&lt;/p&gt;

&lt;p&gt;The law is the "start" button. Custody infrastructure is the brakes, seat belts, and fire system. Without them, the market isn't mature — just fast.&lt;/p&gt;

&lt;h2&gt;
  
  
  The First Year Won't Be About Exchanges
&lt;/h2&gt;

&lt;p&gt;When people hear "crypto regulation," they usually picture exchanges, beautiful apps, charts, tokens, new products for users.&lt;/p&gt;

&lt;p&gt;But if we're talking about the institutional market, the first thing that'll need to be built isn't storefronts. It'll be trusted infrastructure for storing and managing assets.&lt;/p&gt;

&lt;p&gt;Because "allowing crypto" and "making it safe for businesses, banks, and major clients" are completely different levels of maturity.&lt;/p&gt;

&lt;p&gt;First and foremost, the market will need custody solutions. Not wallets in the style of "here's your seed phrase, don't lose it," but proper corporate systems: roles, access rights, action logging, redundancy, recovery procedures, audit, and clear accountability.&lt;/p&gt;

&lt;p&gt;A separate layer is key management.&lt;/p&gt;

&lt;p&gt;In crypto assets, a private key isn't a password to a personal account. A private key gives actual control over the asset. If a company doesn't know how to securely generate, store, use, and recover keys, there's no regulated market. There's an expensive casino with nice presentations.&lt;/p&gt;

&lt;p&gt;The next layer is transaction signing infrastructure.&lt;/p&gt;

&lt;p&gt;Signing shouldn't happen "on an admin's laptop." MPC, HSM, multisig, or hybrid models are needed, where operations go through access policies, confirmations, limits, logging, and audit.&lt;/p&gt;

&lt;p&gt;Then comes everything else: AML, incident investigation, node security, server and network security, fiat gateways, bank integrations, reconciliation, API, compliance.&lt;/p&gt;

&lt;p&gt;In short: the first year of regulation isn't "crypto is allowed." It's a frantic infrastructure construction.&lt;/p&gt;

&lt;h2&gt;
  
  
  Custodian — Bridge Between Cryptography and Corporate Reality
&lt;/h2&gt;

&lt;p&gt;Imagine a company holding ₽500 million in tokenized assets.&lt;/p&gt;

&lt;p&gt;It doesn't care much about Web3 philosophy. It cares about simple questions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;who's responsible for loss;&lt;/li&gt;
&lt;li&gt;who has the right to sign operations;&lt;/li&gt;
&lt;li&gt;can access be revoked from an employee;&lt;/li&gt;
&lt;li&gt;how to investigate an incident;&lt;/li&gt;
&lt;li&gt;what to do in case of compromise;&lt;/li&gt;
&lt;li&gt;whether there's backup recovery;&lt;/li&gt;
&lt;li&gt;who bears legal responsibility.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's where the custodian appears.&lt;/p&gt;

&lt;p&gt;A custodian is a bridge between cryptography and corporate reality. Between the world of "not your keys, not your coins" and the world of board of directors, accounting, security service, internal audit, and the regulator.&lt;/p&gt;

&lt;p&gt;Without this, the market quickly slides into the format of "just send USDT here."&lt;/p&gt;

&lt;p&gt;This might work in a gray zone, in small deals, and in personal arrangements. But it's not an institutional market. It's chaos.&lt;/p&gt;

&lt;p&gt;Crypto in business without proper custody infrastructure isn't a safe. It's an envelope with cash that a system administrator happens to be carrying around.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Main Risk — Keys
&lt;/h2&gt;

&lt;p&gt;If I had to choose the main technical risk of the future regulated crypto market, I wouldn't put certification or bank integrations first.&lt;/p&gt;

&lt;p&gt;The main risk is keys.&lt;/p&gt;

&lt;p&gt;You can have perfect compliance. You can have beautiful licenses. You can have bank integrations. But if one privileged operator withdraws the assets — game over.&lt;/p&gt;

&lt;p&gt;In crypto, it's not just cryptography that gets broken. More often, people, processes, and infrastructure get broken:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;employee access;&lt;/li&gt;
&lt;li&gt;CI/CD;&lt;/li&gt;
&lt;li&gt;malicious updates;&lt;/li&gt;
&lt;li&gt;secret leaks;&lt;/li&gt;
&lt;li&gt;phishing;&lt;/li&gt;
&lt;li&gt;poor network segmentation;&lt;/li&gt;
&lt;li&gt;temporary admin solutions that "we'll definitely fix later."&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That "we'll fix it later" in financial infrastructure typically lives for years.&lt;/p&gt;

&lt;p&gt;Bank integration is critical too. Even a good crypto service without clear interaction with traditional fintech won't scale. But if keys are stored poorly, integration won't save it.&lt;/p&gt;

&lt;p&gt;Certification matters, but it's more of a bureaucratic brake. Keys are the point where an error immediately turns into a loss of money.&lt;/p&gt;

&lt;h2&gt;
  
  
  Banks Know Money. But Keys Are a Different Sport
&lt;/h2&gt;

&lt;p&gt;Russia is strong in fintech. That's true.&lt;/p&gt;

&lt;p&gt;We have a strong school of core banking, processing, antifraud, enterprise backend, bank integrations. In many things, Russian fintech really knows how to build complex industrial systems.&lt;/p&gt;

&lt;p&gt;But blockchain infrastructure is a separate discipline.&lt;/p&gt;

&lt;p&gt;It needs people who simultaneously understand distributed systems, applied cryptography, key management, consensus architecture, node operations, threat modeling, wallet infrastructure, and secure signing.&lt;/p&gt;

&lt;p&gt;In my estimation, there aren't many such specialists in the Russian context: it's a narrow competence at the intersection of cryptography, distributed systems, and financial security.&lt;/p&gt;

&lt;p&gt;And an important nuance: a noticeable portion of strong teams have long been oriented toward the international market. There was demand, budgets, products, infrastructure tasks, and normal practice there.&lt;/p&gt;

&lt;p&gt;So the market won't face a shortage of "IT guys." IT guys exist.&lt;/p&gt;

&lt;p&gt;The market will face a shortage of crypto infra engineers.&lt;/p&gt;

&lt;p&gt;And that's a whole different story.&lt;/p&gt;

&lt;h2&gt;
  
  
  On This Wave, Boring but Expensive Infrastructure Will Emerge
&lt;/h2&gt;

&lt;p&gt;If regulation really launches the market, the set of new services is fairly predictable.&lt;/p&gt;

&lt;p&gt;Likely, Fireblocks‑like solutions will appear — services for corporate storage, signing, and control of digital asset operations.&lt;/p&gt;

&lt;p&gt;Corporate wallets with RBAC, approvals, and policy engine will appear. Transaction monitoring, AML, tracing, risk scoring services will appear.&lt;/p&gt;

&lt;p&gt;Tools for managing corporate crypto reserves will appear. Key recovery and business continuity solutions will appear, because key loss will become a separate market fear.&lt;/p&gt;

&lt;p&gt;Managed node infrastructure, crypto compliance middleware, auditors, and incident response teams that investigate hacks, leaks, and failed architectural decisions will appear.&lt;/p&gt;

&lt;p&gt;Looking pragmatically, the winners won't necessarily be those building "a new blockchain."&lt;/p&gt;

&lt;p&gt;Rather, those who build boring but mission‑critical infrastructure will win.&lt;/p&gt;

&lt;p&gt;Boring infrastructure, without which no major player would risk holding serious money.&lt;/p&gt;

&lt;p&gt;The main profession of the new cycle isn't a crypto evangelist, but a boring engineer who knows how not to lose private keys.&lt;/p&gt;

&lt;h2&gt;
  
  
  The First Solutions Will Almost Certainly Be Hacks
&lt;/h2&gt;

&lt;p&gt;A year is very little.&lt;/p&gt;

&lt;p&gt;Financial infrastructure isn't built properly "on a knee." But if the transition period is short, the risk of a rush and temporary solutions will be high.&lt;/p&gt;

&lt;p&gt;The scenario is clear: regulation comes out, a transition period appears, everyone understands they need to comply urgently. A rush begins.&lt;/p&gt;

&lt;p&gt;And in this race, we might see:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;quickly wrapped open‑source solutions;&lt;/li&gt;
&lt;li&gt;dangerous custom integrations;&lt;/li&gt;
&lt;li&gt;poorly vetted custody systems;&lt;/li&gt;
&lt;li&gt;centralized points of failure;&lt;/li&gt;
&lt;li&gt;temporary architectures that then live for five years;&lt;/li&gt;
&lt;li&gt;"manual" procedures disguised as enterprise process.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The classic mistake — trying to solve an institutional task with a startup approach of "MVP first."&lt;/p&gt;

&lt;p&gt;But custody isn't a market where an MVP mistake is cheap.&lt;/p&gt;

&lt;p&gt;Here, a mistake means loss of assets, criminal risks, and reputational collapse.&lt;/p&gt;

&lt;p&gt;So the first year of regulation, if it really follows a fast‑transition model, won't be a year of mature market. It'll be a year of infrastructure turbulence and a battle for competence.&lt;/p&gt;

&lt;h2&gt;
  
  
  But for Strong Teams, This Is a Window of Opportunity
&lt;/h2&gt;

&lt;p&gt;Importantly: this doesn't mean everything's bad and we can go home.&lt;/p&gt;

&lt;p&gt;Quite the opposite.&lt;/p&gt;

&lt;p&gt;If the market starts rapidly transitioning into a regulated context, a rare window of opportunity opens for proper engineering teams. Not to "make another token." Not to "launch another exchange with a nice landing page." But to build the infrastructure without which a mature market simply won't take off.&lt;/p&gt;

&lt;p&gt;Custody, signing, monitoring, recovery, audit, compliance middleware, secure node hosting — all this sounds boring. But it's on boring infrastructure that big money usually stands.&lt;/p&gt;

&lt;p&gt;We just need to honestly understand: legally, cryptocurrencies, crypto assets, digital financial assets, and foreign digital rights are different regimes. Specific requirements will depend on the final version of regulation.&lt;/p&gt;

&lt;p&gt;But the infrastructure problem is similar for them: if an asset is digital, if access to it depends on keys, and if operations need to be conducted securely, then the question of storage, signing, control, and responsibility doesn't disappear.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Question Isn't Whether They'll Allow It
&lt;/h2&gt;

&lt;p&gt;Arguments around crypto have too long focused on "whether they'll allow or ban it." But for business, that's no longer the main question.&lt;/p&gt;

&lt;p&gt;The main question is different: who will securely hold assets, sign operations, pass audit, restore access, investigate incidents, and answer to the client if something goes wrong.&lt;/p&gt;

&lt;p&gt;A law is written in months.&lt;/p&gt;

&lt;p&gt;Trusted infrastructure is built in years.&lt;/p&gt;

&lt;p&gt;And if the market gets a short transition period, the next big story won't be about tokens. It'll be about keys, custodians, engineers, and how many hacks the market manages to hide under the beautiful word "infrastructure."&lt;/p&gt;

</description>
      <category>regulation</category>
      <category>russia</category>
      <category>infrastructure</category>
      <category>castodial</category>
    </item>
    <item>
      <title>Blockchain Life Forum 2026 in Moscow Drew 16,388 Attendees</title>
      <dc:creator>Anton</dc:creator>
      <pubDate>Fri, 17 Apr 2026 16:38:15 +0000</pubDate>
      <link>https://nodetimes.com/anovgorod/blockchain-life-forum-2026-in-moscow-drew-16388-attendees-554l</link>
      <guid>https://nodetimes.com/anovgorod/blockchain-life-forum-2026-in-moscow-drew-16388-attendees-554l</guid>
      <description>&lt;p&gt;On April 14–15, Moscow hosted Russia’s biggest crypto event — and one of the key industry gatherings worldwide. Blockchain Life is where the crypto market agenda for the next year gets shaped for Russia, the CIS, and the global Web3 community.&lt;/p&gt;

&lt;p&gt;🗣️ &lt;strong&gt;200+ Speakers from Around the World&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The main stage featured top industry players: leading investors, project founders, government representatives, and major corporations — including Yandex, Sber, Alfa-Bank, and others.&lt;/p&gt;

&lt;p&gt;The forum became a crossroads where crypto, government, big business, and AI meet.&lt;/p&gt;

&lt;p&gt;One of the central highlights was a speech by Errol Musk — Elon Musk’s father.&lt;br&gt;&lt;br&gt;
Garrett Bullish also shared his vision for the 2026 market.&lt;br&gt;&lt;br&gt;
Alexander Vinnik’s talk drew particular interest — he spoke publicly for the first time about the early days of the crypto market.&lt;/p&gt;

&lt;p&gt;The forum also hosted a dialogue between crypto businesses and government officials, with participation from the Deputy Minister of Digital Development, State Duma deputies, and directors from the Central Bank and Ministry of Energy.&lt;br&gt;&lt;br&gt;
Key issues discussed included regulation, the future of the market, and legalizing the industry.&lt;/p&gt;

&lt;p&gt;A major new addition was the first-ever AI Future Forum.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blockchain Life proved to be:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a meeting point for whales, funds, and top companies
&lt;/li&gt;
&lt;li&gt;a place where crypto deals and partnerships are made
&lt;/li&gt;
&lt;li&gt;the region’s number one networking hub&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The event wrapped up with an official AfterParty featuring a concert by L’One.&lt;/p&gt;

</description>
      <category>blockchainforum</category>
      <category>moscow</category>
      <category>events</category>
      <category>blockchainlife</category>
    </item>
    <item>
      <title>Blockchain Forum 2026: Top Reasons to Attend in Moscow on April 14–15</title>
      <dc:creator>Anton</dc:creator>
      <pubDate>Thu, 09 Apr 2026 12:54:26 +0000</pubDate>
      <link>https://nodetimes.com/anovgorod/blockchain-forum-2026-top-reasons-to-attend-in-moscow-on-april-14-15-25hj</link>
      <guid>https://nodetimes.com/anovgorod/blockchain-forum-2026-top-reasons-to-attend-in-moscow-on-april-14-15-25hj</guid>
      <description>&lt;p&gt;Want to make the most of two days with the top names in crypto? Then Blockchain Forum 2026 is where you need to be — the leading crypto and Web3 event in the CIS region.&lt;br&gt;
🌍 This is not a forum people attend just to watch — it’s where deals are made, meetings happen and projects are launched. If you want to stay at the center of market momentum, grow your career, scale your project or position yourself ahead of the next market cycle, this is an event you shouldn’t miss.&lt;br&gt;
📌 Why attend:&lt;br&gt;
– 200+ exclusive speakers, many appearing in Russia for the first time&lt;br&gt;
– 20,000+ attendees from 100+ countries&lt;br&gt;
– 250 leading crypto companies exhibiting&lt;br&gt;
– Investors, funds, startups, banks and exchanges on one platform&lt;br&gt;
– Real-world case studies, strategies and actionable insights&lt;br&gt;
– The legendary AfterParty with key community leaders&lt;br&gt;
– Dedicated AI Future Forum: Web3 + AI&lt;br&gt;
– Opportunities to meet partners, clients and investors in just two days&lt;br&gt;
– A dynamic expo where crypto comes alive — from project premieres to direct conversations with founders&lt;br&gt;
– High-level networking with market leaders — from quick introductions to connections that can redefine your project’s trajectory&lt;br&gt;
🔥 The key crypto event of the spring: two days that can accelerate your growth for months ahead.&lt;br&gt;
The official AfterParty will be headlined by L’One — one of the most prominent artists on the Russian stage. His live performance will be the highlight of the evening, delivering unforgettable emotions and energy.&lt;br&gt;
Purchase your ticket now with a 10% discount using promo code **********:&lt;br&gt;
&lt;a href="https://blockchain.forum/en/" rel="noopener noreferrer"&gt;https://blockchain.forum/en/&lt;/a&gt;&lt;br&gt;
See you in Moscow!&lt;/p&gt;

</description>
      <category>blockchainforum</category>
      <category>moscow</category>
      <category>networking</category>
    </item>
    <item>
      <title>Wei Dai — The Idea of Digital Money Before It Became Real</title>
      <dc:creator>Anton</dc:creator>
      <pubDate>Fri, 20 Mar 2026 13:02:56 +0000</pubDate>
      <link>https://nodetimes.com/anovgorod/wei-dai-the-idea-of-digital-money-before-it-became-real-319l</link>
      <guid>https://nodetimes.com/anovgorod/wei-dai-the-idea-of-digital-money-before-it-became-real-319l</guid>
      <description>&lt;p&gt;Long before cryptocurrencies became a market, before exchanges, before mining hardware and token prices, the idea of digital money without a central authority existed only as a thought experiment.&lt;/p&gt;

&lt;p&gt;In 1998, a short technical proposal appeared on a cypherpunk mailing list. It did not promise a revolution. It did not attract headlines. But it described a system that, years later, would become reality.&lt;/p&gt;

&lt;p&gt;Wei Dai called it &lt;strong&gt;b-money&lt;/strong&gt;.&lt;/p&gt;




&lt;p&gt;Wei Dai is one of the most private figures in the history of cryptography. Unlike many modern participants in the crypto space, he has never built a public persona around his work. There are no widely circulated interviews, no conference circuits, no visible attempts to shape a narrative around his role.&lt;/p&gt;

&lt;p&gt;What is known about him is limited but meaningful.&lt;/p&gt;

&lt;p&gt;He studied computer science at the &lt;strong&gt;University of Washington&lt;/strong&gt;, where he developed a strong technical foundation in cryptography and distributed systems. He later worked as a software engineer and became involved in the cypherpunk movement, an informal but highly influential community of thinkers focused on privacy, cryptography, and digital autonomy.&lt;/p&gt;

&lt;p&gt;Within that environment, ideas were often more important than visibility.&lt;br&gt;
Wei Dai fit that culture perfectly.&lt;/p&gt;




&lt;p&gt;The b-money proposal was concise, almost minimalistic. But within that structure, it addressed one of the most difficult problems in computer science and economics:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How can a monetary system function if no participant is trusted?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Wei Dai outlined a model in which a group of pseudonymous participants could maintain a shared ledger of balances. Instead of relying on a central authority, the system would depend on cryptographic identities and collective verification.&lt;/p&gt;

&lt;p&gt;He wrote:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“A scheme for a group of untraceable digital pseudonyms to pay each other with money…”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The proposal included several core ideas that later became standard in blockchain systems:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a distributed ledger maintained by participants&lt;/li&gt;
&lt;li&gt;the use of public keys as identities&lt;/li&gt;
&lt;li&gt;the creation of money through computational work&lt;/li&gt;
&lt;li&gt;a system of contracts enforced without centralized control&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;At the time, these ideas were not part of any mainstream technological agenda. They existed at the edge of what was technically possible.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://nodetimes.com/uploads/articles/e7l0uahub48liiltyjhq.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://nodetimes.com/uploads/articles/e7l0uahub48liiltyjhq.jpeg" alt=" " width="" height=""&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;What makes b-money remarkable is not just its structure, but its clarity.&lt;/p&gt;

&lt;p&gt;Wei Dai was not trying to build a product.&lt;br&gt;
He was defining a system.&lt;/p&gt;

&lt;p&gt;He approached digital money as a coordination problem. If participants do not trust each other, how can they agree on balances, enforce rules, and prevent fraud?&lt;/p&gt;

&lt;p&gt;In one version of the proposal, every participant maintains a database of account balances. In another, specialized servers handle certain responsibilities while still preserving a degree of decentralization.&lt;/p&gt;

&lt;p&gt;Both approaches reveal a careful attempt to balance theory with practicality.&lt;/p&gt;

&lt;p&gt;Neither was implemented.&lt;/p&gt;




&lt;p&gt;From a modern perspective, that absence of implementation might look like a limitation. In reality, it highlights something more important.&lt;/p&gt;

&lt;p&gt;b-money was not constrained by immediate execution.&lt;br&gt;
It was free to explore the architecture of a system that did not yet have the infrastructure to exist.&lt;/p&gt;

&lt;p&gt;The internet of the late 1990s lacked the maturity, computational power, and network effects required to support such a design. What Wei Dai produced was a conceptual framework waiting for its conditions.&lt;/p&gt;




&lt;p&gt;When decentralized cryptocurrencies finally emerged years later, many of the ideas outlined in b-money appeared in operational form. The connection is not speculative. The intellectual lineage is explicit.&lt;/p&gt;

&lt;p&gt;Wei Dai’s work demonstrated that digital money could be approached not as a centralized service, but as a distributed protocol governed by incentives and cryptographic proof.&lt;/p&gt;

&lt;p&gt;That shift in perspective is foundational.&lt;/p&gt;




&lt;p&gt;Despite this, Wei Dai has remained largely outside the public narrative of the crypto industry.&lt;/p&gt;

&lt;p&gt;He did not attempt to commercialize b-money.&lt;br&gt;
He did not build a startup around it.&lt;br&gt;
He did not position himself as a central figure when cryptocurrencies gained global attention.&lt;/p&gt;

&lt;p&gt;His role is quieter, but not smaller.&lt;/p&gt;

&lt;p&gt;He contributed at the level where systems are first imagined.&lt;/p&gt;




&lt;p&gt;There is a particular kind of discipline in that approach.&lt;/p&gt;

&lt;p&gt;In a field where recognition often follows execution, Wei Dai’s contribution exists at an earlier stage. He identified the structure of a problem and proposed a solution before it was technically or economically feasible to implement.&lt;/p&gt;

&lt;p&gt;That requires a different mindset. Less urgency, more precision.&lt;/p&gt;




&lt;p&gt;Another important aspect of b-money is its implicit focus on anonymity and coordination.&lt;/p&gt;

&lt;p&gt;The system assumes that participants do not know each other and cannot rely on traditional trust mechanisms. It replaces identity with pseudonymity and replaces enforcement with cryptographic verification.&lt;/p&gt;

&lt;p&gt;This model forces a deeper question:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What does trust look like in a system where no one knows who the other participants are?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Wei Dai’s answer was not social. It was mathematical.&lt;/p&gt;




&lt;p&gt;Today, decentralized systems operate at a scale that was difficult to imagine in 1998. Distributed ledgers secure billions in value. Smart contracts automate complex agreements. Cryptographic identities underpin entire ecosystems.&lt;/p&gt;

&lt;p&gt;These developments often appear as sudden breakthroughs.&lt;/p&gt;

&lt;p&gt;In reality, they are the result of ideas that were articulated long before the technology caught up.&lt;/p&gt;




&lt;p&gt;Wei Dai’s work represents that earlier phase.&lt;/p&gt;

&lt;p&gt;Not the moment when systems go live.&lt;br&gt;
But the moment when they become thinkable.&lt;/p&gt;

&lt;p&gt;He did not build a network.&lt;br&gt;
He did not build an industry.&lt;/p&gt;

&lt;p&gt;He described a system in which such an industry could eventually exist.&lt;/p&gt;




&lt;p&gt;In the history of technology, there are people who execute and people who conceptualize. Both are necessary. Without execution, ideas remain abstract. Without conceptual clarity, execution lacks direction.&lt;/p&gt;

&lt;p&gt;Wei Dai belongs to the second group.&lt;/p&gt;

&lt;p&gt;His contribution is not measured in code repositories or market capitalization.&lt;/p&gt;

&lt;p&gt;It is measured in the structure of an idea that proved to be correct.&lt;/p&gt;

</description>
      <category>lrp</category>
      <category>history</category>
      <category>payment</category>
      <category>biography</category>
    </item>
    <item>
      <title>Polymarket and the new phase of crypto: when investing turns into betting on the news</title>
      <dc:creator>Anton</dc:creator>
      <pubDate>Mon, 16 Mar 2026 06:51:10 +0000</pubDate>
      <link>https://nodetimes.com/anovgorod/polymarket-and-the-new-phase-of-crypto-when-investing-turns-into-betting-on-the-news-gdh</link>
      <guid>https://nodetimes.com/anovgorod/polymarket-and-the-new-phase-of-crypto-when-investing-turns-into-betting-on-the-news-gdh</guid>
      <description>&lt;p&gt;The crypto market used to sell a grand idea. It promised a new financial architecture, sovereign money, decentralization, digital ownership, and technologies that would rewrite the rules. But every prolonged crypto winter does the same thing to the market: it strips away ideology, burns out patience, and pushes capital to look not for fundamentals, but for motion.&lt;/p&gt;

&lt;p&gt;When the long uptrend disappears, money flows to whatever can produce a fast outcome. Not to assets that may mature in three years, but to events that will resolve tomorrow, by evening, or in fifteen minutes. That is exactly the environment in which Polymarket found its momentum.&lt;/p&gt;

&lt;p&gt;Formally, Polymarket is a prediction market where participants buy and sell probabilities tied to future events. In practice, it has become an ideal product for an age driven by nerves, headlines, and global instability. It sits in a gray zone between financial instrument, news terminal, and legalized betting. The platform itself describes Polymarket as the world’s largest prediction market, while its infrastructure already includes limit orders, liquidity programs, and maker rebates that make it feel much closer to a trading venue than a novelty app.&lt;/p&gt;

&lt;p&gt;That is why Polymarket matters not just as a platform, but as a symptom. It is one of the clearest indicators of what part of the crypto economy becomes during periods of fatigue, uncertainty, and political turbulence.&lt;/p&gt;

&lt;h2&gt;
  
  
  Not a market for assets, but a market for outcomes
&lt;/h2&gt;

&lt;p&gt;Traditional investing requires time. An investor chooses an asset, studies its model, trusts a team, survives volatility, and waits for the thesis to play out. In a bear market, that process becomes much harder. Time horizons shrink. People no longer want to wait through several cycles. They want a fast narrative.&lt;/p&gt;

&lt;p&gt;Polymarket offers exactly that. It does not trade stocks, bonds, or even tokens in the usual sense. It trades outcomes. Will a candidate win. Will a regulator approve something. Will a politician say a specific phrase. Will Bitcoin rise over the next hour. Will a geopolitical event happen. The world stops being something to analyze and becomes a feed of triggers to position around.&lt;/p&gt;

&lt;p&gt;That is a major cultural shift. Not long ago, crypto was obsessed with memecoins, absurd tokens, and viral narratives. Now the same impulse has put on a suit. Instead of a dog or a frog, the market now speculates on elections, sanctions, central bank decisions, wars, and breaking headlines. In form, the market looks more mature. In substance, it is still monetizing collective excitement.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Polymarket fits this era so well
&lt;/h2&gt;

&lt;p&gt;Polymarket did not rise despite chaos. It rose because of chaos. The more uncertainty the world produces, the better markets perform when they can convert that uncertainty into a price.&lt;/p&gt;

&lt;p&gt;Political crises, wars, rumors of negotiations, unexpected central bank remarks, leaks, elections, sanctions, violent crypto moves, even individual words in a public speech, all of it becomes tradable material. In such a system, news stops being just news. It becomes an asset.&lt;/p&gt;

&lt;p&gt;That is one of the defining paradoxes of this era. The worse the global environment becomes, the more room there is for speculative activity. Not because markets love destruction, but because they love shifting probabilities. For Polymarket, instability is not a malfunction. It is the raw material.&lt;/p&gt;

&lt;p&gt;That is also why prediction markets are now at the center of a serious regulatory debate. Regulators, exchanges, and market participants are trying to determine what these platforms really are: tools for measuring expectations, a new segment of derivatives, or a form of gambling dressed up as analytics. In March 2026, the CFTC launched a new rulemaking process on prediction markets, while major exchange executives openly argued that the sector needs clearer boundaries and stronger oversight.&lt;/p&gt;

&lt;h2&gt;
  
  
  The illusion of rationality
&lt;/h2&gt;

&lt;p&gt;The most dangerous thing about Polymarket is not that it resembles a casino. The more interesting danger is that it lets users feel intellectually superior to a casino.&lt;/p&gt;

&lt;p&gt;Everything looks respectable. There are probabilities, limit orders, order books, statistics, historical data, spreadsheets, models, bots, risk management logic, early exits, arbitrage, and hedging. The participant feels less like a gambler and more like an analyst. Less like someone placing a bet, and more like someone exploiting an informational edge.&lt;/p&gt;

&lt;p&gt;That is where the critical line appears. Tables, formulas, and probability models do not magically turn a wager into an investment. A futures terminal does not automatically make every user a disciplined capital allocator.&lt;/p&gt;

&lt;p&gt;If the core of the strategy is to recognize a headline faster than everyone else, jump into the move, trade the shift in probability, and exit before the final resolution, then this is not long-term investing. It is speculation on nerves. It is not capital formation. It is trading the headline.&lt;/p&gt;

&lt;h2&gt;
  
  
  From collective intelligence to suspicion of insider edge
&lt;/h2&gt;

&lt;p&gt;Supporters of prediction markets often argue that such platforms outperform polls, television pundits, and conventional experts because they aggregate dispersed knowledge into a single market price. In theory, that sounds compelling. It also aligns with Robin Hanson’s broader idea of futarchy, where markets help guide decision-making by forcing people to put money behind beliefs instead of merely declaring opinions. &lt;/p&gt;

&lt;p&gt;But in the real world, that model has a weakness. The more a market depends on information speed, the more it invites a dangerous question: who knows more than everyone else, and where did that knowledge come from?&lt;/p&gt;

&lt;p&gt;In recent months, prediction markets have faced growing concerns about suspiciously well-timed trades around geopolitical events and leadership changes. Reuters reported that fears over insider-style informational advantages could damage trust in prediction markets as fair mechanisms for aggregating expectations. Once a market starts to look less like collective intelligence and more like a venue for those sitting closer to nonpublic information, the philosophy behind it changes immediately.&lt;/p&gt;

&lt;p&gt;At that point, it is no longer the wisdom of crowds. It becomes an expensive game played against latecomers.&lt;/p&gt;

&lt;h2&gt;
  
  
  Politics as the new memecoin
&lt;/h2&gt;

&lt;p&gt;The deeper cultural point is this: Polymarket has not merely created a new market. It has turned politics, geopolitics, and macroeconomics into a new class of speculative content.&lt;/p&gt;

&lt;p&gt;Crypto used to gamble on meaningless tokens. Now it gambles on the probabilities of historic events. The difference appears dramatic, but in practice it is smaller than it looks. The object of speculation has simply become more respectable.&lt;/p&gt;

&lt;p&gt;A memecoin was honest about its absurdity. A prediction market speaks the language of data, collective intelligence, and price discovery. Yet the user psychology is often the same. Find the mispricing. Buy cheaply. Get there before the crowd. Exit before resolution. Harvest dopamine from being right and from seeing price move.&lt;/p&gt;

&lt;p&gt;That is why Polymarket fits the moment so perfectly. It embeds gambling inside the language of analysis. It allows speculation to sound like research, and betting to feel like intellectual work.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where the real utility begins and ends
&lt;/h2&gt;

&lt;p&gt;It would be lazy to say these markets are useless. Prediction markets can provide genuine value. They offer a fast snapshot of expectations, reveal consensus in real time, sometimes outperform media commentary, and can serve as an additional signal in political, economic, or journalistic analysis.&lt;/p&gt;

&lt;p&gt;Polymarket itself also no longer looks like an improvised crypto toy. Users cannot directly create markets, but they can suggest them, while the platform continues to formalize rules, dispute resolution, liquidity programs, and new short-duration crypto market formats with fees and rebates. &lt;/p&gt;

&lt;p&gt;But a useful tool can still be used in a deeply speculative way. In mass behavior, Polymarket is less an academic truth machine and more a fast market interface for trading expectations. That is what keeps it closer to a casino than many of its defenders would like to admit.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Polymarket matters not because it is just another successful crypto product. It matters because it captures the present state of the market with unusual precision.&lt;/p&gt;

&lt;p&gt;When confidence in long technological narratives weakens, capital starts trading short narratives.&lt;/p&gt;

&lt;p&gt;When investing becomes boring and frightening, betting becomes tempting.&lt;/p&gt;

&lt;p&gt;When the world becomes too unstable for strategic patience, platforms that can package fear, rumor, news, and political crisis into liquid contracts become inevitable.&lt;/p&gt;

&lt;p&gt;That is why Polymarket is more than a prediction market. It is a showcase of crypto’s new psychology. Here, investing gives way to reflex, analysis fuses with азарт, and politics becomes the new memecoin for people who no longer want to understand the world, but to outtrade it over short time frames.&lt;/p&gt;

&lt;p&gt;And that may be the clearest conclusion of all. Crypto still speaks the language of the future. But more and more often, it earns money from whatever is happening right now, while the world argues, burns, votes, and panics.&lt;/p&gt;

</description>
      <category>polymarket</category>
      <category>investments</category>
      <category>trading</category>
      <category>analytics</category>
    </item>
    <item>
      <title>Why Bitcoin is not falling even as the market sells, and whether $10,000 is really possible</title>
      <dc:creator>Anton</dc:creator>
      <pubDate>Thu, 12 Mar 2026 16:10:01 +0000</pubDate>
      <link>https://nodetimes.com/anovgorod/why-bitcoin-is-not-falling-even-as-the-market-sells-and-whether-10000-is-really-possible-1fgn</link>
      <guid>https://nodetimes.com/anovgorod/why-bitcoin-is-not-falling-even-as-the-market-sells-and-whether-10000-is-really-possible-1fgn</guid>
      <description>&lt;p&gt;Bitcoin is back in its favorite role: forcing everyone to choose between a dramatic headline and a more difficult truth.&lt;/p&gt;

&lt;p&gt;On one side, the market is clearly seeing distribution. Large holders are selling. Smaller holders are taking profit as well. In a weaker market, that kind of pressure usually leads to a fast breakdown. Yet BTC is still trading around $70,322, with an intraday range near $69,240 to $71,271. When an asset absorbs that much selling and still refuses to collapse, it usually means one thing: someone with size is taking the other side.&lt;/p&gt;

&lt;p&gt;On the other side sits the hard bearish case. Bloomberg Intelligence strategist Mike McGlone has again argued that Bitcoin could fall to $10,000, repeating the idea that the cycle may already be exhausted, that crypto still needs a deeper cleansing, and that BTC now trades as part of the broader risk-asset complex rather than as a world apart. That is not a random doom-post. It is a structured macro thesis.&lt;/p&gt;

&lt;p&gt;The problem is that these two views are not talking about the same thing.&lt;/p&gt;

&lt;p&gt;The first one describes what the market is doing now.&lt;br&gt;
The second one describes a regime break that would still need to happen before $10,000 becomes a realistic destination.&lt;/p&gt;

&lt;p&gt;The market is not strong because nobody is selling. It is strong because selling is being absorbed&lt;/p&gt;

&lt;p&gt;This is the first point many people miss.&lt;/p&gt;

&lt;p&gt;The important signal is not that wallets are distributing. The important signal is that Bitcoin is not reacting to this pressure the way a weak market should. Price has stayed pinned near the same zone instead of cascading lower. That does not prove an immediate breakout, but it does suggest demand is present under the surface.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://nodetimes.com/uploads/articles/qvj50ff5zmvarrtolzyo.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://nodetimes.com/uploads/articles/qvj50ff5zmvarrtolzyo.jpg" alt=" " width="1408" height="768"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In plain language: the market is being sold, but not abandoned.&lt;/p&gt;

&lt;p&gt;That distinction matters. Weak assets fall on bad positioning. Stronger assets digest it. At the moment, Bitcoin looks more like the second case than the first.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The real debate is not “bullish or bearish.” It is “cyclical correction or structural failure?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The loudest mistake in Bitcoin analysis is treating every bearish call as equally plausible.&lt;/p&gt;

&lt;p&gt;A drop from $70,000 to $60,000 is one kind of event.&lt;br&gt;
A drop from $70,000 to $10,000 is a completely different kind of event.&lt;/p&gt;

&lt;p&gt;The first can happen inside a normal cycle. The second would imply something much larger: the failure of the current market structure itself.&lt;/p&gt;

&lt;p&gt;That is why the $10,000 thesis should not be dismissed as impossible, but it also should not be treated as a normal downside target. It is a regime-break scenario.&lt;/p&gt;

&lt;p&gt;What fair value models say when you remove emotion from the chart&lt;/p&gt;

&lt;p&gt;The strongest analytical work on Bitcoin usually avoids one fatal mistake: trying to find one magical “correct” price.&lt;/p&gt;

&lt;p&gt;There is no single fair value for BTC. There is a corridor of valuation, and that corridor shifts depending on which force is dominating the market. The most useful frameworks are mining cost, global liquidity, and network effects. That is also the logic laid out in the attached valuation report, which explicitly treats Bitcoin through multiple models rather than through one universal formula.  ￼&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Mining cost: a floor, not a destiny
&lt;/h3&gt;

&lt;p&gt;Mining cost does not tell us where Bitcoin must trade. It tells us where the network starts to feel real economic stress.&lt;/p&gt;

&lt;p&gt;The attached research frames production cost as the lower boundary of a zone in which mining remains economically rational. It also shows why the answer is never a single number: electricity cost, machine efficiency, ASIC replacement cycles, and network hashrate all change the result. In other words, “cost of production” is a band, not a point.  &lt;/p&gt;

&lt;p&gt;That matches the attached mining spreadsheet and cycle map: as the network industrializes, the fair-value conversation moves higher over time. This is the part many permabears ignore. They often speak as if Bitcoin can casually revisit old nominal levels from older eras, while the production base, the capital base, and the network base have all changed.&lt;/p&gt;

&lt;p&gt;A useful way to think about it is this: price can trade below production cost for periods of stress, but it cannot treat that zone as irrelevant forever. If BTC were truly headed toward $10,000 from here, it would not just mean fear. It would mean a violent repricing through a large part of the network’s economic structure.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Global M2 liquidity: Bitcoin does not live outside the monetary system anymore
&lt;/h3&gt;

&lt;p&gt;The report’s global M2 section makes a very important point: Bitcoin increasingly behaves like an asset that responds to the broader liquidity regime. That does not mean BTC is just a levered Nasdaq clone. It means the more institutionalized Bitcoin becomes, the more it starts to react to the same global money conditions that shape other major risk assets.  ￼&lt;/p&gt;

&lt;p&gt;This is where McGlone’s bearish thesis is strongest. If global liquidity tightens hard and recession risk turns from narrative into reality, Bitcoin will feel it. The old fantasy that BTC exists in a sealed anti-system vacuum no longer works. Bitcoin is now too large, too financialized, and too integrated into global capital flows for that.&lt;/p&gt;

&lt;p&gt;But that same point cuts both ways. If Bitcoin is part of the broader liquidity machine now, then a durable collapse toward $10,000 would likely require a serious contraction in the global macro regime, not just crypto-native panic. In other words, the bear case has to do much more than prove that traders are nervous.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Metcalfe’s law: Bitcoin is not only a commodity, it is a network
&lt;/h3&gt;

&lt;p&gt;The valuation report also leans on the network-effect view through Metcalfe’s law. This matters because Bitcoin is not priced only as mined output. It is priced as a network with wallets, infrastructure, exchanges, ETFs, payment rails, derivatives, custody, and long-term behavioral memory.&lt;/p&gt;

&lt;p&gt;That changes the shape of downside scenarios.&lt;/p&gt;

&lt;p&gt;A speculative asset with weak network depth can collapse into historical emptiness.&lt;br&gt;
A mature monetary network with entrenched global infrastructure is much harder to erase in the same way.&lt;/p&gt;

&lt;p&gt;This does not mean Bitcoin cannot crash. It can. It has. It will again. But each new cycle has to be judged against the size and depth of the network that exists now, not the one that existed in 2014 or 2018.&lt;/p&gt;

&lt;p&gt;The cycle view still matters, but not in the simplistic way people use it&lt;/p&gt;

&lt;p&gt;Cycle analysis remains useful, just not as a meme.&lt;/p&gt;

&lt;p&gt;The attached cycle map makes the key point very clearly: every cycle creates a new psychological and economic floor. The market still goes through brutal revaluations, but the structure has not been random. New peaks emerge, new lower bounds form higher than before, and each halving tightens new supply further.&lt;/p&gt;

&lt;p&gt;The valuation report reaches a similar conclusion from another angle. It notes that halving reduces issuance pressure and changes the background conditions under which price discovery happens. After the fourth halving, the annual pace of new issuance fell again, which means the market needs less new demand than before to absorb fresh supply.  ￼&lt;/p&gt;

&lt;p&gt;That does not force an immediate rally. Halving is not magic. What it does is quietly alter the supply side, and then let the market argue with itself on top of that new reality.&lt;/p&gt;

&lt;p&gt;This is why current price behavior matters so much. If sellers are active and BTC still holds, then the market may already be showing that this cycle’s floor is higher than many expect.&lt;/p&gt;

&lt;p&gt;So is $10,000 possible?&lt;/p&gt;

&lt;p&gt;Yes, technically. But the more useful question is: what would have to break for that to happen?&lt;/p&gt;

&lt;p&gt;A move to $10,000 from here would likely require all of the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a sustained collapse in institutional demand,&lt;/li&gt;
&lt;li&gt;a shift from absorption to forced liquidation,&lt;/li&gt;
&lt;li&gt;deep macro stress and broad risk-off conditions,&lt;/li&gt;
&lt;li&gt;heavy damage to Bitcoin’s monetary narrative,&lt;/li&gt;
&lt;li&gt;and a market willing to price BTC not just below fair-value estimates, but through them.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That is why the $10,000 thesis is not best understood as a forecast of a normal correction. It is a forecast of a structural dislocation.&lt;/p&gt;

&lt;p&gt;And that is exactly why it attracts attention. It is philosophically clean. It is emotionally powerful. It sounds brave. But at the moment, price action does not confirm it.&lt;/p&gt;

&lt;p&gt;What the market is actually saying right now&lt;/p&gt;

&lt;p&gt;Right now the market is saying something more nuanced than either camp wants to admit.&lt;/p&gt;

&lt;p&gt;It is not saying Bitcoin is invincible.&lt;br&gt;
It is not saying distribution is harmless.&lt;br&gt;
It is not saying macro does not matter.&lt;/p&gt;

&lt;p&gt;It is saying that there is still enough demand near current levels to keep the market from falling apart.&lt;/p&gt;

&lt;p&gt;That is not the same as a guaranteed bullish breakout. It simply means the bearish case has not yet proven itself in the tape.&lt;/p&gt;

&lt;p&gt;A market that refuses to fall on negative expectations is often stronger than it looks.&lt;/p&gt;

&lt;h3&gt;
  
  
  Final view
&lt;/h3&gt;

&lt;p&gt;Bitcoin today is best understood through a layered lens.&lt;/p&gt;

&lt;p&gt;Mining economics suggest there is a real production-based valuation zone, not an infinite void.&lt;br&gt;
Global M2 reminds us that BTC is now part of the larger liquidity system.&lt;br&gt;
Metcalfe’s law reminds us that Bitcoin is also a network, not just a ticker.&lt;br&gt;
And current market behavior shows that sellers are active, but price is still being absorbed near $70,000.&lt;/p&gt;

&lt;p&gt;That combination does not eliminate downside. It does, however, make one point hard to ignore:&lt;/p&gt;

&lt;p&gt;Bitcoin at $10,000 is still a scenario for systemic fracture, not a routine destination.&lt;/p&gt;

&lt;p&gt;For now, the market looks less like an asset preparing for collapse and more like an asset being aggressively tested, while stronger hands keep taking supply.&lt;/p&gt;

&lt;p&gt;That is not the end of volatility.&lt;br&gt;
It may be the clearest sign that Bitcoin’s valuation regime has matured.&lt;/p&gt;

</description>
      <category>bitcoin</category>
      <category>analytics</category>
      <category>halving</category>
      <category>markets</category>
    </item>
    <item>
      <title>The AI Race Without Illusions</title>
      <dc:creator>Anton</dc:creator>
      <pubDate>Mon, 09 Mar 2026 04:27:16 +0000</pubDate>
      <link>https://nodetimes.com/anovgorod/the-ai-race-without-illusions-5cc0</link>
      <guid>https://nodetimes.com/anovgorod/the-ai-race-without-illusions-5cc0</guid>
      <description>&lt;h2&gt;
  
  
  Who Actually Leads, Where Russia Stands, and Whether the World Can Move Beyond Nvidia?
&lt;/h2&gt;

&lt;p&gt;The global AI race is often told as a simple story: a handful of chatbot brands, a few giant chipmakers, and a planet rushing into the future at the same speed. Reality is harsher. The market is already highly unequal. The United States and China sit in a category of their own. A second tier of countries competes through talent, industrial policy, or infrastructure. Russia is not in that leading group. And the deeper battle is no longer just about the best model. It is about who controls compute, chips, cloud capacity, and the software stack that makes modern AI possible. &lt;/p&gt;

&lt;h2&gt;
  
  
  The AI race is not a level playing field
&lt;/h2&gt;

&lt;p&gt;A serious assessment of national AI strength cannot rely on one metric alone. Counting papers is not enough. Counting patents is not enough. Counting startups is not enough. Real AI power comes from the combination of frontier research, compute infrastructure, private capital, talent, deployment capacity, and state strategy. That is why Stanford’s AI Index and Global AI Vibrancy work remain useful reference points: they measure not just noise, but the depth of an ecosystem. &lt;/p&gt;

&lt;p&gt;Once you look at the market that way, a clear pattern emerges. The world is not witnessing ten equal powers in AI. It is seeing two systemic leaders, a crowded second tier, and a long tail of countries trying not to become dependent consumers of foreign models and foreign infrastructure. &lt;/p&gt;

&lt;h2&gt;
  
  
  A practical 0–100 scale of national AI strength
&lt;/h2&gt;

&lt;p&gt;Using Stanford’s latest comparative picture as the backbone and normalizing everything to &lt;strong&gt;the United States = 100&lt;/strong&gt;, the landscape becomes easier to read:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://nodetimes.com/uploads/articles/rmirebk6yqwb27389ucf.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://nodetimes.com/uploads/articles/rmirebk6yqwb27389ucf.jpg" alt=" " width="1536" height="1024"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;United States — 100&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;China — 47&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;India — 27&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;South Korea — 22&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;United Kingdom — 21&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Singapore — 21&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Spain — 21&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;UAE — 20&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Japan — 20&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Canada — 20&lt;/strong&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is not an absolute truth machine. It is a visual way to show the relative weight of national AI ecosystems. But even as a simplification, it reveals something important: the gap is enormous. The United States is not just ahead. It is ahead by enough to shape the rules of the market. China is the only country with enough scale to act as a systemic challenger. Everyone else is meaningfully smaller. &lt;/p&gt;

&lt;h2&gt;
  
  
  Why the United States remains the undisputed leader
&lt;/h2&gt;

&lt;p&gt;America’s lead is not built on one company or one product cycle. It comes from control over multiple layers of the stack at once. Stanford reports that in 2024, U.S.-based institutions produced &lt;strong&gt;40 notable AI models&lt;/strong&gt;, compared with &lt;strong&gt;15 in China&lt;/strong&gt; and &lt;strong&gt;3 in Europe&lt;/strong&gt;. U.S. private AI investment reached &lt;strong&gt;$109.1 billion&lt;/strong&gt; in 2024, nearly 12 times China’s level and 24 times the United Kingdom’s.&lt;/p&gt;

&lt;p&gt;That matters because AI dominance is no longer just about having good researchers. It is about the full cycle: frontier labs, hyperscale cloud, chip supply, software platforms, enterprise adoption, and consumer distribution. The United States has OpenAI, Anthropic, Google, Meta, Microsoft, Nvidia, and the cloud infrastructure behind them. That is not just an ecosystem. It is the operating system of the current AI market. &lt;/p&gt;

&lt;h2&gt;
  
  
  China is the only systemic challenger, but it plays a different game
&lt;/h2&gt;

&lt;p&gt;China’s strength is structured differently. If the United States dominates the top of the commercial and platform stack, China pushes through industrial scale, patent density, research volume, and state-backed deployment. Stanford notes that China continues to lead in AI publications and patents, while the quality gap between Chinese and American models narrowed sharply in 2024 on major benchmarks. &lt;/p&gt;

&lt;p&gt;WIPO’s generative AI patent landscape makes the point even sharper: Chinese inventors were responsible for &lt;strong&gt;more than 38,000 GenAI patent families between 2014 and 2023&lt;/strong&gt;, roughly six times the U.S. figure. That does not automatically mean China has the best models. It does mean the country is building a huge engineering base and treating AI as a broad industrial technology, not just a chatbot market. &lt;/p&gt;

&lt;p&gt;So the U.S.–China contrast is simple. America leads at the highest-value global platform layer. China is strongest as the large-scale industrial mobilizer. One controls more of the premium stack. The other is building depth, speed, and national alignment.&lt;/p&gt;

&lt;h2&gt;
  
  
  The second tier is real, but it is fragmented
&lt;/h2&gt;

&lt;p&gt;Below the top two, the field gets messy. India is rising fast because of talent and market scale, but still lacks the same frontier compute depth. South Korea is strong in industrial AI and patent activity. The United Kingdom remains powerful in research and AI safety, but is much weaker than the U.S. in capital and infrastructure. Singapore is small but unusually dense in capability. The UAE is buying strategic position through infrastructure and national prioritization. Japan and Canada remain serious players through industry and research.&lt;/p&gt;

&lt;p&gt;This matters for one reason: most of these countries have pieces of the puzzle, but not the full stack. They may have talent without chips, capital without a domestic model ecosystem, or strong policy without enough compute. That is the difference between being competitive and being sovereign.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where Russia stands in this race
&lt;/h2&gt;

&lt;p&gt;Here the sober answer is uncomfortable. Russia is not in the top tier, and it is not particularly close to the top ten either.&lt;/p&gt;

&lt;p&gt;According to the &lt;strong&gt;Tortoise Global AI Index 2024&lt;/strong&gt;, Russia ranks &lt;strong&gt;31st out of 83 countries&lt;/strong&gt;. Reuters also reported that Russia sits &lt;strong&gt;31st of 83&lt;/strong&gt; on Tortoise’s index and &lt;strong&gt;29th&lt;/strong&gt; on Stanford’s AI Vibrancy ranking, behind not just the United States and China but also India and Brazil. &lt;/p&gt;

&lt;p&gt;If we place Russia on the same practical 0–100 scale where the U.S. is 100, China is 47, and India is 27, Russia looks more like &lt;strong&gt;8–12&lt;/strong&gt;. That is an analytical approximation, not an official Stanford score in that exact format, but it fits the broader ranking picture. Russia is not competing with the first two tiers of global AI power. It is competing to remain relevant. &lt;/p&gt;

&lt;p&gt;That does not mean Russia has no AI capabilities. It clearly does. Reuters notes that Russia’s strength lies in local talent and domestic models such as &lt;strong&gt;GigaChat&lt;/strong&gt; and &lt;strong&gt;Yandex GPT&lt;/strong&gt;, while policymakers keep emphasizing technological self-reliance. But the constraints are serious: sanctions, weaker access to advanced chips, a smaller compute base, lower private capital intensity, and a narrower commercial ecosystem. Those are not cosmetic weaknesses. They define the ceiling. &lt;/p&gt;

&lt;p&gt;A fair comparison is this: Russia today is a regional AI player with capable companies and strong technical pockets, but not a country that currently shapes the global direction of frontier AI.&lt;/p&gt;

&lt;h2&gt;
  
  
  The deeper question: is the world really trapped by Nvidia?
&lt;/h2&gt;

&lt;p&gt;This is where the story gets more interesting than rankings.&lt;/p&gt;

&lt;p&gt;Many people assume modern AI is basically impossible without Nvidia GPUs. That is too simplistic. The better question is whether AI compute can be done &lt;strong&gt;without Nvidia specifically&lt;/strong&gt;, and whether it can be done &lt;strong&gt;without GPU-like accelerators at all&lt;/strong&gt;. Those are different questions.&lt;/p&gt;

&lt;p&gt;The answer to the first is yes. The answer to the second is only partly. The market can move beyond Nvidia. It cannot easily move beyond highly parallel accelerators. &lt;/p&gt;

&lt;p&gt;GPU dominance did not happen because GPUs are mystical AI machines. It happened because they combined three advantages at once: massive parallelism, mature developer tooling, and scale manufacturing. Nvidia’s moat is not just silicon. It is the surrounding ecosystem: CUDA, libraries, interconnects, deployment know-how, and developer habit. That is why replacing Nvidia is harder than shipping a fast chip. You have to replace an environment.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the Bitcoin mining analogy actually works
&lt;/h2&gt;

&lt;p&gt;The comparison with Bitcoin mining is more useful than many people think.&lt;/p&gt;

&lt;p&gt;Bitcoin moved from &lt;strong&gt;CPU → GPU → FPGA → ASIC&lt;/strong&gt; because the workload was narrow and repeatable. Once the problem stabilized, specialization won. AI is following a related path, but with a major difference: the workload is far more diverse. Training large models, serving inference, handling multimodal systems, routing sparse architectures, and running edge AI are not the same thing. That makes a single universal “AI ASIC” much harder than an ASIC for SHA-256 mining. This is why the future of AI hardware is unlikely to converge into one device class. It is more likely to split into specialized layers.&lt;/p&gt;

&lt;h2&gt;
  
  
  Alternatives to Nvidia already exist
&lt;/h2&gt;

&lt;p&gt;The important point is that the market is not standing still.&lt;/p&gt;

&lt;p&gt;Google’s &lt;strong&gt;TPUs&lt;/strong&gt; are the clearest proof that large-scale AI does not have to run on Nvidia chips alone. Large cloud and platform companies are also building their own &lt;strong&gt;custom ASICs&lt;/strong&gt; to reduce dependence on Nvidia. Meanwhile, WIPO’s data and the broader patent race show that countries and firms are actively searching for differentiated compute architectures rather than accepting permanent lock-in. &lt;/p&gt;

&lt;p&gt;This does not mean Nvidia is about to collapse. It means the monopoly pressure is already generating alternatives. The future likely belongs to a more segmented compute market:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;one class of hardware for &lt;strong&gt;frontier model training&lt;/strong&gt;,&lt;/li&gt;
&lt;li&gt;another for &lt;strong&gt;inference at scale&lt;/strong&gt;,&lt;/li&gt;
&lt;li&gt;another for &lt;strong&gt;edge and embedded AI&lt;/strong&gt;,&lt;/li&gt;
&lt;li&gt;and nationally driven solutions for countries pursuing &lt;strong&gt;technological autonomy&lt;/strong&gt;. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In other words, the likely outcome is not “the death of GPUs.” It is the end of the idea that one vendor should dominate every layer forever.&lt;/p&gt;

&lt;h2&gt;
  
  
  What countries like Russia should learn from this
&lt;/h2&gt;

&lt;p&gt;For countries outside the top layer, trying to copy Nvidia head-on is probably the wrong move. The better strategy is more selective.&lt;/p&gt;

&lt;p&gt;Focus on &lt;strong&gt;inference-oriented accelerators&lt;/strong&gt; rather than trying to beat the global leaders in frontier training right away. Focus on &lt;strong&gt;model optimization&lt;/strong&gt; so the same tasks can run on weaker or more specialized hardware. Build &lt;strong&gt;software compatibility layers&lt;/strong&gt; because hardware without a usable stack is just an engineering trophy. Specialize by verticals such as industrial AI, speech, defense, surveillance, computer vision, or edge deployments. And most importantly, treat compute, models, infrastructure, and deployment as one system, not as separate battles. &lt;/p&gt;

&lt;p&gt;That is the real sovereignty lesson of the AI era. Owning a model is not enough. Owning a chip is not enough. Owning a cloud is not enough. The countries that matter will be the ones that can stitch enough of the stack together to avoid becoming permanent tenants inside someone else’s platform.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final takeaway
&lt;/h2&gt;

&lt;p&gt;The global AI race is not mainly about who launches the loudest chatbot. It is about who controls the underlying stack: chips, cloud, energy, software ecosystems, and the ability to deploy AI across an economy. The United States leads because it controls more of that stack than anyone else. China is the only country with the scale to challenge it systemically. The second tier is crowded but fragmented. Russia, for now, sits outside the top group and closer to the problem of relevance than to the problem of leadership. &lt;/p&gt;

&lt;p&gt;And the Nvidia question points to the next phase. AI compute will not remain a one-vendor story forever. But it also will not become magically decentralized overnight. The real shift will come through specialization: different chips for different workloads, different national strategies for different constraints, and a growing realization that compute is not just a technical issue anymore. It is geopolitical infrastructure. &lt;/p&gt;

</description>
      <category>ai</category>
      <category>rating</category>
      <category>gpu</category>
      <category>infrastructure</category>
    </item>
    <item>
      <title>Adam Back — The Engineer Who Made Proof-of-Work Practical</title>
      <dc:creator>Anton</dc:creator>
      <pubDate>Thu, 05 Mar 2026 07:26:43 +0000</pubDate>
      <link>https://nodetimes.com/anovgorod/adam-back-the-engineer-who-made-proof-of-work-practical-3381</link>
      <guid>https://nodetimes.com/anovgorod/adam-back-the-engineer-who-made-proof-of-work-practical-3381</guid>
      <description>&lt;p&gt;Long before Bitcoin became a global financial system, before mining farms filled warehouses and hash rates were measured in exahashes, a British cryptographer was trying to solve a much simpler problem. Email spam.&lt;/p&gt;

&lt;p&gt;Adam Back did not set out to design the security engine of a decentralized monetary network. In the late 1990s he was working on abuse prevention on the internet. His idea was simple. Sending a message should require a small amount of computational work.&lt;/p&gt;

&lt;p&gt;That small idea eventually became one of the foundations of Bitcoin.&lt;/p&gt;

&lt;p&gt;If Nick Szabo explored the theory of digital scarcity, Adam Back showed how computation could enforce it.&lt;/p&gt;




&lt;p&gt;Adam Back was born in London in 1970. He grew up at the moment when personal computers were slowly entering everyday life. For many children of that era computers were toys or curiosities. For Back they quickly became intellectual puzzles.&lt;/p&gt;

&lt;p&gt;Programming fascinated him early. Cryptography fascinated him even more. It combined mathematics, computer science, and a philosophical question that would define much of his career. How can people interact securely without needing to trust each other?&lt;/p&gt;

&lt;p&gt;Back later studied computer science at the &lt;strong&gt;University of Exeter&lt;/strong&gt; in the United Kingdom. During those years the internet was still young. Many of the protocols and norms that now define the digital world were still evolving.&lt;/p&gt;

&lt;p&gt;For Back the internet was not only a technical system. It was also a social experiment.&lt;/p&gt;




&lt;p&gt;&lt;a href="https://nodetimes.com/uploads/articles/evrhbs581jyt08suqro6.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://nodetimes.com/uploads/articles/evrhbs581jyt08suqro6.jpg" alt=" " width="1600" height="672"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the early 1990s he became involved with the &lt;strong&gt;cypherpunk mailing list&lt;/strong&gt;, one of the most influential intellectual communities in the history of digital privacy.&lt;/p&gt;

&lt;p&gt;The cypherpunks were not an organization. They were programmers, mathematicians, and activists connected by a shared belief. Privacy should not depend on governments or corporations. It should be protected by cryptography.&lt;/p&gt;

&lt;p&gt;Among the people participating in those discussions were future pioneers of digital money and decentralized systems. Names such as &lt;strong&gt;Nick Szabo&lt;/strong&gt;, &lt;strong&gt;Wei Dai&lt;/strong&gt;, and &lt;strong&gt;Hal Finney&lt;/strong&gt; appeared regularly in the threads.&lt;/p&gt;

&lt;p&gt;The conversations were technical, philosophical, sometimes chaotic. But they formed a unique laboratory of ideas. Concepts like anonymous digital cash, proof of work, and decentralized trust were debated there years before they became real systems.&lt;/p&gt;

&lt;p&gt;Back was one of the most technically focused voices in that environment.&lt;/p&gt;




&lt;p&gt;In 1997 he published a proposal called &lt;strong&gt;Hashcash&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The internet at that time was already struggling with spam. Email could be sent almost for free, which meant bad actors could send millions of messages at no cost.&lt;/p&gt;

&lt;p&gt;Back proposed a different model. Before sending an email, the sender’s computer should solve a small cryptographic puzzle. The work would be easy to verify but slightly expensive to produce.&lt;/p&gt;

&lt;p&gt;For an ordinary user sending a few messages the cost would be negligible. For a spammer sending millions it would become prohibitive.&lt;/p&gt;

&lt;p&gt;Back described the mechanism clearly.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Hashcash is a proof-of-work system used to limit email spam and denial-of-service attacks.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The concept introduced a powerful principle. Computational work could function as a scarce resource in digital systems.&lt;/p&gt;

&lt;p&gt;More importantly, proof of work could regulate behavior without central control.&lt;/p&gt;




&lt;p&gt;When &lt;strong&gt;Satoshi Nakamoto&lt;/strong&gt; released the Bitcoin whitepaper in 2008, Hashcash appeared directly in the list of references.&lt;/p&gt;

&lt;p&gt;Bitcoin adapted the idea in a new way. Instead of limiting spam, proof of work would secure a distributed ledger and determine how new coins entered circulation.&lt;/p&gt;

&lt;p&gt;The mining process in Bitcoin is essentially a large scale application of the same principle. Participants compete to solve cryptographic puzzles. The work secures the network.&lt;/p&gt;

&lt;p&gt;Hashcash had quietly become one of the building blocks of a new financial architecture.&lt;/p&gt;




&lt;p&gt;Unlike many figures in the cryptocurrency industry, Adam Back never pursued public fame. His career has been shaped more by engineering work than by media presence.&lt;/p&gt;

&lt;p&gt;People who worked with him often describe him as analytical, calm, and extremely precise. He prefers technical discussion to speculation. His communication style reflects the culture of early cryptographers. Ideas should stand on their own merit.&lt;/p&gt;

&lt;p&gt;This temperament sometimes places him slightly outside the louder parts of the crypto ecosystem. Yet it also reflects the mindset that helped shape the original cypherpunk movement.&lt;/p&gt;




&lt;p&gt;In 2014 Back became CEO of &lt;strong&gt;Blockstream&lt;/strong&gt;, a company focused on Bitcoin infrastructure.&lt;/p&gt;

&lt;p&gt;Under his leadership Blockstream has developed several important technologies. These include the &lt;strong&gt;Liquid Network&lt;/strong&gt;, a Bitcoin sidechain designed for faster settlement between exchanges and institutions, and &lt;strong&gt;Blockstream Satellite&lt;/strong&gt;, a system that broadcasts the Bitcoin blockchain from space. The satellite network allows Bitcoin nodes to receive blockchain data even without traditional internet access.&lt;/p&gt;

&lt;p&gt;These projects reflect a broader philosophy. The resilience of Bitcoin depends on infrastructure that is distributed and difficult to censor.&lt;/p&gt;




&lt;p&gt;Back has also become a consistent voice in discussions about the long term security model of Bitcoin.&lt;/p&gt;

&lt;p&gt;He frequently emphasizes the importance of proof of work. In his view the physical cost embedded in computation creates a powerful economic defense mechanism. Attackers must spend real resources to influence the network.&lt;/p&gt;

&lt;p&gt;He has summarized the philosophy in simple terms.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Bitcoin is an engineering system. It improves through careful iteration.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The statement reflects a broader belief. Complex systems evolve slowly. Security comes from discipline and incremental improvement.&lt;/p&gt;




&lt;p&gt;In retrospect, Hashcash looks almost like a prototype for Bitcoin mining. Yet when Back created it he was solving a very specific technical problem.&lt;/p&gt;

&lt;p&gt;Spam.&lt;/p&gt;

&lt;p&gt;This pattern appears often in the history of technology. Foundational breakthroughs sometimes emerge from modest experiments. The engineers who design them may not realize their full impact for years.&lt;/p&gt;

&lt;p&gt;Adam Back did not invent Bitcoin.&lt;/p&gt;

&lt;p&gt;But he helped invent the mechanism that allows Bitcoin to exist.&lt;/p&gt;

&lt;p&gt;And sometimes that is exactly how technological revolutions begin. Quietly. Through a small idea that proves something new is possible.&lt;/p&gt;

</description>
      <category>pow</category>
      <category>lrp</category>
      <category>cryptography</category>
      <category>biography</category>
    </item>
    <item>
      <title>The Evolution of Bitcoin: Protocol Institutionalization and the Post-Quantum Challenge</title>
      <dc:creator>Anton</dc:creator>
      <pubDate>Mon, 02 Mar 2026 17:00:41 +0000</pubDate>
      <link>https://nodetimes.com/anovgorod/the-evolution-of-bitcoin-protocol-institutionalization-and-the-post-quantum-challenge-18ie</link>
      <guid>https://nodetimes.com/anovgorod/the-evolution-of-bitcoin-protocol-institutionalization-and-the-post-quantum-challenge-18ie</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Bitcoin is often framed through two simplified narratives: either as a technologically static system frozen in its 2009 architecture, or as a complete and flawless protocol that requires no modification. Both interpretations are inaccurate.&lt;/p&gt;

&lt;p&gt;Bitcoin does evolve. However, the nature of this evolution differs fundamentally from that of most blockchain projects. Changes occur slowly, through multi-layered coordination, and are primarily aimed at reinforcing systemic resilience rather than expanding functionality. This approach reflects Bitcoin’s role as a global financial infrastructure layer, where the cost of error significantly outweighs the benefits of rapid innovation.&lt;/p&gt;

&lt;p&gt;This article provides a structured analysis of Bitcoin’s technological evolution, its development model, and the key directions likely to shape its trajectory through 2030, including the question of post-quantum cryptography.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://nodetimes.com/uploads/articles/j2fvb5ir4j6ceje0ls38.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://nodetimes.com/uploads/articles/j2fvb5ir4j6ceje0ls38.jpg" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  1. Architectural Principles and Governance Model
&lt;/h2&gt;

&lt;p&gt;Bitcoin consists of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;protocol consensus rules,&lt;/li&gt;
&lt;li&gt;a reference implementation (Bitcoin Core),&lt;/li&gt;
&lt;li&gt;a distributed network of nodes,&lt;/li&gt;
&lt;li&gt;and social consensus among participants.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It is essential to distinguish between the protocol and its implementation. Bitcoin Core is the dominant client, but the network itself is defined by the rules voluntarily adopted by node operators. Even if developers modify the codebase, activation ultimately depends on network acceptance.&lt;/p&gt;

&lt;p&gt;Changes are introduced through the BIP (Bitcoin Improvement Proposal) process. Consensus-affecting modifications are typically deployed via soft forks, preserving backward compatibility and minimizing the risk of network splits.&lt;/p&gt;

&lt;p&gt;This structure creates a highly conservative development environment: any change requires prolonged technical and social alignment.&lt;/p&gt;




&lt;h2&gt;
  
  
  2. Major Phases of Technological Evolution
&lt;/h2&gt;

&lt;h3&gt;
  
  
  2.1 Early Phase (2009–2016): Stabilization of the Base Layer
&lt;/h3&gt;

&lt;p&gt;During this period, the primary objective was to ensure security, fix vulnerabilities, and build supporting infrastructure (wallets, exchanges, developer tooling). The consensus layer remained largely unchanged.&lt;/p&gt;

&lt;h3&gt;
  
  
  2.2 SegWit (2017): Structural Optimization
&lt;/h3&gt;

&lt;p&gt;The activation of Segregated Witness marked the first major protocol upgrade. Its effects included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;mitigation of transaction malleability,&lt;/li&gt;
&lt;li&gt;increased effective block capacity,&lt;/li&gt;
&lt;li&gt;enabling Layer 2 solutions.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;SegWit illustrated Bitcoin’s strategic direction: scaling not through radical parameter changes (e.g., dramatically increasing block size), but via structural optimizations and shifting functionality beyond Layer 1.&lt;/p&gt;

&lt;h3&gt;
  
  
  2.3 Taproot (2021): Expanded Script Expressiveness
&lt;/h3&gt;

&lt;p&gt;Taproot combined several proposals, including Schnorr signatures, resulting in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;improved multisignature efficiency,&lt;/li&gt;
&lt;li&gt;enhanced privacy for complex transactions,&lt;/li&gt;
&lt;li&gt;greater script flexibility.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Notably, Taproot did not transform Bitcoin into a general-purpose smart contract platform. Instead, it refined the existing scripting framework.&lt;/p&gt;

&lt;h3&gt;
  
  
  2.4 2023–2024: Stress Testing the Fee Market
&lt;/h3&gt;

&lt;p&gt;The emergence of Ordinals and data inscription mechanisms stress-tested Bitcoin’s block space economics. While not a protocol change, this development demonstrated how alternative uses of block space can influence fee dynamics and ecosystem behavior.&lt;/p&gt;




&lt;h2&gt;
  
  
  3. Current Cryptographic Model and Its Limitations
&lt;/h2&gt;

&lt;p&gt;Bitcoin relies on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ECDSA and Schnorr for digital signatures,&lt;/li&gt;
&lt;li&gt;SHA-256 for hashing,&lt;/li&gt;
&lt;li&gt;RIPEMD-160 for address derivation.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Elliptic curve cryptography is theoretically vulnerable to Shor’s algorithm if a sufficiently powerful quantum computer becomes available. At present, such hardware does not exist at practical scale, but research continues.&lt;/p&gt;

&lt;p&gt;An important nuance is that a public key is only revealed when funds are spent. Unspent outputs whose public keys have not yet been exposed remain resistant until first use. Nevertheless, long-term protocol sustainability requires evaluating potential migration to post-quantum schemes.&lt;/p&gt;




&lt;h2&gt;
  
  
  4. Post-Quantum Cryptography: Technical and Coordination Constraints
&lt;/h2&gt;

&lt;p&gt;Integrating post-quantum algorithms faces several challenges:&lt;/p&gt;

&lt;h3&gt;
  
  
  4.1 Signature Size
&lt;/h3&gt;

&lt;p&gt;Current post-quantum candidates (e.g., lattice-based schemes) produce significantly larger signatures than classical elliptic curve systems. This would:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;increase blockchain size,&lt;/li&gt;
&lt;li&gt;raise node hardware requirements,&lt;/li&gt;
&lt;li&gt;potentially accelerate centralization pressures.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  4.2 Lack of Immediate Urgency
&lt;/h3&gt;

&lt;p&gt;Absent a clearly imminent quantum threat, broad consensus around large-scale cryptographic transition remains unlikely.&lt;/p&gt;

&lt;h3&gt;
  
  
  4.3 Coordination Complexity
&lt;/h3&gt;

&lt;p&gt;Even a soft fork requires alignment among developers, miners, and node operators. In an emergency migration scenario, coordination demands would be unprecedented.&lt;/p&gt;




&lt;h2&gt;
  
  
  5. Likely Development Paths Through 2030
&lt;/h2&gt;

&lt;h3&gt;
  
  
  5.1 Further Ossification of Layer 1
&lt;/h3&gt;

&lt;p&gt;The base layer may become increasingly conservative, with minimal consensus changes. Innovation would primarily shift to Layer 2 and adjacent protocols.&lt;/p&gt;

&lt;h3&gt;
  
  
  5.2 Expanded UTXO Control Mechanisms
&lt;/h3&gt;

&lt;p&gt;Ongoing discussions around covenant-like functionality (restricting future spending conditions) could result in targeted upgrades aimed at improving custody security and channel flexibility.&lt;/p&gt;

&lt;h3&gt;
  
  
  5.3 Preparatory Work Toward Post-Quantum Migration
&lt;/h3&gt;

&lt;p&gt;A realistic path may involve introducing new address types or hybrid signature schemes that combine classical and post-quantum security.&lt;/p&gt;

&lt;h3&gt;
  
  
  5.4 Increasing Importance of Fee Economics
&lt;/h3&gt;

&lt;p&gt;Following the 2024 and anticipated 2028 halvings, transaction fees will play a growing role in miner revenue. This reinforces the importance of sustainable block space economics and may further incentivize Layer 2 adoption.&lt;/p&gt;




&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Bitcoin represents a distinct model of technological evolution: resilience prioritized over innovation speed. The system changes, but only through narrowly scoped adjustments that avoid architectural disruption.&lt;/p&gt;

&lt;p&gt;Through 2030, revolutionary base-layer redesign appears unlikely. More plausible developments include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;incremental network and node improvements,&lt;/li&gt;
&lt;li&gt;expansion of Layer 2 infrastructure,&lt;/li&gt;
&lt;li&gt;preparatory research for post-quantum migration.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The central challenge is not purely cryptographic. It lies in coordinating a decentralized global monetary network to adapt without fragmenting.&lt;/p&gt;

&lt;p&gt;Bitcoin has moved beyond experimentation into institutionalized infrastructure. In this phase, the defining metric of progress is not transformation velocity, but the capacity to preserve systemic integrity amid evolving technological conditions.&lt;/p&gt;

</description>
      <category>bitcoin</category>
      <category>layer2</category>
      <category>technology</category>
      <category>analytics</category>
    </item>
    <item>
      <title>From the stock market to crypto: why I stick to the same investment strategy</title>
      <dc:creator>Anton</dc:creator>
      <pubDate>Fri, 20 Feb 2026 15:55:18 +0000</pubDate>
      <link>https://nodetimes.com/anovgorod/from-the-stock-market-to-crypto-why-i-stick-to-the-same-investment-strategy-1l9a</link>
      <guid>https://nodetimes.com/anovgorod/from-the-stock-market-to-crypto-why-i-stick-to-the-same-investment-strategy-1l9a</guid>
      <description>&lt;p&gt;In 2017, I started investing in the stock market. No trading, no trying to catch the bottom, no attempts to outsmart the market. The strategy was simple: every month I bought a solid, reasonable asset.&lt;/p&gt;

&lt;p&gt;No panic.&lt;br&gt;
No emotional swings.&lt;br&gt;
No pretending to be a genius.&lt;/p&gt;

&lt;h3&gt;
  
  
  What it gave me in practice
&lt;/h3&gt;

&lt;p&gt;Over five years, from 2017 to 2022, I accumulated a meaningful amount of capital. Not a fortune. But a cushion that truly helped during the turbulence of 2022: relocations, life changes, uncertainty.&lt;/p&gt;

&lt;p&gt;That period taught me something important:&lt;br&gt;
investment discipline works better than investment brilliance.&lt;/p&gt;

&lt;p&gt;I did not pick perfect entry points. I was simply consistent.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I apply the same approach to crypto
&lt;/h2&gt;

&lt;p&gt;Now my crypto strategy looks very similar:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;regular purchases&lt;/li&gt;
&lt;li&gt;no attempts to time the perfect entry&lt;/li&gt;
&lt;li&gt;no all-in bets on a single asset&lt;/li&gt;
&lt;li&gt;diversification within my means&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Yes, my crypto portfolio is currently in the red.&lt;br&gt;
Yes, it underperforms compared to my stock investments so far.&lt;br&gt;
Yes, the portfolio itself is not large.&lt;/p&gt;

&lt;p&gt;But my time horizon is long.&lt;/p&gt;

&lt;p&gt;If you look at crypto market cycles, one thing becomes clear: those who survive 2–3 cycles tend to outperform those who chase headlines.&lt;/p&gt;




&lt;h2&gt;
  
  
  The key difference between stocks and crypto
&lt;/h2&gt;

&lt;p&gt;The stock market from 2017 to 2022 was relatively understandable: companies generate revenue, pay dividends, grow with the economy.&lt;/p&gt;

&lt;p&gt;Crypto is different. It is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a technological bet&lt;/li&gt;
&lt;li&gt;an infrastructure layer of the future&lt;/li&gt;
&lt;li&gt;highly volatile&lt;/li&gt;
&lt;li&gt;inherently risky&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But the asymmetry of potential upside is also different.&lt;/p&gt;

&lt;p&gt;The question is not whether volatility will happen. It will.&lt;br&gt;
The question is whether you can stay the course.&lt;/p&gt;




&lt;h2&gt;
  
  
  What matters to me now
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Not putting everything into crypto.&lt;/li&gt;
&lt;li&gt;Not treating it as a get-rich-quick scheme.&lt;/li&gt;
&lt;li&gt;Diversifying, even with a small portfolio.&lt;/li&gt;
&lt;li&gt;Investing only what I can psychologically afford to see in drawdown.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;And most importantly: this is not investment advice. It is simply my personal approach.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I continue
&lt;/h2&gt;

&lt;p&gt;Because I have already seen how a disciplined accumulation strategy works.&lt;br&gt;
Because consistency beats emotion.&lt;br&gt;
Because a few crypto cycles can completely change the outcome.&lt;/p&gt;

&lt;p&gt;I am not betting on all or nothing.&lt;br&gt;
I am betting on time.&lt;/p&gt;

&lt;p&gt;How do you approach investing?&lt;br&gt;
Do you buy regularly or wait for the perfect moment?&lt;br&gt;
Are you long-term or more tactical?&lt;/p&gt;

&lt;p&gt;Curious to hear your strategy.&lt;/p&gt;

</description>
      <category>investments</category>
      <category>personalfinance</category>
      <category>crypto</category>
      <category>myexperience</category>
    </item>
    <item>
      <title>Retirement in Cryptocurrency: Should 30-Year-Olds Save for the Future in Bitcoin and Other Digital Assets?</title>
      <dc:creator>Anton</dc:creator>
      <pubDate>Wed, 18 Feb 2026 15:40:18 +0000</pubDate>
      <link>https://nodetimes.com/anovgorod/retirement-in-cryptocurrency-should-30-year-olds-save-for-the-future-in-bitcoin-and-other-digital-542k</link>
      <guid>https://nodetimes.com/anovgorod/retirement-in-cryptocurrency-should-30-year-olds-save-for-the-future-in-bitcoin-and-other-digital-542k</guid>
      <description>&lt;h2&gt;
  
  
  What History Tells Us
&lt;/h2&gt;

&lt;p&gt;Since 2009, &lt;strong&gt;Bitcoin&lt;/strong&gt; has grown by millions of percent. Even if we measure not from zero but from the first real trades, we are still talking about thousands of multiples.&lt;/p&gt;

&lt;p&gt;But what really matters is this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;There have been four major market cycles&lt;/li&gt;
&lt;li&gt;Drawdowns of 70–85% were normal&lt;/li&gt;
&lt;li&gt;Every cycle was accompanied by “this is the end”&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The growth has been enormous, but volatility has been extreme.&lt;/p&gt;




&lt;h2&gt;
  
  
  Retirement in Crypto: The Case “For”
&lt;/h2&gt;

&lt;p&gt;If we think strategically over a 30-year horizon:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Scarce Assets
&lt;/h3&gt;

&lt;p&gt;Bitcoin has a limited supply. This is the opposite of the fiat monetary model.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Global Liquidity
&lt;/h3&gt;

&lt;p&gt;It is a borderless asset. For today’s 30-year-olds, that matters.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. A Technological Bet
&lt;/h3&gt;

&lt;p&gt;If Web3, tokenization, AI agents, and digital currencies become core infrastructure, crypto could form a foundational financial layer.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Asymmetry
&lt;/h3&gt;

&lt;p&gt;Even if the probability of long-term success is only 20–30%, the upside may significantly outweigh the downside.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Arguments Against That Cannot Be Ignored
&lt;/h2&gt;

&lt;p&gt;Now for the cold shower.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Regulatory Risk
&lt;/h3&gt;

&lt;p&gt;Over the next 30 years, rules could change radically.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Technological Risk
&lt;/h3&gt;

&lt;p&gt;Quantum threats, cryptographic transitions, and entirely new architectures may reshape the industry.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Displacement Risk
&lt;/h3&gt;

&lt;p&gt;Bitcoin may survive, but 90% of today’s “serious projects” may not.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Psychological Factor
&lt;/h3&gt;

&lt;p&gt;Holding through a -80% drawdown at retirement age is far harder than doing it at 25.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Main Mistake in the Framing
&lt;/h2&gt;

&lt;p&gt;Saving for retirement entirely “in crypto” is a bet on a single asset class.&lt;/p&gt;

&lt;p&gt;A more rational approach might look like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;50–70% traditional assets&lt;/li&gt;
&lt;li&gt;10–30% crypto&lt;/li&gt;
&lt;li&gt;10–20% venture or higher-risk exposure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now that is a strategy, not gambling.&lt;/p&gt;




&lt;h2&gt;
  
  
  Where the Real Opportunity May Lie
&lt;/h2&gt;

&lt;p&gt;Looking forward, potential structural growth areas include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tokenization of real-world assets&lt;/li&gt;
&lt;li&gt;Infrastructure-layer blockchains&lt;/li&gt;
&lt;li&gt;Post-quantum cryptography&lt;/li&gt;
&lt;li&gt;AI + blockchain integration&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If crypto becomes infrastructure rather than speculation, the retirement model 30 years from now could look very different.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Uncomfortable Counterpoint
&lt;/h2&gt;

&lt;p&gt;Here is a difficult question:&lt;/p&gt;

&lt;p&gt;What if, in 30 years, Bitcoin is simply “digital gold” growing at 5–7% annually?&lt;/p&gt;

&lt;p&gt;In that case, a global equity index portfolio may deliver comparable returns with significantly less stress.&lt;/p&gt;




&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;A retirement plan fully concentrated in crypto is not a strategy. It is an ideology.&lt;/p&gt;

&lt;p&gt;A retirement plan that includes a crypto allocation is a calculated bet on technological evolution.&lt;/p&gt;

&lt;p&gt;If you are 30:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your time horizon is ideal&lt;/li&gt;
&lt;li&gt;Volatility is survivable&lt;/li&gt;
&lt;li&gt;The asymmetry is attractive&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But the key question is not “Will Bitcoin grow?”&lt;/p&gt;

&lt;p&gt;It is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Are you ready to endure two or three -80% cycles and not sell?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That is where the real decision is made.&lt;/p&gt;

</description>
      <category>retire</category>
      <category>investments</category>
      <category>crypto</category>
    </item>
    <item>
      <title>Gambling 3.0: How Investing Became a New Form of Addiction</title>
      <dc:creator>Anton</dc:creator>
      <pubDate>Wed, 18 Feb 2026 12:01:23 +0000</pubDate>
      <link>https://nodetimes.com/anovgorod/gambling-30-how-investing-became-a-new-form-of-addiction-211n</link>
      <guid>https://nodetimes.com/anovgorod/gambling-30-how-investing-became-a-new-form-of-addiction-211n</guid>
      <description>&lt;p&gt;Not long ago, gambling addiction was associated with casinos, slot machines, and sports betting. Today, the interface has changed. Instead of neon lights and chips, we have brokerage apps, crypto exchanges, and social trading feeds. The behavior, however, remains strikingly similar.&lt;/p&gt;

&lt;p&gt;We live in an era where speculation has become a mass activity. Market access takes minutes. Leverage is available in a single click. The “buy” button looks safer than a roulette wheel. Yet the engagement mechanics often mirror those of traditional gambling.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Scale of the Problem: What Research Shows
&lt;/h3&gt;

&lt;p&gt;According to the &lt;strong&gt;National Council on Problem Gambling (NCPG)&lt;/strong&gt;, around 2 million adults in the United States meet the criteria for severe gambling disorder, while an additional 4–6 million are considered at risk. Following the legalization of online betting in several states, hotline calls surged significantly.&lt;/p&gt;

&lt;p&gt;A 2023 study by the &lt;strong&gt;University of Bristol&lt;/strong&gt; found that active day traders display a statistically higher prevalence of problematic gambling behaviors compared to the general population. Researchers highlighted strong behavioral similarities between day trading and gambling.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;European Securities and Markets Authority (ESMA)&lt;/strong&gt; reports that between 74% and 89% of retail clients lose money when trading CFDs. This is why European regulators require brokers to disclose the percentage of losing accounts directly on their websites.&lt;/p&gt;

&lt;p&gt;In crypto markets, the data is equally revealing. According to the &lt;strong&gt;Chainalysis Crypto Crime Report 2024&lt;/strong&gt;, users lost over $24 billion in 2023 due to crypto scams, hacks, and fraud schemes. These figures are derived from on-chain analytics, not anecdotal claims.&lt;/p&gt;

&lt;p&gt;The statistics do not support the myth of “easy money.” They consistently confirm systemic losses among the majority of participants.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why Investing Turns Into a Game
&lt;/h3&gt;

&lt;p&gt;Modern trading platforms incorporate features that intensify engagement:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;push notifications about price movements&lt;/li&gt;
&lt;li&gt;instant order execution&lt;/li&gt;
&lt;li&gt;leveraged trading&lt;/li&gt;
&lt;li&gt;social feeds showcasing “successful” trades&lt;/li&gt;
&lt;li&gt;rankings and competitive elements&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Behavioral economics has long described overconfidence bias and the illusion of control. The work of &lt;strong&gt;Daniel Kahneman&lt;/strong&gt; and others demonstrates that individuals systematically overestimate their ability to predict market movements.&lt;/p&gt;

&lt;p&gt;When combined with variable rewards, this creates a dopamine-driven feedback loop similar to gambling. Small profits increase confidence. Large losses trigger the urge to “win it back.” Leverage accelerates both gains and capital destruction.&lt;/p&gt;

&lt;h3&gt;
  
  
  Broker Business Models and Conflicts of Interest
&lt;/h3&gt;

&lt;p&gt;Brokers primarily earn through turnover: commissions, spreads, and margin interest. The more actively a client trades, the higher the revenue for the intermediary.&lt;/p&gt;

&lt;p&gt;Reports from &lt;strong&gt;FINRA&lt;/strong&gt; indicate that high trading frequency increases transaction costs and reduces long-term returns for retail investors. Activity benefits the platform, but not necessarily the client.&lt;/p&gt;

&lt;p&gt;This does not imply that brokers deliberately aim to bankrupt users. However, their economic incentives are not fully aligned with the retail trader’s goal of steady capital growth.&lt;/p&gt;

&lt;h3&gt;
  
  
  Crypto Markets: Regulation or the Wild West?
&lt;/h3&gt;

&lt;p&gt;Traditional stock markets have decades of regulatory development behind them. Crypto markets expanded in just a few years.&lt;/p&gt;

&lt;p&gt;On one hand, institutional frameworks are emerging:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the EU has adopted MiCA;&lt;/li&gt;
&lt;li&gt;U.S. regulators such as the SEC and CFTC are increasing oversight;&lt;/li&gt;
&lt;li&gt;major exchanges pursue licensing and implement KYC/AML procedures.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;On the other hand:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;new meme coins appear daily;&lt;/li&gt;
&lt;li&gt;tokens launch without audits;&lt;/li&gt;
&lt;li&gt;marketing often revolves around promises of exponential gains;&lt;/li&gt;
&lt;li&gt;a significant portion of infrastructure remains offshore.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;According to &lt;strong&gt;Chainalysis&lt;/strong&gt;, the relative share of outright scams has declined since the 2021 peak, yet absolute loss figures remain substantial. This is no longer a fully unregulated frontier, but it is far from a mature financial ecosystem. We are in a transitional phase.&lt;/p&gt;

&lt;h3&gt;
  
  
  Social Consequences
&lt;/h3&gt;

&lt;p&gt;Gambling disorder is officially recognized by the &lt;strong&gt;American Psychiatric Association&lt;/strong&gt;. It is associated with debt accumulation, depression, anxiety disorders, and family breakdown.&lt;/p&gt;

&lt;p&gt;When speculative trading becomes a массов strategy to “get rich faster,” capital tends to shift from the majority to a minority. Wealthy and institutional players possess informational and structural advantages. Retail participants often act emotionally.&lt;/p&gt;

&lt;p&gt;This explains why statistics across CFDs, forex, and high-risk instruments consistently show that the majority loses.&lt;/p&gt;

&lt;h3&gt;
  
  
  Where the Line Is Drawn
&lt;/h3&gt;

&lt;p&gt;It is crucial to distinguish between:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;long-term diversified investing&lt;/li&gt;
&lt;li&gt;entrepreneurial risk-taking&lt;/li&gt;
&lt;li&gt;short-term leveraged speculation&lt;/li&gt;
&lt;li&gt;behavioral addiction to trading itself&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The issue is not markets per se. The issue is the widespread illusion of simplicity and the gamification of financial instruments.&lt;/p&gt;

&lt;p&gt;We are clearly entering a phase of increased regulation. At the same time, we live in an era of unprecedented access to speculation. These two forces coexist.&lt;/p&gt;

&lt;p&gt;Ludomania 3.0 does not require slot machines. A smartphone, a 20x leverage and a social feed where every second person posts "ixes" is enough.&lt;/p&gt;

&lt;p&gt;The question is not whether it is possible to earn. It is.&lt;/p&gt;

&lt;p&gt;The question is how many people are willing to admit that they are playing and not investing.&lt;/p&gt;

</description>
      <category>gambling</category>
      <category>investments</category>
      <category>regulation</category>
      <category>earning</category>
    </item>
  </channel>
</rss>
