Skip to content

[docs-agent] Note paid-tier 1,000-per-sender parallel nonce limit on bundler FAQs - #1626

Open
alchemy-bot wants to merge 2 commits into
mainfrom
docs/bundler-faqs-paid-tier-parallel-nonces
Open

alchemy-bot wants to merge 2 commits into
mainfrom
docs/bundler-faqs-paid-tier-parallel-nonces

Conversation

@alchemy-bot

Copy link
Copy Markdown
Contributor

Summary

Adds a one-liner to the bundler FAQs "What is the maximum number of supported parallel nonces?" answer explaining that paid Alchemy plans (pay-as-you-go, enterprise) enforce a per-sender parallel nonce limit of 1,000. The existing ERC-7562 default explanation (4 for unstaked / unlimited for staked) stays as-is so the free-tier default is still documented.

Diff

content/wallets/pages/bundler-api/bundler-faqs.mdx

 The bundler supports up to 4 parallel nonces (default value from ERC-7562) for unstaked senders and unlimited parallel nonces for staked senders. See [below](/docs/reference/bundler-faqs#minimum-entrypoint-stake-amount) for stake requirements.

+For teams on a paid Alchemy plan (pay-as-you-go, enterprise), the per-sender parallel nonce limit is **1,000**.
+
 Unstaked accounts that attempt to exceed this limit will receive the error `Max operations (4) reached for account`.

Reviewer questions

The Slack ask ("specify the limit is 1,000 per sender for paid tier teams") does not spell out how the paid-tier 1,000 interacts with the existing ERC-7562 default text. Please confirm the intent so we can tighten if needed:

  1. Does the 1,000 per sender apply to unstaked senders only (raising the ERC-7562 default of 4 on paid tiers)?
  2. Does it cap the staked "unlimited" claim (so paid-tier staked senders are actually capped at 1,000)?
  3. Or is it a plan-wide per-sender ceiling regardless of stake?

The current wording leaves it ambiguous on purpose. Happy to push a follow-up commit with more specific wording once confirmed, or land as-is if this level of detail is enough for the FAQ.

Also worth a sanity check: line 259 (in the "Minimum EntryPoint stake amount" section) still says "Accounts only need to stake if they wish to exceed 4 parallel nonces in the Bundler's mempool." If the paid-tier 1,000 also relaxes when staking is required, that sentence probably wants a paid-tier caveat too. Not touching it in this PR without confirmation.

Linear

DOCS-230 — Note paid-tier 1,000-per-sender parallel nonce limit on bundler FAQs

Requested by

@caleighc (via Slack thread)

…bundler FAQs

Add a sentence to the "What is the maximum number of supported parallel nonces?" answer on content/wallets/pages/bundler-api/bundler-faqs.mdx clarifying that paid Alchemy plans (pay-as-you-go, enterprise) enforce a per-sender parallel nonce limit of 1,000. Preserves the existing ERC-7562 default explanation (4 for unstaked senders, unlimited for staked senders).

Refs DOCS-230

Requested-by: @caleighc
@github-actions

github-actions Bot commented Sep 16, 2026

Copy link
Copy Markdown

🔗 Preview Mode

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview Sep 17, 2026, 8:05 PM

@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: 21b324394c

ℹ️ 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 thread content/wallets/pages/bundler-api/bundler-faqs.mdx Outdated
…ake-section wording

Follow-up on codex P2 (#1626 (comment)) after Caleigh confirmed the per-sender parallel nonce limits in Slack: 4 for free-tier unstaked, 1,000 for paid-tier unstaked, effectively unlimited for staked senders (any tier). Rewrites the "What is the maximum number of supported parallel nonces?" answer as a 3-bullet rule so unstaked/staked and free/paid interactions are unambiguous. Also updates the "Minimum EntryPoint stake amount" section wording that hardcoded "exceed 4 parallel nonces" to reflect the paid-tier 1,000 cap.

Refs DOCS-230

Requested-by: @caleighc
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