Grat is an open-source gas abstraction relay and SDK for Stellar. Developers send signed transactions to Grat, it wraps them in fee-bump envelopes (CAP-0015), pays the fee from a managed pool of channel accounts, and submits them to the network. Users never touch XLM. Try the Live DemoDocumentation Index
Fetch the complete documentation index at: https://grat.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Protocol 26 (Yardstick) Compatibility
Grat is fully compatible with Stellar Protocol 26 (Yardstick).
Zero-XLM UX
Users transact without holding or managing XLM.
Stellar-Native
Built on CAP-0015 fee-bump transactions, not adapted from another chain.
Protocol 26 Ready
Compatible with Stellar latest protocol upgrade.
Self-Hostable
Run your own relay with Docker or one-click Cloud deployment.
How it works
What is available today
Grat has completed its Phase 1 milestone. All core gas-abstraction features are verified and stable on Testnet.- Relay Server: High-performance transaction wrapper and submitter.
- TypeScript SDK: Type-safe client for Node and Web applications.
- REST API: Standard endpoints for integration with any programming language.
- Soroban Support: Full sponsorship for smart contract resource fees.
- One-Click Deploy: Production-ready deployment to Render or Docker.
Mainnet support, API key management, and a developer credits dashboard are coming soon.
Quick Links
Live Demo
Try the zero-gas USDC transfer experience.
Quickstart
Get started in under 10 minutes.
TypeScript SDK
Official client reference.
REST API
Direct API integration guide.
Self-Hosting
Deploy your own instance.