Description:
Allow a beneficiary to claim their tokens and instantly split them into two wallets (e.g., 80% to cold storage, 20% to a hot wallet for trading).
Acceptance Criteria:
[ ] Implement claim_and_split(vault_id, secondary_address, split_percentage).
[ ] Execute two separate token transfers.
Labels: logic, ux