Onchain subscriptions & payroll infrastructure.

Recurring crypto payments, automated payroll, and programmable billing for modern internet businesses. The settlement layer for the onchain economy.

Audited contractsNo monthly fees
app.virio.xyz/dashboard
Total balance
$2,481,920
+12.4%
Active subs
18,204
+3.1%
Payroll volume
$840,210
+8.7%
Revenue
1D1W1M1Y
Live activity
0x8f…2a4cSubscription charge
+$49.00
0x1b…9d0ePayroll execution
+$3,200.00
0xa3…7f12Protocol fee
+$0.42
0xc7…4e88Retrying settlement
$129.00
0k+
Active businesses
0.00%
Executor uptime
0.0s
Avg settlement
Platform

Everything you need to bill onchain

One programmable platform for subscriptions, payroll, and settlement — built for engineers who want billing to disappear into their stack.

Recurring subscriptions

Monthly, yearly, or custom intervals. Customers approve once — executors handle every charge after that.

Automated payroll

Store recipients onchain, schedule runs, and pay contractors and employees in stablecoins on autopilot.

Executor network

A permissionless network of executors triggers settlement and earns rewards. No cron jobs to babysit.

Developer SDKs

Typed SDKs for TypeScript, React, and Solidity. Integrate billing in an afternoon.

Real-time analytics

MRR, churn, payroll volume, failed settlements, and protocol fees — streamed live to your dashboard.

Multi-chain

Deploy once, settle across every major EVM chain from a single integration.

Stablecoin payments

Native USDC and stablecoin support with transparent, onchain-verifiable settlement.

Programmable billing

Webhooks, spend caps, auto-cancel rules, and metered usage — billing logic that lives in code.

How it works

From integration to settlement in three steps

Virio turns recurring payments into a single onchain primitive — the same execution model powers both subscriptions and payroll.

01

Create a product or payroll

Define a pricing plan or a payroll schedule. Set the token, interval, spend caps, and webhook endpoints — all from the dashboard or SDK.

virio.products.create({ price: 49, interval: 'month' })
02

User approves once

The customer signs a single onchain approval. No re-signing every cycle — the agreement is enforced by audited smart contracts.

await virio.subscriptions.subscribe(planId)
03

Executors automate settlement

The executor network triggers every charge and payroll run on schedule, splits fees onchain, and settles directly to your wallet.

executor.run() → settle() → payout()
Settlement breakdownOnchain verified
Customer pays$100.00
Flat protocol fee-$1.00
Protocol fee · 0.25%-$0.25
Executor fee · 0.10%-$0.10
Net to your wallet$98.65

Every split is executed and verifiable onchain. No invoices, no chargebacks, no monthly platform fee.

Developer-first

Billing that disappears into your stack

Typed SDKs, predictable webhooks, and a sandbox that mirrors mainnet. Ship onchain billing without becoming a payments team.

One-line install

npm install @virio/sdk — typed end to end, zero config.

Framework adapters

First-class hooks for React, Next.js, and a Solidity integration library.

Test before mainnet

A full sandbox with mock wallets, executor simulation, and webhook replay.

Explore the developer portal
billing.ts
1import { Virio } from "@virio/sdk";
2 
3const virio = new Virio({ apiKey: process.env.VIRIO_KEY });
4 
5// Create a recurring product
6const plan = await virio.products.create({
7 name: "Pro plan",
8 price: 49,
9 token: "USDC",
10 interval: "month",
11});
12 
13// Subscribe a customer — they sign once
14const sub = await virio.subscriptions.subscribe({
15 planId: plan.id,
16 customer: "0x8f3c...2a4c",
17});
Pricing

Transparent pricing. Zero monthly fees.

You only pay when you get paid. Every fee is split and verified onchain — no contracts, no minimums, no surprises.

Pay as you settle

For startups and scaleups billing onchain

Most popular
$1.00
Flat fee
per settlement
0.25%
Protocol fee
of volume
0.10%
Executor fee
of volume
  • No monthly platform fees, ever
  • Unlimited products, plans & payroll runs
  • Full developer SDKs & API access
  • Executor network with 99.99% uptime
  • Real-time analytics & webhook events
  • Transparent, onchain-verifiable settlement
Start Building

Enterprise

For platforms settling at scale

Custom
volume pricing & SLAs
  • Volume-based fee discounts
  • Dedicated executor capacity
  • SSO, role permissions & audit logs
  • Priority support & solution engineering
  • Custom contract deployment & SLAs
Contact sales

Example: on a $100 charge you keep $98.65 — settled instantly, verifiable onchain.

Live on testnet

Start settling onchain in an afternoon

Spin up products, payroll, and programmable billing with one SDK. No monthly fees — you only pay when you get paid.