Address Lookup Tables (ALTs) reduce transaction size by allowing addresses to be referenced by index rather than including full 32-byte public keys. This is especially useful for complex vault operations like pricing with many assets or DeFi positions.Documentation Index
Fetch the complete documentation index at: https://docs.glam.systems/llms.txt
Use this file to discover all available pages before exploring further.
For assistance with address lookup tables, please contact us at dev@glam.systems.
When to Use ALTs
ALTs are recommended when:- The vault holds many assets that need pricing in a single transaction
- DeFi integrations (e.g., Kamino) add many accounts to transactions
- Transactions exceed the Solana transaction size limit (1232 bytes)