Skip to main content

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 calling velumx.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

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

Two Integration Paths

DEVELOPER_SPONSORS — simplest path. The developer’s relayer pays STX gas. Users pay nothing.
USER_PAYS — user pays a SIP-010 token fee. Developer deploys their own paymaster contract that atomically collects the fee and executes the action.