Solana adds native subscriptions
A shared program now handles subscriptions, spending caps, and recurring pulls directly on Solana.
The Solana Foundation says Subscriptions & Allowances is now live on mainnet as a shared program for recurring payments, delegated spending, and onchain subscription plans. The important point is narrower than a generic crypto payments announcement: Solana is offering a common, audited, open source building block that teams can integrate instead of writing their own billing logic from scratch. The source says the program works with SPL Token and Token-2022, including confidential transfers, and has been audited by Cantina/Spearbit.
The program supports three payment models. Allowances let a user pre-authorize a spend up to a defined cap, with an optional expiration. Recurring delegations let a delegate pull up to a set amount on a regular cadence, such as every two weeks. Subscription plans let a merchant publish fixed billing tiers onchain and pull funds automatically each billing cycle. In all three cases, part of the commercial relationship moves into a shared program rather than sitting only in a private database or behind a traditional payment processor.
The practical interest is the level of control. A SaaS subscription, a stablecoin invoice, API access, or a spending budget for a software agent do not need exactly the same workflow, but they share one requirement: authorize limited, repeatable, verifiable spending. Solana names Helius, Confirmo, Dynamic, Majority, Mesh, and Meow among the partners integrating the program or helping shape it. Helius plans to use subscription plans for API tiers, Confirmo for automatic stablecoin invoice collection, and Dynamic for checkout from embedded wallets.
The signal matters because it shows where part of blockchain infrastructure is moving: away from the dramatic act of buying a token and toward ordinary payment primitives. A primitive is a reusable base component that other developers can build on. Here, the primitive is meant to wrap delegated spending with caps, timing, and terms recorded onchain. That does not solve compliance, refunds, disputes, or customer support by itself, and the announcement comes from Solana’s own ecosystem. But for developers the direction is clear: stablecoins and programmable wallets become more useful when subscriptions, allowances, and recurring pulls exist as shared infrastructure rather than one-off code inside each application.