GLAMIDL Reference
GLAM ConfigProduction

update_protocol_fees

Updates protocol-wide fee parameters.

Accounts

AccountRoleDescription
global_configwritableGlobal Config PDA storing protocol-wide admin authority, fee settings, referrers, and asset/oracle metadata.
fee_authoritysignerAuthority allowed to update protocol fee or referrer configuration.

Arguments

ArgumentTypeNotes
base_fee_bpsu16
flow_fee_bpsu16

Policy & permissions

  • Signer must be the stored global config fee_authority. Base and flow fees are capped by the program's MAX_PROTOCOL_* constants.
  • GLAM state owner/delegate authority is not used.