Set market cap based reflection fee brackets on a pro pool. Reflection fees are automatically distributed to token holders on each trade. Only the pool creator can call this.
Example — flat 0.25% reflection fee:
market_cap_upper_bound | buy_fee_bps | sell_fee_bps | Effective rate |
|---|---|---|---|
9223372036854775807 | 25 | 25 | 0.25% at all market caps |
Request to set reflection trading fee brackets on a pro pool.
On-chain address of the pro pool state account.
Public key of the pool creator wallet.
Program ID of the Heaven DEX program.
Fee brackets (max 4). Each defines buy/sell basis points below a market cap threshold.
Maximum compute units for the transaction.
x >= 0Priority fee in micro-lamports per compute unit.
x >= 0Base64 encoded versioned transaction. Decode, sign with the creator wallet, and submit.