Set market cap based LP provider fee brackets on a pro pool. LP fees are distributed proportionally to liquidity providers. Only the pool creator can call this.
Example — 0.3% below $500k, 0.1% above:
market_cap_upper_bound | buy_fee_bps | sell_fee_bps | Effective rate |
|---|---|---|---|
500000000000 | 30 | 30 | 0.3% below $500k |
9223372036854775807 | 10 | 10 | 0.1% above $500k |
Request to set LP provider 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.