Pons volume bot: how to route real volume into a Pons pair

Most guides about volume bots are written by people who've never watched one fill an order. This one is written by the desk that runs Strata Maker, and it's specific to pons: how the pools are actually built, why the 4.2 ETH graduation threshold changes how you should size a run, what a 1% fee buys you, and the parts nobody selling you a bot wants to say out loud.

12 minute readReviewed against the pons documentation on 9 September 2026.

What a Pons volume bot actually does

A Pons volume bot is a scheduler with a wallet fleet behind it. You give it a contract address and a target, it funds a batch of maker wallets, and it places ordinary buy and sell orders into your token's pool over a window you choose. Every one of those orders is a normal Robinhood Chain transaction. There's no private orderbook, no simulated print, and nothing that only exists inside a dashboard.

Visibility is the reason anyone wants it. Screeners, trending lists and the "recently active" surfaces people actually browse are sorted by activity, not by conviction. A pair with two trades a day is invisible to those surfaces no matter how good the project is. A pair with a steady tape gets looked at. Blunt version: you're buying attention, not demand.

Scheduling separates a usable bot from a liability. Anyone can loop a swap function. Making the resulting record look like ordinary trading, rather than a cron job with a wallet, is the hard part, and it's where most of the engineering goes.

How pons pools are built, and why it matters

Most launchpad guides describe a bonding curve that later migrates into a DEX pool. pons doesn't work that way, and if you plan a run on the wrong mental model you'll size it badly.

On pons, creating a launch deploys the token and its trading pool in a single transaction. The pool is a Uniswap V3 pool quoted against WETH, the pool fee is 1%, and the liquidity is locked automatically at launch. Supply is fixed at 1,000,000,000 and nothing is minted afterwards, so market cap and FDV are the same number. There's no curve to graduate off and no migration event to wait for.

Graduation on pons means one specific thing: the principal paired inside that locked pool has reached 4.2 ETH. When it does, the progress line fills and trading carries on in exactly the same pool. Nothing moves. That's the whole event.

Two consequences follow for anyone planning a run. First, there's only ever one venue, so there's no depth to split across and no fallback pool to fail over to. Whatever pool address sits on the token contract, that's where orders go. Second, the pool you're trading into is small by design in the early days, which is why order sizing matters far more here than it does on a chain where pairs launch with six figures of liquidity.

The number that decides everything

A pons launch graduates at 4.2 ETH of paired principal. Before that point you're trading into a pool that holds less than that. Any run priced as though the pool were deep will move the price far more than you intended.

What you need before the first run

Short list, and none of it involves signing up for anything.

01

A token launched on pons

Anything not minted on pons gets turned away once the desk resolves the contract against Robinhood Chain. That isn't gatekeeping for its own sake: sizing, pacing and depth checks are tuned for how these specific pools behave, and a generic bot serves them badly.

02

A wallet with ETH on Robinhood Chain

Chain ID 4663. You need enough ETH to cover the desk fee, and nothing more. The maker wallets are funded on our side, so you're not topping up a fleet.

03

A reason for the timing

A listing, a post that's about to go out, a community call, the hour after a launch. Volume with no reason behind it is noise; volume timed against something people are already looking at does actual work.

04

A realistic target

Minimum run is 10 ETH of routed volume. Bigger isn't automatically better, and the sizing section below explains why.

Running a Pons volume bot, step by step

Four steps and one signature. There's no account to create and nothing to install.

  1. 1

    Paste the contract

    Open the desk and paste your token address. Name, symbol, decimals, supply and the pool address are read directly from the contract, so nothing depends on a third-party index being awake. If the address resolves, you'll see the token card fill in within a block or two.

  2. 2

    Shape the run

    Choose a target volume and a window between 2 and 72 hours, then set the maker count and the buy pressure band. The statement on the right prices everything while you drag, including the delivered volume after the tier bonus and the number of individual fills the schedule will produce.

  3. 3

    Sign one transfer

    You pay the desk fee to the receiving address shown on screen. That's the only transaction you sign. No approval, no spending allowance, no function call against your token. Nothing in that flow can drain anything, even in principle.

  4. 4

    Watch it land

    The router waits for your payment to confirm, provisions the wallet batch, and starts filling. Every order is readable on Blockscout under your pair, and at the close of the window the delivered figure is reconciled against the explorer.

Everything above happens on one screen, and the price updates while you drag.

Open the desk

Sizing a run against pool depth

Here sits the difference between a run that reads well and one that leaves a scar on the chart. Mostly it comes down to arithmetic.

Every fill moves the price a little. In a Uniswap V3 pool the size of that move scales with the ratio between your order and the liquidity sitting in front of the current price. A pool holding a couple of ETH will absorb a 0.01 ETH clip without anyone noticing and will jump visibly on a 0.5 ETH one. Ask it backwards, then: not how much volume you can buy, but how small each fill can be while still adding up to your target.

Solving for that is why the desk derives the maker count from your target instead of asking you to guess it. A 100 ETH run spread across 1,200 wallets at six fills each produces 7,200 individual orders averaging under 0.014 ETH. Each one is a rounding error against the pool; the sum is the number you paid for.

Window length is the second lever. The same volume across 72 hours reads completely differently from the same volume across two. A short window concentrates the fills and makes the tape look frantic, which is occasionally what you want around a specific event and almost never what you want as a default. Steady, across five hours or more, is the setting most runs should use.

Buy pressure comes third. A buy-weighted run pushes WETH into the pool, which also moves the graduation progress line, so if you're close to the 4.2 ETH threshold a buy-heavy band does two jobs at once. A sell-weighted run does the opposite. The ratio drifts inside the band you set rather than sitting on one flat number, because a fixed ratio across thousands of fills is itself a fingerprint.

