Apple token
Apple Farm Smart Account
Paymaster
Ask Apple Farm to drop tokens
Send Apple to the EOA that will sign.
Send Apple gasless (EOA → anyone)
Sign the permit, then tell Apple Farm to send before it expires.
Sign permit with
Private key stays in your browser. Only the signature is sent.
BananaToken
Alice
Relayer
Bob
Charles
Sign with Alice, send with Relayer
Alice signs. Relayer submits and pays gas. Receiver and amount are free input.
Any signer playground
Any signer can authorize a transfer. Relay pays gas.
Sign transfer with
Private key stays in your browser. Only the signature is sent.
Any signer, any relayer
Signer only signs locally. Relayer submits and pays gas.
Sign transfer with
Private key stays in your browser.
Relay transaction with
Relayer private key is used to submit and pay gas.
Alice delegate EOA
Delegate contract
Relayer
BananaToken
Bob
Charles
EIP-7702 authorization
Signer must be the delegate contract EOA: Alice. No bundler is used.
Format: address,amount. Each line becomes one ERC-20 transfer call.
Any relayer playground
Alice still signs the 7702 authorization. Any relayer can submit and pay gas.
Relay transaction with
Relayer private key is used to submit and pay gas.
Alice EOA
Bob EOA
Blob gas vs normal gas
Alice sends blob message to Bob
Free input message. The message is attached as blob data.