Terminology
Key Terminology in Solana, Degen trading and ForgeX
Owned Wallet Group
Definition Wallets for which you hold the private keys.
Explanation The Owned Wallet Group allows users to efficiently manage and operate wallets they fully control. Typical use cases include executing transactions, issuing tokens, and handling market-maker operations across multiple wallets.
Tip for Advanced Users Professional users can import existing wallets into the Owned Wallets group to streamline operations. This feature improves efficiency and is especially useful for advanced traders or power users managing multiple wallets and strategies.
Hop Transfer
Definition A privacy-enhancing transfer method that routes funds through a chain of 6 intermediate wallets (relays) before reaching the final destination.
Explanation When Hop Transfer is enabled, each transaction passes through 6 automatically selected relay wallets, rather than going directly from sender to receiver. This method breaks the direct on-chain traceability between the source and destination addresses, making it extremely difficult to analyze the fund flow using blockchain explorers.
Hop Transfer ≈ Multi-hop proxy routing for wallet-to-wallet transactions on-chain.
Example
Sender Wallet:
Wallet_A
Receiver Wallet:
Wallet_B
Routing Path:
Wallet_A → Relay_1 → Relay_2 → ... → Relay_6 → Wallet_B
On-chain visibility: Only individual hops are visible. No full path is traceable.
Bundle Buy
Defition
A trading method that packages multiple transactions into a single, atomically executed bundle. In Solana, this often leverages Jito Bundles to ensure the transactions are executed in the intended order and without interference from other participants.
How Can it Support ForgeX.tools?
Launch a token with Advanced Bundler, Batch Trading and Market Making Bot.
Bundler
Definition
In Solana trading, a Bundler is a coordinated mechanism where multiple buy transactions are executed within the same block—often just milliseconds apart—to secure execution order and minimize price impact. Bundlers can be used by traders, bots, or teams to gain an advantage over regular market participants, and they are not limited to token launches.
Detection Logic (Axiom & GMGN)
4+ Transactions in the Same Block
If at least four buy transactions occur in the same block, they are flagged as a potential bundle.
Filtering Out Unbundled Wallets
If a wallet appears in a detected bundle but its next buy transaction is not part of a bundle, it is excluded from detection.
This helps reduce noise from wallets that are not consistently bundling.

Last updated
Was this helpful?