Snitch for Solana teamsLearn more

Stablecoin API for global payments

Payments, payroll, vendor payouts, and treasury managed through shared wallets with role based controls and confidential settlement, all onchain.

Move money across wallets

Send invoices, payroll batches, and vendor payouts with SPL USDC from one Solana workspace.

Snitch payout and treasury dashboard

Integrate stablecoin payments into your product in minutes.

Add invoice, payout, and shared wallet flows with TypeScript services backed by Anchor programs, SPL USDC transfers, and localnet-tested Solana instructions.

1import { createInvoice, sendBatchPayout } from '@/services';2 3const invoiceSig = await createInvoice({4  amount: "4800",5  recipient: vendorWallet,6  memo: "May vendor invoice",7  stablecoin: "USDC",8});9 10const payoutSig = await sendBatchPayout([11  { recipient: payrollWallet, amount: "2200", memo: "Payroll" },12  { recipient: contractorWallet, amount: "950", memo: "Design sprint" },13]);14 15console.log({ invoiceSig, payoutSig });

Powering stablecoin payment infrastructure for internet-native companies

Startups
DAOs
Agencies
Freelancers
Treasury teams
Payroll teams
Vendors
Founders
Operators
Internet companies