Clarify gas requirements for call execution docs#257
Open
warengonzaga wants to merge 3 commits intorelayprotocol:mainfrom
Open
Clarify gas requirements for call execution docs#257warengonzaga wants to merge 3 commits intorelayprotocol:mainfrom
warengonzaga wants to merge 3 commits intorelayprotocol:mainfrom
Conversation
…mart Accounts Based on customer feedback (CUS-414 / SE-1402) where an integrator was confused that "pay with any token" implied zero native gas was needed. These changes make it explicit that EOA wallets still need origin chain gas and point to Smart Accounts for truly gasless flows. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
pedromcunha
previously approved these changes
Feb 23, 2026
5e6869c to
b9f78aa
Compare
Member
Author
|
@pedromcunha done signing the commit. |
pedromcunha
approved these changes
Feb 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
<Note>callout on the Call Execution page clarifying that EOA wallets still need origin chain native gas to broadcast the deposit transaction<Warning>block in the Call Execution Integration Guide "Before you start" section with the same clarificationContext
Based on customer feedback from CUS-414 / SE-1402. An external integrator read "pay with any token on any other chain" and assumed zero native gas was needed with a standard EOA wallet. They spent significant time debugging before learning that Smart Accounts (EIP-7702 or ERC-4337) are required for a truly gasless flow. These docs changes make that distinction explicit upfront.
Test plan
<Note>and<Warning>components render correctly on the docs site🤖 Generated with Claude Code