| glam_state | writable | GLAM state account that stores vault configuration, integration ACLs, delegate permissions, policies, assets, mint linkage, and pricing records. |
| glam_vault | writable | Vault PDA associated with the GLAM state and used as the vault authority. |
| glam_signer | signer, writable | Calling authority or fee payer. |
| integration_authority | read-only | Program-derived authority used by the integration for downstream invocation. |
| cpi_program | read-only | Downstream program invoked by this instruction. |
| glam_protocol_program | read-only | GLAM Protocol program account used for authorization or CPI. |
| system_program | read-only | Solana System Program. |
| bs_auth | signer | bs auth account read by Loopscale Integration Staging's repay principal instruction. |
| loan | writable | Loopscale loan account. |
| strategy | writable | Loopscale strategy account. |
| market_information | writable | Loopscale market information account for the strategy, collateral, or principal asset. |
| principal_mint | read-only | Token mint account used or validated by this instruction. |
| borrower_ta | writable | Token account read or written by this instruction. |
| strategy_ta | writable | Token account read or written by this instruction. |
| associated_token_program | read-only | Associated Token Account program. |
| token_program | read-only | Token program account. |
| event_authority | read-only | Event authority or downstream event account. |