Linea Voyage Reward Batch Distributor
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Linea Voyage Reward Batch Distributor is a specialised blockchain tool that enables project teams and distribution managers to prepare and audit batch reward distributions for the Linea Voyage programme. It reads on-chain token balances for multiple recipient wallets simultaneously, verifies token decimals for accurate formatting, fetches current gas prices for cost estimation, and resolves the chain-specific sender contract address used for each distribution batch. The tool also pulls Linea Voyage reward records directly from the blockchain to give you a consolidated view of what has been allocated and what remains pending.
HOW TO USE
Connect your Linea network RPC endpoint and provide a list of recipient wallet addresses alongside the reward token contract address. The tool will automatically scan each address for its current balance, apply the correct decimal places, and cross-reference these figures against the reward records stored for the Linea Voyage campaign. You can then export a full audit report showing the intended distribution amounts, actual on-chain balances, and any discrepancies that need manual resolution. The interface also displays real-time gas price estimates so you can plan the execution of your distribution transaction with confidence.
TECHNICAL MECHANISM
The tool uses batched eth_call requests to maximise efficiency when querying multiple recipient wallets. Instead of sending individual RPC calls per address, it groups balance checks and decimal queries into single multi-call bundles, dramatically reducing the total number of requests and avoiding rate limits imposed by public RPC endpoints. For reward records, it decodes event logs from the Linea Voyage reward contract using indexed parameters to filter only relevant distribution events. The log scanner implements adaptive chunk sizing: it starts with large block ranges and automatically reduces the range when it encounters a response error or timeout, retrying with smaller chunks until all logs are successfully retrieved. This ensures the scan completes even under unstable RPC conditions without manual intervention. Gas price estimation uses a weighted median of recent blocks to avoid outliers from mempool spikes.
WHAT IT CANNOT SEE
This tool cannot verify original participant eligibility for the Linea Voyage programme. It does not confirm whether a wallet actually completed the required quests or met the off-chain activity criteria. It cannot validate reward entitlement amounts — these must be provided by the project team based on their own records. The tool has no access to off-chain Linea Voyage activity logs, quest completion statuses, or any user authentication data. It only reads what is publicly available on the blockchain.
PLEASE NOTE
This tool is designed exclusively for EVM-compatible chains, specifically Linea mainnet. It does not support non-EVM networks. Always verify the token contract address and recipient list before executing any distribution transaction. The tool provides read-only data and does not execute transfers; it is an audit and preparation assistant only.