Non-custodial
Users sign their own intent. Operators sponsor execution, but never control user funds.
OSSR is an open protocol for sponsored Stacks transactions. Users move sBTC without holding STX, while independent operators handle network fees.
OSSR separates user intent from fee payment, letting applications deliver gasless experiences without compromising ownership.
Users sign their own intent. Operators sponsor execution, but never control user funds.
A permissionless relay layer designed for resilient routing and transparent competition.
Fees are handled behind the scenes, making Stacks applications feel fast and familiar.
A compact, verifiable flow connects wallets, relay operators, and the Stacks network.
A wallet asks the relay for a bounded sponsorship quote, including fees and expiry.
The user authorizes the exact token movement—without ever needing to hold STX.
An operator sponsors and broadcasts the transaction, settling its fee in the same flow.
Run infrastructure, sponsor transactions, and help create a more accessible Stacks ecosystem.
Operator overview$ ossr-operator start✓ connected to stacks-testnet✓ relay ready for quotesIntegrate sponsored sBTC transfers with a small, predictable API designed for modern applications.
Read the docsconst quote = await ossr.quote({ amount: 1000, token: 'sBTC' });

Connect your wallet and experience sponsored transactions on testnet.
Connect to OSSR