- Splits route to accounts or to other splits; nested portions land in the child's escrow balance
- Batch payments settle several splits in one transaction with
pay_many - Direct payments (
pay) and escrow (deposit,distribute,balance) preview_payoutfor exact per-recipient amounts before sending- Mutable splits with
update_split,transfer_controland permanent locking - Creator index (
splits_of), 32 recipient cap, storage TTL management
- Create, pay, escrow and manage splits against testnet with Freighter
- Pay and escrow in XLM or USDC
- Per-recipient payout preview and recent on-chain activity feed
- Expandable split details with full addresses and escrow balances
- Actions grouped into tabs, data refreshes in the background every 30s
- Interface animated with motion, honoring reduced-motion preferences
- Live at https://tributary-omega.vercel.app
- Generated TypeScript client (
tributary-sdk), pre-wired to the testnet deployment
- Standalone poller that follows contract events into an ndjson log with cursor persistence
- CSV export for spreadsheets and accounting