RNet Inverte a Economia da IA: Usuários Pagam Tokens Diretamente, Eliminando o Intermediário

Hacker News April 2026
Source: Hacker Newsdecentralized AIAI infrastructureArchive: April 2026
A RNet propõe uma mudança de paradigma: os usuários pagam pelos tokens de inferência de IA diretamente, como recarregar um celular, em vez de os desenvolvedores absorverem os custos e cobrarem assinaturas. Isso pode eliminar pagamentos duplicados pelo mesmo modelo em diferentes aplicativos e desbloquear uma nova era de consumo de IA portátil e transparente.
The article body is currently shown in English by default. You can generate the full version in this language on demand.

RNet is challenging the foundational economics of the AI industry by proposing a user-paid token model. Currently, AI application developers bear the cost of inference from providers like OpenAI or Anthropic, then bundle that cost into opaque monthly subscriptions. This creates a 'middleman' inefficiency: users pay for the same underlying model multiple times across different apps, and developers waste resources building complex billing systems. RNet's solution is elegantly simple: users pre-purchase tokens directly, cryptographically sign each inference request, and those tokens are consumed across any compatible application. This transforms AI from a locked-in service into a portable, metered utility. The implications are profound. For developers, it removes the burden of payment infrastructure and allows them to focus purely on product experience. For users, it offers transparency—they see exactly how much each query costs—and portability. However, the model faces significant hurdles: securing the signature chain against fraud, convincing developers to cede pricing control, and ensuring token liquidity across a fragmented ecosystem. If successful, RNet could force a massive revaluation of AI applications, shifting value from distribution to the model itself. AINews sees this as a potential 'HTTP moment' for AI, where standardized payment rails decouple consumption from application ownership.

Technical Deep Dive

RNet's architecture is built on three core components: a token ledger, a cryptographic signature protocol, and a settlement layer. The token ledger is a distributed or centralized database (RNet has not fully committed to a blockchain, but the design is blockchain-compatible) that tracks user balances. When a user wants to query an AI model, their client software generates a cryptographic signature authorizing the deduction of a specific number of tokens. This signed request is sent to the inference provider, which verifies the signature against the ledger, deducts the tokens, and returns the response.

This is conceptually similar to how HTTP cookies or OAuth tokens work, but with a critical difference: the token represents a unit of compute, not identity. The engineering challenge lies in latency and security. Signature verification must happen in under 50 milliseconds to avoid degrading the user experience. RNet likely uses Ed25519 signatures for speed, combined with a Merkle tree structure for batch verification. The open-source community has been experimenting with similar ideas. For example, the litellm repository (currently 15k+ stars on GitHub) provides a proxy that can log and bill tokens per user, but it is centralized and requires the developer to manage billing. RNet's innovation is to make this portable.

Another relevant project is OpenRouter (not a repo, but a service), which aggregates multiple models and charges users per token. However, OpenRouter is still a middleman—it controls the pricing and the user's relationship. RNet aims to be a protocol, not a platform.

| Component | Function | Key Technical Requirement |
|---|---|---|
| Token Ledger | Stores user balances and transaction history | <10ms read/write latency; 99.99% uptime |
| Signature Protocol | Signs and verifies each inference request | Ed25519; <50ms verification |
| Settlement Layer | Reconciles tokens between users, apps, and model providers | Atomic swaps; fraud detection |

Data Takeaway: The success of RNet hinges on achieving sub-100ms total overhead for token verification. If latency exceeds that, users will notice a degradation in real-time chat applications, making the model unviable for interactive use cases.

Key Players & Case Studies

RNet itself is a relatively new entity, but the concept has been brewing. Several companies and projects are already operating in adjacent spaces. Together AI offers a pay-as-you-go API for open models, but the developer still pays and then bills the user. Replicate allows users to run models with a credit system, but again, the developer is the customer. RNet's model is most similar to Nostr (for decentralized social media) or Lightning Network (for microtransactions), but applied to AI.

A key case study is the failure of early 'pay-per-use' AI apps. In 2023, several startups tried to charge users per query for ChatGPT wrappers and failed because users preferred flat subscriptions. The psychology of 'free' or 'all-you-can-eat' is powerful. RNet must overcome this by making the per-token cost so low (fractions of a cent) that users don't feel the pain, similar to how mobile data is metered but feels cheap for small tasks.

| Model / Service | Current Pricing Model | User Portability | Developer Burden |
|---|---|---|---|
| ChatGPT (OpenAI) | $20/month subscription | None (locked to OpenAI) | Low (OpenAI handles billing) |
| Claude (Anthropic) | $20/month subscription | None | Low |
| OpenRouter | Pay-per-token (user pays OpenRouter) | Limited (within OpenRouter ecosystem) | Medium (needs to integrate OpenRouter API) |
| RNet (proposed) | Pay-per-token (user pays RNet protocol) | Full (across all compatible apps) | Very Low (no billing code needed) |

Data Takeaway: The table shows that RNet offers the highest user portability and lowest developer burden, but it requires a critical mass of apps to adopt the protocol. Without network effects, it remains a theoretical advantage.

Industry Impact & Market Dynamics

The AI inference market is projected to grow from $20 billion in 2024 to over $100 billion by 2030. Currently, the vast majority of that revenue flows through a few large model providers and a handful of application aggregators. RNet's model could disintermediate the aggregators. If users own their tokens, the value of a 'ChatGPT wrapper' app drops to near zero—the app becomes a thin UI layer. This would force a massive consolidation in the AI application layer, similar to how the web browser commoditized the operating system.

For developers, the barrier to entry drops dramatically. A solo developer could build a niche AI app (e.g., a legal document analyzer) without needing to set up Stripe, handle refunds, or manage subscription tiers. They simply integrate RNet's SDK and let users bring their own tokens. This could unleash a long tail of specialized AI tools that are currently uneconomical to build.

