Skip to content
Payment infrastructure · pilot program open

Payments your agents can make on their own.

Plaidly lets people and AI agents pay each other in stablecoins. One simple API to send money, get paid, and settle on Ethereum and Solana, with more chains on the way — no crypto know-how needed. Your agent gets a wallet and a spending limit; it handles the rest.

2Chains live · ETH + SOL
TestnetMainnet coming soon
USDCStablecoin settlement
plaidly.io/pay/cs_7f4e_2c TTL 14:23
Pay to
Northwind API
awaiting 2/3
100.00 USDC
≈ $100.00 USD · settled to cold wallet in <3 min
ChainEthereum · Mainnet
TokenUSDC · 0xA0b86…d7
Address0x7a3f…0e49
Amount100.000000 USDC
detection 2 of 3 confirmed
Supported chains · 02

Ethereum and Solana today. One ledger. More chains soon.

Ethereum and Solana are live on testnet today. Tron, TON, Polygon, Base and more are on the roadmap — each with its own finality model, all reconciled to one session API you only learn once.

01 CHAIN-ID 1
Ethereum
testnet
USDCUSDTDAI
02 TRX · 195
Tron
coming soon
USDT-TRC20
03 SOL · 101
Solana
testnet
USDCUSDT
04 TON · 607
TON
coming soon
USDT-Jetton
05 POL · 137
Polygon
coming soon
USDCUSDT
06 BSC · 56
BNB Smart Chain
coming soon
USDCUSDT
07 BASE · 8453
Base
coming soon
USDC
08 ARB · 42161
Arbitrum
coming soon
USDCUSDT
09 OP · 10
Optimism
coming soon
USDCUSDT
10 BTC
Bitcoin
coming soon
native only
11 AVAX · 43114
Avalanche
coming soon
USDCUSDT
12 LTC
Litecoin
coming soon
native only
13 DOGE
Dogecoin
coming soon
native only
14 XRP
XRP Ledger
coming soon
RLUSD
15 NEAR
Near
coming soon
USDC
16 APT
Aptos
coming soon
USDC
17 SUI
Sui
coming soon
USDC
18 ZK · 324
zkSync Era
coming soon
USDC
19 LINEA · 59144
Linea
coming soon
USDC
20 XLM
Stellar
coming soon
USDC
Dashboard · 03

Everything you need to run crypto payments at scale.

Every session, across every chain, in one view. Detect, sweep, finalize, refund — from the browser or the API. No plugins, no wallets to manage.

API & docs · 04

One spec. Every integration. Ready for AI-assisted development.

An OpenAPI 3.1 document is our single source of truth. Drop it into Cursor, Claude or Copilot for a typed integration in minutes — or install one of the four SDKs we publish on every tag.

plaidly-api · openapi.yaml 3.1.0 · stable
# the contract behind every SDK, SDK-gen'd on every tag
openapi: "3.1.0"
info:
  title: Plaidly
  version: "1.0.3"
paths:
  /v1/sessions:
    post:
      summary: Create a payment session
      security: [{ ApiKey: [] }]
  /v1/sessions/{id}/simulate:
    post:     # sandbox-only
  /v1/payouts:
    post:     # cold-wallet sweeps
  /v1/webhooks:
    get:      # HMAC-signed events
your IDE · cursor / claude / copilot AI · ready
YOU → add plaidly to this checkout — TON first, USDC fallback, verify webhooks
CURSOR →
Reading plaidly.openapi.yaml · 43 endpoints
Installing @plaidly/node · v1.0.3
Generating typed createSession + onWebhook
TON jetton + USDC fallback logic
HMAC verify with idempotency key
env + type-safe error mapping
Done · 34 lines · 8.2s · 0 lint errors

Source of truth

One OpenAPI 3.1 spec drives a Go server, four SDKs, Postman and docs — no handwritten types anywhere.

AI-native

Every endpoint ships with a summary, description and example payloads — written for LLMs as much as engineers.

Live at docs.plaidly.io

Fumadocs-powered · quickstart, concepts, chains, webhooks, Telegram — zero to first payment in <10 min.

Shipped per tag

Every release republishes SDKs to npm, PyPI, pkg.go.dev and Packagist with a signed changelog.

@plaidly/node · v1.0.3plaidly-python · 1.0.3plaidly-go · v1.0.3plaidly-php · 1.0.3Postmandocs.plaidly.io
Telegram · 05

Crypto payments, native to chat.

A Mini App for checkout and an SDK for bot developers. Five lines from install to a working invoice. TON Connect native; QR fallback for every other chain.

Create invoice · @plaidly/sdk-tg ts · py
// one invoice. two lines of bot plumbing.
import { PlaidlyTelegram } from "@plaidly/sdk-tg";

const plaidly = new PlaidlyTelegram({
  apiKey:   process.env.PLAIDLY_KEY,
  botToken: process.env.TELEGRAM_TOKEN,
});

const invoice = await plaidly.createInvoice({
  amount:   12.00,
  currency: "USDT",
  chain:    "ton",
  memo:     "tg-9f3d",
});

plaidly.onPaid(invoice.sessionId, async (session) => {
  // HMAC verified. Fulfil the order.
  await grantAccess(session.metadata.memo);
});

Mini App checkout

Hosted at t.me/PlaidlyBot/pay · TON Connect native · QR fallback for every other chain.

Bot-integrator SDK

TypeScript and Python · onPaid via webhook or long-poll · HMAC verify built in.

Pricing · 06

Flat pricing. No gas surprises.

One percentage per settled payment. No monthly minimum, no per-chain fee. Gas is netted against settlement at cost.

Sandbox
$0 / forever

Ethereum and Solana on testnet. Simulated payments, faucet links, webhook inspector. No card required.

  • Ethereum + Solana testnet
  • Unlimited test payments
  • Shared demo merchant
  • Telegram mini-app checkout
Start sandbox →
Pilot
Launch
0.25% per settled payment

Go mainnet on Ethereum and Solana. Hot/cold wallets, HMAC webhooks, idempotent sessions, priority RPC failover.

  • Ethereum + Solana mainnet
  • Hosted checkout + dashboard
  • HMAC-signed webhooks
  • Multi-provider RPC failover
  • Slack + email support
Launch mainnet →
Scale
Custom · talk to us

For processors, exchanges, L2 foundations. Dedicated RPC fleet, bring-your-own custody, audit logs exported to your warehouse.

  • Unlimited volume
  • Vault-transit key custody
  • Private chain routing
  • White-labeled checkout
  • 24/7 on-call bridge
Contact sales →