Built for Solana Frontier Hackathon

Pay for what you actually use

Real-time micropayment streams on Solana. For AI agents, content creators, and anyone tired of subscriptions and ads.

STREAMING
0:00

Reading: "The Future of Payments"

0.00000SOL

“Why is content monetization still ad-driven instead of pay-per-use?”

— The question PayStream answers

How it works

Deposit SOL. Set a rate. Stream payments per-second. Withdraw anytime. That's it.

Real-Time Streams

SOL flows per-second. Not per-month. Pay exactly for what you consume.

AI Agent Payments

Agents pay agents in real-time. Build the autonomous economy.

Content Monetization

Creators earn per-second of engagement. No ads. No middlemen.

3-Line SDK

A clean SDK for streaming payments — integrate in minutes.

Escrow-Based

Funds are locked in program-owned accounts. Trustless by design.

Instant Settlement

Withdraw accumulated earnings anytime. No waiting periods.

Simple by design

A few lines of code. That's your entire integration.

import { PayStream } from '@paystream/sdk';

const ps = new PayStream(connection, wallet);

// Start a payment stream
const stream = await ps.createStream({
  receiver: creatorWallet,
  ratePerSecond: 0.001,  // SOL/sec
  deposit: 1.0,          // Total SOL
});

// Creator withdraws earnings
await ps.withdraw(stream.id);

Built for

🤖

AI Agents

Pay per API call, per inference, per tool use. Autonomous agent economy.

✍️

Content Creators

Earn per-second of engagement. No ads, no platforms, direct to wallet.

Developers

Add streaming payments to any app. SDK + REST API. Ship in a day.

The future of payments is streaming

Follow the build journey. We're shipping this in public for the Solana Frontier Hackathon.