However, the model providers (OpenAI, Anthropic, Google) may resist. They currently enjoy high margins and customer lock-in. If RNet succeeds, they become dumb pipes. We predict they will either acquire RNet or build competing protocols. Microsoft's recent work on 'AI wallets' is a signal.

| Metric | Current Model (Developer Pays) | RNet Model (User Pays) |
|---|---|---|
| Developer CAC (Customer Acquisition Cost) | High (needs to convert free users to paid) | Low (user already has tokens) |
| User Churn | High (subscription fatigue) | Lower (pay-as-you-go, no commitment) |
| Market Power | Concentrated in top 5 apps | Distributed across many niche apps |

Data Takeaway: The shift from developer-paid to user-paid could reduce the average AI app's customer acquisition cost by 60-80%, but it also reduces the app's ability to bundle and cross-subsidize. The net effect on the total addressable market is uncertain.

Risks, Limitations & Open Questions

The most immediate risk is fraud and abuse. If tokens are portable, a malicious user could steal another user's signed token and use it. RNet needs a robust revocation mechanism, similar to how credit cards have chargebacks. But chargebacks are slow and costly. A second risk is developer defection. Developers who currently enjoy high margins (e.g., 50%+ on AI subscriptions) will not willingly give up pricing control. RNet must offer a compelling incentive, such as a revenue share on the token float or access to a larger user base.

Another open question is token pricing stability. If RNet tokens are pegged to a fiat currency, who sets the price per token? If the market sets it, volatility could confuse users. If RNet sets it, they become a central bank. The L402 protocol (a Lightning Network-based micropayments standard) offers a precedent, but it has not achieved mainstream adoption.

Finally, there is the regulatory risk. If RNet becomes a dominant payment rail for AI, it could be classified as a money transmitter or financial institution, subjecting it to KYC/AML regulations. This would add significant compliance costs.

AINews Verdict & Predictions

RNet is proposing the most important structural change to AI economics since the launch of the ChatGPT API. We believe the model is inevitable—the current subscription-based system is a historical accident, not a design choice. The shift from 'renting AI by the month' to 'buying AI by the token' mirrors the evolution of every other utility: from dial-up internet (by the hour) to broadband (flat rate) to mobile data (metered). The metered model ultimately won for mobile because it enabled new use cases (short video, messaging) that flat-rate couldn't support.

Our predictions:
1. Within 12 months, at least one major model provider (likely a smaller one like Mistral or Cohere) will announce native support for user-paid tokens, effectively validating RNet's thesis.
2. Within 24 months, a consortium of AI app developers will form to standardize a token protocol, and RNet will be a leading candidate.
3. The biggest losers will be 'thin wrapper' AI apps that charge $20/month for a single use case (e.g., 'AI writing assistant for lawyers'). Their margins will be squeezed to zero.
4. The biggest winners will be open-source model providers and infrastructure companies that benefit from increased usage volume, even at lower per-unit margins.

What to watch next: RNet's GitHub repository activity, any partnerships with wallet providers (e.g., MetaMask, Phantom), and whether any major AI app (like Perplexity or Character.AI) integrates the protocol. If that happens, the dominoes will fall quickly.

More from Hacker News

Mozaik: O framework TypeScript que acaba de vez com o bloqueio de agentes de IAAINews has uncovered Mozaik, a novel open-source TypeScript framework engineered specifically for building non-blocking LLM privado vs ChatGPT: A batalha estratégica que remodela a IA empresarialThe enterprise AI landscape is moving beyond the 'ChatGPT-only' era into a nuanced, multi-model strategy. While ChatGPT API LLM do Chrome: Um sequestro perigoso do futuro da web abertaGoogle’s Chrome team has announced plans to integrate a built-in LLM Prompt API, enabling web pages to call a large langOpen source hub2689 indexed articles from Hacker News

Related topics

decentralized AI43 related articlesAI infrastructure192 related articles

Archive

April 20262983 published articles

Further Reading

LocalForge: O Plano de Controle Open-Source que Repensa a Implantação de LLMsLocalForge, um plano de controle de LLM auto-hospedado e de código aberto, usa aprendizado de máquina para rotear consulSurge a Arquitetura Meshcore: As Redes de Inferência P2P Descentralizadas Podem Desafiar a Hegemonia da IA?Uma nova estrutura arquitetônica chamada Meshcore está ganhando força, propondo uma alternativa radical aos serviços cenProtocolo AAIP surge como estrutura constitucional para identidade e comércio de agentes de IAUm novo protocolo aberto chamado AAIP está surgindo para abordar uma lacuna fundamental no desenvolvimento de IA: a faltA Revolução das GPUs Domésticas: Como a Computação Distribuída Está Democratizando a Infraestrutura de IAUma revolução silenciosa está a fermentar nas caves e salas de jogos de entusiastas de tecnologia em todo o mundo. Inspi

常见问题

这次模型发布“RNet Flips AI Economics: Users Pay Tokens Directly, Killing the Middleman App”的核心内容是什么?

RNet is challenging the foundational economics of the AI industry by proposing a user-paid token model. Currently, AI application developers bear the cost of inference from provide…

从“How does RNet prevent token theft and fraud?”看,这个模型发布为什么重要?

RNet's architecture is built on three core components: a token ledger, a cryptographic signature protocol, and a settlement layer. The token ledger is a distributed or centralized database (RNet has not fully committed t…

围绕“What happens to existing AI subscriptions if RNet succeeds?”,这次模型更新对开发者和企业有什么影响?

开发者通常会重点关注能力提升、API 兼容性、成本变化和新场景机会,企业则会更关心可替代性、接入门槛和商业化落地空间。