Skip to content

@armada/sdk / index / ShieldFeeTiers

Interface: ShieldFeeTiers

Defined in: src/tx/shield-fee.ts:16

The shield fee tiers, in basis points, as the on-chain fee module applies them (ArmadaFeeModule.calculateShieldFee): the Armada take (default 50 bps; 40 bps at the ≥$250k tier) and, only for a registered integrator, the integrator total. Each is floored independently and summed. For the flat-fallback path (feeModule == address(0)), pass the single rate as armadaTakeBps.

Properties

armadaTakeBps

readonly armadaTakeBps: number

Defined in: src/tx/shield-fee.ts:17


integratorBps?

readonly optional integratorBps?: number

Defined in: src/tx/shield-fee.ts:18