- Bridge and execute: transfer tokens to a destination chain and run arbitrary calls there in the same intent.
- Gas relay: execute calls on a destination chain without bridging any tokens. The relayer fronts gas on the destination and takes repayment from the user’s existing balance on the source chain.
Bridge and execute
Use this when the destination calls need tokens on that chain — for example, depositing into a vault, buying an NFT, or performing a swap. ProvidetokenRequests for the tokens needed on the destination, and calls for the actions to execute there. Warp bridges the tokens and executes the calls in a single intent.
The
calls execute in the context of the user’s account on the destination chain. If the vault returns receipt tokens, they are already credited to the account — no additional transfer is needed.Gas relay
Use this when the user wants to execute a transaction on another chain but doesn’t need to bridge tokens. The user might have ETH or USDC on Base and want to call a contract on Arbitrum without holding any gas on Arbitrum. The relayer fronts gas on the destination chain and claims repayment from the user’s balance on the source chain. NotokenRequests needed — the repayment token is chosen automatically.
sourceChains: