Solana has moved recurring payments onto mainnet, giving crypto apps a shared way to handle subscriptions and spending limits without building the same billing machinery from scratch.
Solana's newest payments push is not about another trading venue or another token launch. It is about the boring work that keeps real businesses alive: charging customers every month, letting users approve limited spending, and giving merchants a predictable way to collect stablecoin payments without chasing invoices.
The Solana Foundation announced on June 2 that native Subscriptions and Allowances are live on mainnet, through a shared on-chain program that supports fixed allowances, recurring delegations, and merchant subscription plans. According to the Solana Foundation's announcement, the program is open source, audited, and already being integrated by teams including Helius, Confirmo, Dynamic, Majority, Mesh, and Meow.
That matters because subscriptions are one of the cleanest tests of whether crypto payments can move beyond speculation. A founder does not need a philosophical argument about decentralization when payroll is due or when an API customer needs to renew. They need the payment to happen, the customer to understand what was approved, and the accounting trail to be clear enough that support teams are not buried in tickets.
The basic idea is straightforward. A fixed allowance lets a user authorize a wallet or service to spend up to a set amount, often with an expiry date. A recurring delegation lets a delegate pull up to a limit that resets each period. A subscription plan lets a merchant publish billing terms on-chain, then charge subscribers according to the plan they accepted.
In normal software, these jobs usually sit inside Stripe, Chargebee, Recurly, or a custom billing stack built around card processors and bank rails. Those systems do more than move money. They handle renewals, dunning, invoices, tax records, refunds, failed payments, fraud checks, and customer service workflows. That is a high bar. Solana is not replacing all of it with one program.
What it can replace is the part that has been awkward for on-chain apps: every team inventing its own recurring payment logic. If a media app, API provider, AI agent platform, and payroll tool all need delegated spending, it is wasteful for each one to write and audit a separate smart contract. A shared primitive gives developers a standard place to start, which can reduce engineering time and make wallet interfaces more consistent.
Helius is the clearest early example. The Solana infrastructure provider already sells API tiers to developers, with public pricing that includes monthly plans such as Developer, Business, and Professional. By integrating subscription plans, Helius can let customers pay for API access directly on-chain, with funds pulled automatically each billing cycle. For crypto-native teams already holding stablecoins, that removes a familiar bit of friction.
Confirmo points to a different use case. It serves merchants that want stablecoin payment collection, so automatic invoice pulls could make sense for SaaS companies and enterprise clients that are comfortable with digital wallets. The important part is not that every customer suddenly wants to pay this way. It is that merchants can treat on-chain payments as recurring revenue, not just one-off checkout events.
The Stripe Comparison Cuts Both Ways
The obvious comparison is Stripe, but it is also the easiest one to overstate. Stripe is trusted because it hides the ugliness of payments. Cards fail. Customers forget what they bought. Refunds happen. Regulations change by country. Businesses need dashboards, logs, webhooks, tax records, and support tooling that non-technical employees can use every day.
Solana's subscriptions program attacks a narrower problem. It gives wallets and apps a way to encode spending permission, amount limits, expiry dates, reset periods, and merchant billing terms. The developer docs describe a Subscription Authority for each user and token mint, with transfers checked against active authorizations. The program cannot simply move funds on its own, which is a necessary design choice if users are going to tolerate delegated spending.
That design still brings new risks. Most consumers are already bad at understanding card subscriptions. Wallet permissions can be even harder. If a user approves a recurring delegation and later forgets about it, the on-chain system may work exactly as designed while still creating a bad customer experience. Revocation needs to be simple. Wallets need to show plain-language limits. Merchants need cancellation flows that feel normal to people who do not read transaction details for a living.
There is also the question of disputes. Card networks give consumers chargebacks, which merchants dislike until they remember that buyer protection is part of why cards are widely used. Smart-contract billing can be faster and more transparent, but it does not automatically solve mistaken purchases, poor service, or fraud. Those problems move up the stack, into wallets, apps, payment gateways, and merchant policies.
For founders, the practical takeaway is to treat this as infrastructure, not magic. A SaaS company building for crypto-native customers may find real value in stablecoin subscriptions, especially if it already manages wallets and on-chain identity. A mainstream consumer app will need more work around education, refunds, and support before it can ask users to approve recurring wallet permissions with confidence.
Solana's bigger opportunity is to make payments feel less like a special crypto behavior and more like ordinary business plumbing. If Helius, Confirmo, and other early integrators can prove that recurring billing works cleanly in production, the next wave of builders will not ask whether on-chain subscriptions are possible. They will ask whether the customer experience is finally good enough to use.
Also read: The U.S. has sanctioned Nobitex as crypto becomes a pressure point • Fireblocks brings stablecoin checkout into payment infrastructure • Franklin Templeton brings tokenized money funds closer to stablecoins