Networks

Fee sponsors let you cover gas fees for your wallets so they can transact without holding native tokens.

1. Create a fee sponsor
Designate an existing wallet as a fee sponsor. POST /fee-sponsors
2. Fund the sponsor wallet
Ensure the sponsor wallet holds enough native tokens to pay gas fees.
3. Use in transfers
Specify feeSponsorId when creating a transfer. The sponsor and sponsoree wallets must be on the same network. POST /wallets/{walletId}/transfers
If the sponsor wallet has a policy that blocks signing (for example, a Block action on Wallets:Sign), any sponsored transfer will fail.

.