What problem does it solve? Managing on-chain investment vaults on Solana requires coordinating access control, DeFi protocol integrations, share tokenization, and cross-chain transfers, which is error-prone when done manually through raw transactions. ## Core Features & Use Cases - Vault Creation & Management: Create standard or tokenized vaults with asset allowlists, share classes, fee structures, timelocks, and NAV pricing via glam-cli or the TypeScript SDK. - DeFi Integrations: Enable and operate Jupiter swaps, Drift perpetuals/spot trading, Kamino lending/vaults/farms, Marinade and stake pool staking, and CCTP cross-chain USDC bridging with protocol-scoped delegate permissions. - Use Case: A fund manager creates a tokenized vault, enables JupiterSwap and KaminoLend, grants a trader protocol-scoped delegate permissions, sets a 24-hour timelock, and processes investor subscriptions and redemptions with NAV-based pricing. ## Quick Start Ask the agent to create a GLAM vault with SOL and USDC as assets and enable the JupiterSwap integration using glam-cli.