Drip is the first streaming payment protocol built for the autonomous agent economy. Set spending policies, stream funds per-second, and automate compliance on Solana.
The lump-sum payment model is a relic of paper checks. Drip fixes the temporal mismatch between work and money.
Built for programmatic spending and auto-scaling. Agents hire other agents with budget caps, auto-revoke clauses, and per-token metering - no human in the loop.
Leveraging Solana's 400ms block time for micro-settlement. Streams settle continuously, sub-cent per transaction, with 65k TPS of headroom.
CSV exports for tax and accounting workflows. Every stream is verifiable on-chain - accountants get clean ledgers, auditors get cryptographic receipts. PDF export coming soon.
Drip is a primitive - anywhere money should match the cadence of work, attention, or compute, it fits.
Pay freelancers per second of work. Stop the task - stop the pay. No invoices, no Net-30, no awkward follow-ups.
The Drip Anchor program is live on devnet. Interact directly with the IDL today, or wait for the planned drip-sol SDK.
// Drip is live on Solana devnet - drip-sol SDK is planned // Use the Anchor client directly today import * as anchor from "@coral-xyz/anchor"; import { PublicKey } from "@solana/web3.js"; const receiver = new PublicKey("9Bc1...aL3z"); // Create a stream - 0.001 SOL/sec, 0.5 SOL deposit (native SOL) const tx = await program.methods .createStream( new anchor.BN(11574), // lamports per second new anchor.BN(500_000_000), // deposit (0.5 SOL) new anchor.BN(expiresAt), // unix timestamp ) .accounts({ receiver }) .rpc();
Drip composes with the best of Solana - payment, custody, and on-ramp. Yield routing via Raydium is on the roadmap.
Join the public devnet today. Mainnet beta opens Q3 2026 to teams already streaming.