Copying Flap launches, where holding pays a dividend

Flap arrived on Robinhood Chain in July 2026 with two modules that matter to a copier: a tax token and a Stocks Vault that can pay a tokenized stock out to holders. There is no bonding curve and no graduation, tokens deploy straight into a Uniswap v3 pool with a locked LP, and holding a Flap token can have its own yield. That changes the calculation for when to leave a copied position.

Chains
BNB Chain and Robinhood Chain
Modules
Tax Token V3 and the Stocks Vault
Initial stocks
AAPL, GOOGL, NVDA, PLTR, SPY, SPCX
Launch shape
Direct Uniswap v3 pool, single-sided, locked LP
Pool fee
1 percent split between creator, platform and referrals

What Flap is

Flap is a modular launchpad that runs on BNB Chain and Robinhood Chain. It went live on Robinhood Chain in July 2026 with two flagship modules, Tax Token V3 and the Stocks Vault, and it reported seven day fees of 2.68 million dollars as of 31 August 2026 with close to complete revenue capture, meaning it keeps what it charges rather than passing it through.

Modular is the key word. A Flap launch is a set of choices rather than a fixed product: the creator picks the quote asset, whether there is a trading tax, and whether holders receive a dividend. Two Flap tokens can behave very differently, which means a copy engine should treat the venue as a family of token types rather than one.

The Stocks Vault, and why it is unusual

With the Stocks Vault a creator can choose a supported tokenized stock as the quote asset, so the token trades directly against that stock rather than against ETH or a stablecoin. The same stock can also be set as the dividend asset, in which case holders receive tokenized stock rewards on chain simply for holding the token. The initial supported list was AAPL, GOOGL, NVDA, PLTR, SPY and SPCX.

Tax tokens and your real entry price

Flap's other module is a tax token. A configurable trading tax means the price you pay is not the price the pool quotes: a percentage is taken on the way in and, depending on the configuration, on the way out. Flap's documentation describes a 1 percent pool fee split between creators, the platform and referrals, and taxes sit on top of whatever the pool itself charges.

What a round trip costs before the token has moved at all
CostWhere it appliesEffect on a copy
Pool feeEvery swap through the v3 poolRaises the move needed to break even
Trading taxConfigured per token, on buys, sells or bothWorsens your effective entry and exit price
SlippageDepends on the v3 band the trade crossesWider on single-sided launches with thin bands
GasEvery transactionSmall on this chain, but non-zero at high copy rates

The practical rule is to set a tax ceiling in the filters and let the engine skip anything above it. A copy strategy that ignores taxes turns a small edge into a fee donation, particularly at high copy rates.

No curve, no graduation, locked LP

Unlike a curve-based launchpad, Flap deploys each token directly into a Uniswap v3 pool with single-sided liquidity and a locked LP. Tokens trade on a real market from the first block, with no migration to wait for and no graduation threshold to watch.

Two consequences follow. There is no curve phase where price is a deterministic function of supply sold, so early price discovery is ordinary order flow. And because liquidity is concentrated in v3 bands, slippage depends on where the price sits relative to the band rather than on a smooth constant-product curve.

When holding pays you, and when it does not

A dividend stream is only as good as the volume that funds it. Rewards come out of trading activity, so a token that stops trading stops paying, and most launched tokens on any chain stop trading within days.

  • Treat the dividend as a bonus on a position you already wanted, never as the reason to hold a position the leader has exited.
  • If you do hold past the leader, switch that wallet to your own exit rules rather than leaving it mirrored, so the decision is explicit.
  • Remember the idle-leader rule exists for exactly this situation: a silent leader plus a decaying dividend is not a position, it is a habit.

Detecting a Flap trade

Detection is the same primitive that works everywhere else on the chain: ERC-20 Transfer logs filtered by the followed wallet as an indexed topic. Tokens in means a buy, tokens out means a sell.

Tax tokens add one thing to read carefully. A taxed transfer can produce extra transfer events, for example a cut routed to a treasury or a reward contract, so the amount that reaches the wallet is smaller than the amount that left the pool. Sizing decisions should use the amount the wallet actually received.

Settings that fit Flap tokens

SettingStarting pointReason
Maximum buy taxLow, and enforcedTax plus pool fee is your break-even hurdle
Maximum sell taxLow, and enforcedAn exit tax is the one you notice too late
Size ruleFixed amountSimple arithmetic while fees are variable per token
Minimum pool sizeOnSingle-sided v3 launches can be thin in the active band
Exit modeMirror by defaultSwitch to your own rules only for dividend tokens you intend to hold
Idle-leader windowKeep it shortA silent leader on a dividend token is the classic trap

Following a Flap wallet step by step

  1. 01Read the token's configurationCheck the quote asset, whether a dividend is set, and what the buy and sell taxes are. Two Flap tokens can be completely different products.
  2. 02Set your tax ceilings firstDecide the maximum tax you will pay on entry and exit, then let the filters enforce it on every candidate.
  3. 03Check band depth, not headline liquiditySingle-sided v3 liquidity means the price band matters more than the total value in the pool.
  4. 04Follow the wallet with a budgetAdd the address, set a per-leader budget and a per-trade cap, and start with fixed sizing.
  5. 05Decide the exit policy per token typeMirror the leader on ordinary tokens. On dividend tokens you intend to hold longer, switch to your own rules deliberately.
  6. 06Arm the engine and read the rejectionsTax and depth rejections tell you which Flap configurations suit your size.

Questions people actually ask

What is Flap's Stocks Vault?

It is the module that lets a creator use a tokenized stock as the quote asset and, optionally, as a dividend asset. When the dividend is enabled, holders receive tokenized stock rewards on chain for holding the token. The initial supported assets were AAPL, GOOGL, NVDA, PLTR, SPY and SPCX.

Does Flap use a bonding curve?

No. Flap skips the curve and graduation model and deploys each token directly into a Uniswap v3 pool with single-sided liquidity and a locked LP, so the token trades on a real market from the first block.

How do taxes change a copied trade?

They worsen your effective price on the way in and, when configured, on the way out, on top of the pool fee Flap describes as 1 percent split between creator, platform and referrals. Set maximum buy and sell tax filters and let the engine skip tokens above your ceiling.

Should I hold a dividend token after the leader sells?

Only as a deliberate decision, not by accident. Rewards are funded by trading activity, so they decay as volume dies, and most launched tokens stop trading within days. If you do hold on, switch that wallet to your own exit rules so the position has a defined ending.

Is a Flap dividend the same as a stock dividend?

No. It is a distribution of tokenized stock exposure funded by the token's own trading activity. It is not a company dividend, it carries no shareholder rights, and it stops when the trading that funds it stops.

Can one bot copy Flap, LONG and ETH-quoted launches together?

Yes. Detection from ERC-20 Transfer logs filtered by the followed wallet works across all of them. What changes per venue is the filter set and the sizing: taxes and band depth on Flap, stock denomination on LONG, route depth on PAIR.

Sources checked for this page

Figures that move are quoted with the date they were measured. Pons Copy Trading does not publish numbers it cannot point at a source for.