Trigger Signature
Funds Transferred to Companion Account
Instruction Execution
Return to EOA
Optional Cleanup
ERC20Permit
then you can use the ERC20Permit
trigger type, which makes the entire orchestration gasless. Otherwise, you must use the Onchain Tx
trigger, which requires a bit of gas on source chain to execute the approve
ERC20 transaction.
The SDK will detect whether a token supports ERC-2612 and choose the appropriate trigger type.
approve
) that signals orchestration.