I'm the developer behind Tributary, a protocol we built to enable automated recurring payments on Solana using token delegation. Users sign once to set up subscriptions, donations, or installments without locking funds (non-custodial).
We built the MVP from scratch, including:
• Smart Contracts: Rust/Anchor programs for payment logic and token delegation.
• SDK: TypeScript SDK with React components for easy integration.
• Demo Flows: Four working demos (create, pause, resume, delete subscriptions).
• Infrastructure: Full docs, CLI tools, and Devnet deployment.
As an example integration, https://contribute.so uses Tributary for monthly donations in USDC/SOL. Creators can accept recurring support where users delegate once and payments flow automatically.
The SDK and docs are available if you're building on Solana and need subscriptions.
xeroc•2h ago
We built the MVP from scratch, including:
• Smart Contracts: Rust/Anchor programs for payment logic and token delegation. • SDK: TypeScript SDK with React components for easy integration. • Demo Flows: Four working demos (create, pause, resume, delete subscriptions). • Infrastructure: Full docs, CLI tools, and Devnet deployment.
As an example integration, https://contribute.so uses Tributary for monthly donations in USDC/SOL. Creators can accept recurring support where users delegate once and payments flow automatically.
The SDK and docs are available if you're building on Solana and need subscriptions.
Links: Website https://tributary.so | GitHub https://github.com/tributary-so
What are your thoughts on recurring payments for Solana?