V2 — Jito bundle launch + extended rotation flow - #1
Merged
Merged
Conversation
- Atomic Jito bundling (create + dev buy + buyers land in one slot); 0.1 SOL default tip so it lands first try; auto-retry with fresh blockhash (3x) - Extended multi-hop rotation chains (sell -> sweep -> re-buy), any depth - Slippage-aware funding (provision sol*(1+slippage)); rotation re-buys sized to fit the swept amount so buys never run out of SOL - Recover -> Main (sell all bags + sweep SOL), one click - Atomic job persistence (temp+rename) so fast runs can't corrupt job files - Faster landing via processed commitment + tight polling - Funding cockpit (live per-wallet ready/short), X/5 tx bundle meter, encrypted keystore, host-allowlist/CSRF-guarded local backend - docs/V2-FLOW.md: ideal/tested flow + stress-test notes Verified on-chain with real SOL: bundle atomic in one slot, all rotations land, 0 failures. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
V2: real Jito bundling + extended rotation flow
V2 makes the launcher a true executor — an atomic Jito-bundled launch followed by multi-hop rotation chains, all verified on-chain with real SOL.
What's new
processed-commitment landing, funding cockpit,X/5 txbundle meter, encrypted keystore.The ideal flow (tested in V2 — working)
A 4–5 wallet bundle opens the coin atomically (paying the 0.1◎ Jito tip), then each bundle wallet rotates 5-into-5-into-5 — every wallet hands its position to a fresh wallet, several hops deep:
Stress test vs. production
The largest verified run — 13 wallets, 4 chains × 3 hops, 12 rotations — is a stress test to show the engine's capability. It landed clean on-chain (bundle atomic in one slot, all 12 rotations executed, 0 failures). This is the flow we tested in V2 and it works. For everyday launches the sweet spot is ~4–5 bundle wallets + 2–3 hops; scale depth up only for a wider spread.
Full details:
docs/V2-FLOW.md.🤖 Generated with Claude Code