loyalteez_relay_transaction
Relays gasless blockchain transactions so users can claim perks, transfer LTZ, or interact with Loyalteez contracts without ETH for gas; requires Privy authentication.
Instructions
Execute a gasless blockchain transaction. Users can claim perks, transfer LTZ, or interact with Loyalteez contracts without needing ETH for gas. Requires Privy authentication.
See also: loyalteez://docs/api/gas-relayer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Contract address to call (must be whitelisted) | |
| data | Yes | Encoded function call data (hex string) | |
| permit | No | EIP-2612 permit for gasless approval (optional) | |
| gasLimit | No | Maximum gas limit (default: auto-estimate, max: 1000000) | |
| userAddress | Yes | User's wallet address | |
| privyAccessToken | Yes | Privy access token from getAccessToken() |