Introduction
Welcome to VelumX — the Relayer-as-a-Service (RaaS) infrastructure for gasless transactions on the Stacks blockchain.The Problem
Traditional blockchain applications require users to hold native tokens (STX on Stacks) to pay for transaction fees. This creates real friction:- Onboarding barrier: New users must acquire STX before they can do anything.
- Poor UX: Users manage multiple token types just to execute simple actions.
- Adoption blocker: Limits DeFi growth by requiring upfront capital in the wrong asset.
The VelumX Solution
VelumX is a Relayer-as-a-Service platform. Developers integrate gasless transactions by callingvelumx.sponsor(txHex) — VelumX handles all the relayer infrastructure behind that single call.
Stacks-Native
Uses Stacks’ built-in sponsored transaction capability. No smart wallets, no account abstraction.
Multi-Tenant
Every developer gets an isolated relayer address and API key. Funds never mix.
What VelumX Provides
| Component | Description |
|---|---|
| Relayer Backend | Multi-tenant key derivation, STX sponsorship, nonce management, broadcast |
@velumx/sdk | sponsor(), estimateFee(), buildSponsoredContractCall() |
| Dashboard | API key management, relayer funding, usage stats, key export |
| Pricing Oracle | Real-time token→STX pricing for accurate fee estimation |
What Developers Provide
- Their own contract calls (swap, bridge, stake — anything on Stacks)
- Optionally: their own paymaster contract for USER_PAYS fee collection
- An API key from the VelumX Dashboard