share = your_balance / total_eligible_balance
payout = purchased_amount × share
How TrenchLoop works, explained plainly
TrenchLoop is a Solana-native protocol that takes creator fees generated from a pump.fun token launch and automatically converts them into a diversified basket of Solana tokens. These purchased tokens are then distributed pro-rata to all eligible holders of the TrenchLoop token. Think of it as an automated index fund powered by creator fee revenue — except everything is on-chain, everything is logged, and nothing is hidden.
When a token is launched on pump.fun, the creator earns a percentage of all trading fees. In TrenchLoop, these creator fees flow directly into a public treasury wallet as SOL. This SOL accumulates over time and serves as the fuel for the entire rewards loop. The more the token is traded, the more fees flow in, and the more basket tokens get distributed to holders.
Every 3 minutes, the TrenchLoop engine wakes up and checks the treasury balance. If there is enough SOL to execute, the system runs automatically:
If the treasury doesn't have enough SOL, the run is skipped and the engine waits for the next cycle.
The minimum threshold ensures each run is economically meaningful. Running swaps and distributions with very small amounts of SOL would waste money on transaction fees without providing real value to holders. The threshold is configurable and may be adjusted as the protocol scales.
To receive distributions, a wallet must hold a minimum amount of TrenchLoop tokens. Check the dashboard for the current requirement. The following are always excluded:
Your share of each distribution is calculated from your balance relative to all eligible holders:
share = your_balance / total_eligible_balance
payout = purchased_amount × share
If you hold 10% of all eligible tokens, you receive 10% of every basket token purchased during that run. Amounts below a minimum dust threshold are skipped to avoid wasting transaction fees.
TrenchLoop is built on the principle that every action should be publicly verifiable. There are no hidden operations, no off-chain decisions, no obscured logic.
Creator fees in. Basket buys out.
The trench runs on loop.