TargetMaker walletsFillsAverage fillDelivered
10 ETH1207200.0139 ETH11.5 ETH
50 ETH6003,6000.0139 ETH65 ETH
100 ETH1,2007,2000.0139 ETH140 ETH
500 ETH6,00036,0000.0139 ETH775 ETH

The average fill stays constant because the wallet count scales with the target. What changes is how long the fleet needs and how much of the pool it turns over. Delivered volume includes the tier bonus.

The rates ladder on the home page shows how the delivered figure changes as the target grows, and the simulator there redraws the schedule for whichever size you pick.

What a run costs, and what comes back

You pay a flat 1% of the volume you order, once, in ETH, before anything starts. A 10 ETH run costs 0.10 ETH. There's no subscription, no per-fill charge and nothing taken afterwards.

On top of that, larger targets earn delivered volume rather than a discount. The ladder starts at +15% and reaches +55%, applied automatically at the tier you cross, so a 100 ETH order delivers 140 ETH of routed volume and a 500 ETH order delivers 775 ETH.

One number gets missed almost every time. Every trade in your pool pays the 1% pool fee, and pons splits that fee between the creator and the protocol, 70% of it in the creator's favour for tokens launched through the current factory. Fees accrue in both the token and WETH inside the locked position, and you claim them from the pons interface whenever you like. Put plainly: volume routed through your pool also earns you creator fees.

Finally, the shortfall policy. At the close of the window the delivered figure is reconciled against Blockscout. If it lands under what you contracted for, the difference goes back to the address that paid, without a support ticket.

What separates a paced tape from a script

If you look at a naive bot for thirty seconds you'll see it: identical gaps between prints, identical clip sizes, and a buy ratio that never moves. It's a metronome with a wallet. Anyone reading the chart carefully, and every screener that scores for organic activity, treats that as noise.

A paced run breaks all three patterns deliberately.

01

Gaps are resampled, not fixed

Intervals come from a shaped distribution and the schedule is redrawn after every confirmation, so no window of the tape settles into a rhythm you could set a clock by.

02

Sizes are heavy-tailed

Most fills are small, a few are noticeably larger, and the occasional outlier lands the way real orders do. Flat repeating clips are the single clearest fingerprint a script leaves.

03

Wallets retire

Up to 8,000 funded addresses rotate through a run. Each touches the pair a handful of times and then retires permanently, so no address ever reappears in a later campaign and holder concentration doesn't creep upward.

04

Launch rules are respected

For the first blocks after a pons launch, only the creator can buy on the launch block itself, and afterwards each wallet may hold at most 5% of supply and buy at most 5.5%. The fleet sizes every order to stay inside those limits until the restriction window closes.

There's a side-by-side of both tapes in the comparison on the home page, drawn from the same distributions the pacer uses.

What routed volume cannot do

Any guide that only lists benefits is a brochure with page numbers. Below is the boundary as we understand it.

Routed volume changes how visible a pair is. It does not create buyers, it does not guarantee a price direction, and it does not get a token listed anywhere. If the underlying project has nothing behind it, a busy chart buys you a slightly larger audience for the same disappointment, and you'll have paid for the privilege.

It also isn't a substitute for liquidity. A pool that's too thin to absorb a normal-sized buy will still be too thin after a run; volume passes through a pool, it doesn't deepen it. If your problem is depth rather than attention, add liquidity first and route volume afterwards.

And it's visible. Every fill sits on the explorer with a timestamp, an amount and an address. Pacing doesn't try to hide activity, which would be impossible on a public chain. It makes the record read like ordinary trading instead of an obvious loop. Anyone telling you their bot is undetectable is either lying or doesn't understand where the data lives.

Questions people ask before their first run

The desk places ordinary transactions in a public pool, and nothing about that is hidden. How you describe it is your responsibility. Presenting routed volume as organic demand to investors is a misrepresentation regardless of the tooling, and that's on the project, not the router. Use it as marketing spend for visibility, describe it that way, and there's nothing to hide.

Not reliably, and anyone promising otherwise is selling. A buy-weighted run moves price upward while it's running because buys consume WETH depth, but the effect unwinds as sells come through and it doesn't survive the window on its own. Treat price movement as a side effect, not the product.

Buy-weighted flow adds WETH principal to the locked pool, which moves the progress line. Whether it clears the threshold depends on how far you already are and how much of the flow stays in rather than being sold back. Ask the desk with your contract in hand and you'll get a number rather than a maybe.

The router does nothing until your fee transfer confirms. After that it provisions the wallet batch for your window and the first fills follow. You can close the tab; the run continues on chain either way.

Neither, ever. The only transaction you sign is the fee transfer. No allowance is requested and no function is called on your token contract. If anything claiming to be this desk asks for a key or a seed phrase, it isn't us.

The delivered figure is reconciled against Blockscout at the close of the window, and anything under the contracted volume is returned to the paying address automatically.

Not from this desk. It's scoped to pons on purpose so that venue resolution, sizing and the launch protection rules can be handled properly rather than generically. If your token was minted elsewhere on Robinhood Chain, say so and we'll point you at something that fits.

10 ETH of routed volume, which costs 0.10 ETH in fees. That's deliberately low enough to test the desk against your own pool before committing to anything larger.

Price a run before you commit to one

The desk prices everything before you sign: delivered volume, fill count, wallet count, average fill size and the window. You can change your mind as many times as you like, because nothing happens until a payment confirms.