Create, pause, resume, withdraw, and cancel XLM streams on Stellar Testnet using Soroban and Freighter. Trustless, per-second, no bridge required.
4.523456The lump-sum payment model is a relic of paper checks. Drip fixes the temporal mismatch between work and XLM on Stellar Testnet.
Leveraging Stellar's Soroban execution environment for per-second settlement. Streams settle continuously via the Drip contract — trustless, non-custodial.
CSV exports for tax and accounting workflows. Every stream is verifiable on Stellar Expert - accountants get clean ledgers, auditors get cryptographic receipts. PDF export coming soon.
Stream XLM on Stellar Testnet for work, services, and controlled fund movement.
Pay freelancers per second of work. Stop the task — stop the pay. No invoices, no Net-30, no awkward follow-ups.
The Drip Soroban contract is live on Stellar Testnet. Call it directly with the Stellar SDK today, or wait for the planned drip-stellar SDK.
// Drip is live on Stellar Testnet — Soroban contract // Connect with Freighter and call the contract below import { SorobanRpc, Contract, TransactionBuilder } from "@stellar/stellar-sdk"; const rpc = new SorobanRpc.Server("https://soroban-testnet.stellar.org"); const contract = new Contract(DRIP_CONTRACT_ID); // Create a stream — 0.001 XLM/sec, 0.5 XLM deposit (native XLM) const tx = await contract.call( "create_stream", receiver, xdr.ScInt(10_000), // stroops per second xdr.ScInt(5_000_000), // deposit (0.5 XLM in stroops) xdr.ScInt(expiresAt), // unix timestamp );
Drip is built on Stellar Testnet — Soroban contracts, Freighter custody, and Horizon RPC. Testnet only, no real funds.
Try the Stellar Testnet app today.
Get early access to DRIP as we expand payment streams for agents, services, and builder payouts.