v0.1.13
Release v0.1.13: 2026-04-28
This release introduces Gas Sponsorship (Auto-Fuel) for EVM, Solana, and TRON, an end-to-end Auto Gas Refill experience in the dashboard, a redesigned Withdrawal Tracker that handles multiple in-flight withdrawals, and per-field permissions for wallet settings.
Included updates:
- Apex Platform (v0.1.13)
- Fystack UI (v0.1.13)
New Features
Gas Sponsorship (Auto-Fuel)
Workspaces can now opt wallets into gas sponsorship, where the platform automatically funds the gas needed to move tokens so end users no longer need to hold the native chain coin.
Highlights:
- Coverage across EVM, Solana, and TRON — sponsor gas for ERC-20s, SPL tokens, and TRC-20s out of a single workspace gas tank
- New
gas_sponsorship_enabledflag on wallet settings, set at creation or from the wallet settings page - New
FUNDING_GASwithdrawal status andwithdrawal.funding_gaswebhook so the sponsorship step is visible in the lifecycle and integrations - Withdrawal preview now shows the expected top-up amount up front
- Withdrawal flow automatically waits for funding before broadcasting
Use cases:
- Onboard end users without forcing them to acquire ETH, MATIC, SOL, or TRX just to move their tokens
- Centralize gas funding into a workspace-managed gas tank instead of topping up wallets manually
- Build consumer-facing flows where the app sponsors fees transparently
Auto Gas Refill UI
The Auto-Fuel feature has a complete operator experience in the dashboard.
Highlights:
- New Auto Gas Refill modal with validation and per-network configuration
- Wallet settings page exposes auto gas refill configuration alongside network selection
- Gas sponsorship messaging surfaced in the create-wallet and send/withdraw forms so users know when gas is sponsored
- Transaction history now labels the gas-funding step so it's clear in past activity
Withdrawal Tracker
The withdrawal tracker has been redesigned to keep up with multiple concurrent withdrawals and the new gas-funding step.
Highlights:
- Supports multiple concurrent in-flight withdrawals on a single screen
- Each withdrawal shows its own progress states, including the new Funding Gas step
- Refreshed layout and copy across the withdraw flow
Wallet Settings: Per-Field Permissions
Wallet settings are now governed by per-field permissions instead of a single all-or-nothing control, so admins can manage day-to-day preferences without owner-level access.
Highlights:
- Admins can update non-sensitive fields such as the wallet name and gas sponsorship toggle
- Sensitive fields (signing threshold, disabled state, auto-approval limit) still require the wallet owner
- Clear error message lists exactly which fields are blocked when a permission is missing
This closes a long-standing gap where every settings change required the wallet owner.
Network-Scoped Wallets
Wallet creation and listing are now network-aware, so workspaces operating on a curated set of chains can scope wallets without leaking unrelated networks into the UI.
Highlights:
- New network selector in the create-wallet form
- Wallet list and filters honor the selected networks
- Cleaner network metadata across forms and modals
Wallet Lifecycle: Delete, Disable, and Remove Asset
Wallet owners now have a full lifecycle UI for cleaning up wallets, with the appropriate guardrails.
Highlights:
- Delete a wallet directly from the wallet table (owner-only)
- Disable a wallet to pause activity without deleting it
- Remove an individual asset from a wallet
- New wallet purpose dropdown in the create-wallet form
Notification and Modal Polish
The in-app notification surface and a few high-traffic modals received a cleanup pass.
Highlights:
- Refreshed notification icons and grouping for deposits, withdrawals, and other events
- Deposit and withdraw modals show the correct network logo dynamically
- Asset views fall back to the asset name when no avatar is available
- Tighter styling for pending-withdrawal alerts and transaction items
Summary
Apex v0.1.13 is the gas sponsorship release:
- Auto-Fuel lets workspaces sponsor gas for EVM, Solana, and TRON token movements end-to-end, with a full Auto Gas Refill experience in the dashboard
- Withdrawal Tracker is rebuilt for multiple concurrent withdrawals and surfaces the gas-funding step
- Per-field permissions on wallet settings finally separate day-to-day preferences from sensitive controls
- Network-scoped wallets and wallet delete / disable / remove-asset round out the operational surface