On Solana, every account must maintain a minimum balance of SOL as “rent”, which ensures the network can sustainably store its data and prevents inactive or unused accounts from occupying onchain space indefinitely. In GLAM, account creation costs are always covered by the operator, technically referred to as theDocumentation Index
Fetch the complete documentation index at: https://docs.glam.systems/llms.txt
Use this file to discover all available pages before exploring further.
fee payer when constructing a transaction (such as the vault owner or delegate). When an account is closed, the recovered SOL is returned to the current operator.
This design ensures that operational funds remain separate from the vault’s asset valuation and prevents commingling of funds.