GLAM Config
Global protocol configuration program for protocol fee parameters, admin authority, referrer configuration, and asset/oracle metadata used across vaults.
Accounts owned or controlled
| Account | Owner / authority | Purpose |
|---|---|---|
| Global config PDA | GLAM Config | Protocol-wide configuration for admin authority, fee settings, referrers, and asset/oracle metadata. |
| Asset metadata records | GLAM Config | Configuration entries that map supported assets to pricing metadata and validation requirements. |
Instructions
7 total
| Instruction | Description |
|---|---|
| close | Closes the global GLAM configuration account. |
| delete_asset_meta | Deletes asset/oracle metadata from GLAM config. |
| initialize | Initializes the global GLAM configuration account. |
| update_admin | Updates the GLAM config admin authority. |
| update_protocol_fees | Updates protocol-wide fee parameters. |
| update_referrer | Updates protocol referrer configuration. |
| upsert_asset_meta | Creates or updates asset/oracle metadata in GLAM config. |