Skip to main content

Fee Redirecting

Route your share of trading fees to collaborators, treasury wallets, or partners.

How Fee Redirecting Works

When your token is traded, it pays a 0.7% swap fee on the pool — and 95% of it (0.665% of trading volume) goes directly to the fee beneficiary address (your Bankr wallet by default). The hook adds the Bankr protocol fee + BNKR buyback and LP fee on top, including your token's own 0.285% LP fee, which automatically compounds as permanently locked liquidity in its pool, deepening its liquidity floor. Fee redirecting routes the direct 0.665% share to a different address of your choosing.

The remaining hook-added legs fund Bankr — the 0.475% protocol fee and the 0.2375% BNKR buyback — with ~0.0875% to the Doppler protocol; 1.75% all-in. See the Fee Structure for the full breakdown.

Existing tokens are unaffected

Fee schedules are fixed at launch. Tokens launched earlier keep the schedule they launched with — the same 0.7% pool fee (95% creator / 5% Doppler) with an older hook add-on — and redirecting works the same way on those tokens.

Setting a Fee Beneficiary

You can set a fee beneficiary during deployment or after deployment.

During Deployment

Specify a different beneficiary when deploying:

"deploy TeamToken with fees going to 0x1234..."
"launch MyToken and make 0xABC... the beneficiary"
"deploy a token where fees go to alice.eth"
"deploy a token where fees go to @0xdeployer on x"

This sets the beneficiary from the start. The specified address receives your creator share (0.665% of trading volume).

After Deployment

The current fee beneficiary can transfer their rights to a new address.

From the Token Page

Navigate to the token detail page at /launches/<tokenAddress> and click Transfer Fee Recipient. You can connect your Bankr wallet or an external wallet to sign the transfer. The modal includes a two-step confirmation to prevent accidental transfers.

From Chat

"transfer my beneficiary share on token 0x1234... to 0x5678..."
"change who receives fees for 0x1234... to 0xABC..."
Irreversible

Fee beneficiary transfers are permanent and irreversible. The entire creator share allocation moves to the new address. Only the current beneficiary can transfer rights.

Fee Beneficiary vs Vault Recipient

These are separate addresses that can be configured independently:

RecipientReceivesChangeable?
Fee beneficiaryTrading fees (creator share)Yes, by current beneficiary only
Vault recipientVested tokensNo (immutable at deployment)

Example with both:

"deploy a token with fees to 0xABC... and vault to 0xDEF..."

Claiming Redirected Fees

Only the current fee beneficiary can claim fees:

"claim my fees for TokenName"
"claim fees for 0x1234..."

If you transferred your beneficiary rights to someone else, you can no longer claim fees from that token. The new beneficiary must claim.

See Claiming Fees for details.