Token distribution on Solana shouldn't rely on spreadsheets and one-off transfers. Manage token distribution with the Streamflow application and SDK. Create customizable vesting schedules, airdrops, staking, and more.
Trusted by the best Solana projects
TVL
$411M+
Users
1.3M+
Projects
40K+
If a project distributed your tokens using Streamflow โ an airdrop, vesting, or a rewards program โ connect your wallet to check what's unlocked. Streamflow only reads your public address to look up your claimable balance; nothing is signed or transferred until you review the amount and confirm the claim yourself.
Step 1 โ Connect
Step 2 โ Claim
Connect first to see your real balance. The claim button only becomes active once an amount is found for your wallet.
How claiming works โAirdrops
Airdrop type
Instant
Recipients
1,597
Amount
0.002 Bonk
Address
2ExProi3
Connect your wallet to check if you're eligible to claim $ADNS
We develop and design custom solutions powered by Streamflow's modular infrastructure and tailored to your brand. Get in touch and let us create a white-label blockchain token distribution portal built specifically for your project. Your crypto token distribution UX is fully tailored to your brand.
Set up token staking in just a few clicks with Streamflow's staking-as-a-service. Empower your community and save on development time and costs with our customizable, flexible solution for any Solana token.
Stake amount
Balance: 2,000.00
Streamline your vesting process and minimize manual errors with our batch token distribution automation. Set up vesting contracts for all recipients at once, with automatic token transfers to wallets upon unlocking.
Use our SDK to enable your dApp with programmable token transfer features or create a novel use case.
/** * Opens a new token distribution contract between a sender and a recipient. * The sender covers every account created for the transfer and the protocol's service fee. */ export async function createDistribution(params: DistributionParams) { const tx = await client.create({ recipient: params.recipient, mint: params.mint, amount: params.amount, startTime: params.startTime, releaseFrequency: params.releaseFrequency, }); return tx; }
Every distribution tool Streamflow offers โ vesting, airdrops, staking, and token locks โ in one place.
Rectify to get StartedThe protocols establish a remote resolution between all non-custodial wallet.
Set up a time-based lock quickly. When the time ends, tokens are returned to any wallet.
Lock tokens for a set time. When the time is up, tokens are returned to any wallet.
Lock tokens until your market conditions are met, then tokens are returned to any wallet.
Lock a Metaplex Core NFT until a set date, then send it to any wallet.
Streamflow has been audited by 4 major auditors.
Choose vesting, an airdrop, a token lock, or a staking pool from the dashboard, based on what you're distributing.
Define recipients, amounts, and unlock schedule. Everything is previewed before anything goes on-chain.
Confirm once in your wallet to create the on-chain contract. Recipients claim directly from their own wallets after that.
Streamflow's underlying token-streaming engine is flexible enough to support vesting, payroll, subscriptions, milestone-based fundraising, donations, and usage-based billing โ basically anything that moves tokens on a schedule or a trigger.
Integrate through the SDK or API, which gives you full control over creating, topping up, canceling, or transferring streams. It's built to drop into a dApp, dashboard, or backend service with minimal setup.
Yes โ the protocol supports per-second streaming alongside fixed unlock schedules and event-based conditions, so you can tune frequency and duration to whatever the use case calls for.
All distributions run on audited, on-chain smart contracts that have gone through independent security review to meet industry standards.
The platform handles both vested and instant airdrops at scale, whether you're reaching a handful of wallets or well over a million, with transparent on-chain claiming throughout.
No โ the no-code tools cover most token operations out of the box. Teams that do want deeper control can embed the same functionality into their own product through the SDK.
Security has been a priority from the start โ the contracts have been independently reviewed by multiple security firms, with the audit reports published for anyone to check.
No. Pump.fun creator fees are claimed directly on pump.fun or through the PumpPortal API, paid straight to your own wallet โ Streamflow has no bridge or integration for that specific flow. What Streamflow does power is claim portals for projects that chose to distribute their own tokens, airdrops, or rewards through Streamflow's contracts, like the "Claim your token rewards" tool above. Be wary of any page claiming otherwise and asking you to "validate" or "bridge" a wallet to collect pump.fun fees โ that's a common phishing pattern.