the commerce layer for solana
solsub.
solsub.
recurring payments on solana.
no banks. no credit cards. just wallets.
merchants get a dashboard.
developers get an sdk.
users get control.
CA
GP3Qp9UXUSV95zu2QPvtJMZoiMobM86xUmiANCVqpump
◎ 2.50 SOL → merchant_9kx
◎ 0.10 SOL → dao_vlt
◎ 1.00 SOL → saas_pro
◎ 5.00 SOL → guild_abc
◎ 0.25 SOL → api_node
◎ 3.00 SOL → nft_sub
◎ 0.50 SOL → infra_io
◎ 12.0 SOL → enterprise
◎ 2.50 SOL → merchant_9kx
◎ 0.10 SOL → dao_vlt
◎ 1.00 SOL → saas_pro
◎ 5.00 SOL → guild_abc
◎ 0.25 SOL → api_node
◎ 3.00 SOL → nft_sub
◎ 0.50 SOL → infra_io
◎ 12.0 SOL → enterprise
subscriptions
solana
audited by cantina
pinocchio
SPL Token
delegations
recurring
wallet-to-wallet
Token-2022
@solana/kit
subscriptions
solana
audited by cantina
pinocchio
SPL Token
delegations
recurring
wallet-to-wallet
Token-2022
@solana/kit
what is solsub
stripe built recurring payments for the old internet.
we're building it for solana.
0
payment models
fixed · recurring · subscription
<1s
settlement
solana finality
0
intermediaries
wallet to wallet
how it looks
subscriptions, powered by your wallet.
example preview
weekly
1.5
SOL/week
pay as you go. cancel anytime.
subscribe with solana
auto-renews in 4d
most popular
monthly
5
SOL/month
best for most teams and projects.
subscribe with solana
auto-renews in 27d
yearly
50
SOL/year
save 17%. billed once a year.
subscribe with solana
auto-renews in 341d
or pay with stablecoins
basic
9.99
USDC/month
for individuals. simple and affordable.
pay with USDC
auto-renews in 29d
recommended
pro
29
USDC/month
for growing teams. everything you need.
pay with USDC
auto-renews in 29d
enterprise
199
USDC/year
unlimited access. priority support.
pay with USDC
auto-renews in 348d
how it works
four steps. that's it.
01
connect wallet
phantom, solflare, or any solana wallet. one click.
02
approve delegation
set spending limits. per-period caps. you stay in control.
03
automatic payments
merchant pulls funds each period. no manual action needed.
04
cancel anytime
one transaction. instant. no phone calls, no emails.
for who
everyone gets something.
merchants
- dashboard with MRR, churn, analytics
- create plans, manage subscribers
- webhook + email notifications
- CSV export, invoicing
developers
- high-level SDK: subscribe(plan, wallet)
- embeddable "subscribe with solana" button
- indexer infrastructure
- webhook delivery
users
- subscription management hub
- see all delegations in one place
- cancel anything with one click
- full payment history
agents
- autonomous service subscriptions
- wallet-based budget limits
- programmatic delegation management
- no human approval needed
tech
built on audited infrastructure.
solsub - protocol spec
01// core
02program solana-program/subscriptions
03audit cantina (verified)
04runtime pinocchio (minimal CU)
05
06// stack
07client @solana/kit + codama
08token SPL Token + Token-2022
09events anchor-compatible self-CPI
10
11// models
12fixed one-time delegated allowance
13recurring per-period auto-reset budget
14subscription merchant plan + pull payments
15