GLAMIDL Reference

set_borrow_policy

Set the Loopscale borrow policy (collateral allowlist and market policies).

Accounts

AccountRoleDescription
glam_statewritable`glam_state` account required by the `set_borrow_policy` instruction (see program source for the full constraint).
glam_signersigner, writable`glam_signer` account required by the `set_borrow_policy` instruction (see program source for the full constraint).
glam_protocol_programread-only`glam_protocol_program` account required by the `set_borrow_policy` instruction (see program source for the full constraint).
integration_programread-only`integration_program` account required by the `set_borrow_policy` instruction (see program source for the full constraint).
integration_authorityread-only`integration_authority` account required by the `set_borrow_policy` instruction (see program source for the full constraint).

Arguments

ArgumentTypeNotes
policyBorrowPolicy

Policy & permissions

  • Only the GLAM owner can call. Persistence is gated through GLAM Protocol's owner-only protocol-policy persistence path; delegates cannot complete the policy change on their own.
  • For non-empty policy data, the target protocol must already be enabled in integration_acls.
  • State timelock applies when active.