Skip to content

[docs-agent] Add X Layer and Arc minimum EntryPoint stake to bundler FAQs - #1485

Open
alchemy-bot wants to merge 2 commits into
mainfrom
docs/bundler-faqs-xlayer-arc-stake
Open

[docs-agent] Add X Layer and Arc minimum EntryPoint stake to bundler FAQs#1485
alchemy-bot wants to merge 2 commits into
mainfrom
docs/bundler-faqs-xlayer-arc-stake

Conversation

@alchemy-bot

Copy link
Copy Markdown
Contributor

Summary

Adds four rows to the "Minimum EntryPoint stake amount" tables on the Bundler FAQs page:

Mainnets:

  • X Layer Mainnet — 0.1 ETH
  • Arc Mainnet — 0.1 ETH

Testnets:

  • X Layer Testnet — 0.1 ETH
  • Arc Testnet — 0.1 ETH

All four use the global default (0.1 ETH) — confirmed by tx-team (@rwilson-alchemy) in-thread that the rundler configs for these chains do not override MIN_STAKE_VALUE, so they inherit the default.

World Chain Mainnet and World Chain Sepolia were also requested but already exist in the tables at 0.1 ETH (no change needed).

Follow-up to #1452 (DOCS-141, Plasma Mainnet).

Linear

DOCS-166 — https://linear.app/alchemyapi/issue/DOCS-166/add-world-chain-x-layer-and-arc-minimum-entrypoint-stake-to-bundler

Requested by

@seansing (via Slack thread)

…FAQs

Adds X Layer Mainnet, X Layer Testnet, Arc Mainnet, and Arc Testnet at 0.1 ETH (global default) to the Minimum EntryPoint stake amount tables. Confirmed by tx-team in-thread that these chains follow the default (no MIN_STAKE_VALUE override in their rundler configs). World Chain Mainnet and World Chain Sepolia already exist in the tables at 0.1 ETH.

Refs DOCS-166

Requested-by: @seansing
@github-actions

github-actions Bot commented Jul 28, 2026

Copy link
Copy Markdown

🔗 Preview Mode

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview Jul 28, 2026, 8:05 AM

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 68f97861ae

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +224 to +225
| X Layer Mainnet | 0.1 ETH |
| Arc Mainnet | 0.1 ETH |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use native token symbols for new chains

These new rows label the EntryPoint stake as ETH even though the table is explicitly denominated in each chain's native token. X Layer's native gas token is OKB (OKX), and this repo's Arc docs state that Arc uses USDC as the native gas token (content/api-reference/arc/arc-api-faq.mdx:9); the same ETH labels were also added for the testnet rows below. As written, developers following this table may fund or stake the wrong asset, so these entries should be changed to the correct native-token denominations and amounts.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch — applied in 1b0a094.

  • X Layer Mainnet + X Layer Testnet: 0.1 ETH0.1 OKB (OKB is X Layer's native gas token per OKX docs at web3.okx.com/xlayer)
  • Arc Mainnet + Arc Testnet: 0.1 ETH0.1 USDC (USDC is Arc's native gas token per content/api-reference/arc/arc-api-faq.mdx:9)

This follows the established convention in the table (Celo → CELO, OpBNB → BNB) and matches the recent Cronos/Monad correction in PR #1454. The rundler default MIN_STAKE_VALUE is 10^17 wei of the chain's native gas token, not literally ETH.

… Arc (USDC)

Applied codex P2 feedback on PR #1485. X Layer's native gas token is OKB (per OKX docs at web3.okx.com/xlayer); Arc's native gas token is USDC (per content/api-reference/arc/arc-api-faq.mdx line 9).

The Min Stake column is denominated in each chain's native gas token (see Celo → 0.1 CELO, OpBNB → 0.4 BNB precedent, and the recent Cronos/Monad correction in PR #1454). The rundler config's default MIN_STAKE_VALUE is 10^17 wei of the chain's gas token — which is 0.1 OKB on X Layer and 0.1 USDC on Arc, not 0.1 ETH.

Refs DOCS-166

Requested-by: @seansing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant