Build with LyteWire
Enterprise-grade multi-chain payment infrastructure. Sub-3 second settlements, 50+ tokens, 10+ blockchains, and 4 CBDC corridors — all through a single API.
Get API Key
Create tenant account and get sandbox credentials
Install SDK
npm install @lytewire/sdk — or use any of our 5 SDKs
Send Payment
Execute your first transfer in under 3 seconds
Integration Options
Choose the integration method that fits your stack
LyteWire Flow
Drop-in payment flow component for React applications with social identity payments.
- One-click integration
- Customizable UI
- TypeScript support
- Real-time callbacks
Interactive Demo
Try LyteWire Flow live with our interactive sandbox demo. No account needed.
- Live payment simulation
- Code examples
- Step-by-step guide
- Real-time feedback
Official SDKs
Language-specific SDKs for JavaScript, Python, PHP, Shopify & WooCommerce.
- 5 languages/platforms
- Auto-generated types
- Feature whitelist API
- Webhook verification
REST API
Direct API integration for custom implementations. 100+ endpoints available.
- RESTful design
- JSON responses
- Webhook support
- Rate limiting
Send Payments in 3 Lines
Our SDKs abstract away blockchain complexity. Send tokens via phone number, email, social handle, or wallet address.
- Social payments: @twitter:user, +971..., email@...
- Multi-chain: Ethereum, Solana, Polygon, BSC, and more
- Stablecoins: USDT, USDC, FDUSD, EURC, AE Coin
- Auto-routing: best chain, lowest fees, fastest settlement
import { LyteWireAPI } from '@lytewire/sdk';
const lw = new LyteWireAPI({
tenantId: 'tn_your_id',
apiKey: 'lw_key_...',
environment: 'sandbox'
});
// Send via phone number — settles in < 3 seconds
const payment = await lw.sendSocialPayment(
'+971501234567',
100.00,
'USDT',
'Invoice #1042'
);
console.log(payment.status); // 'completed'
console.log(payment.fee); // '0.30'
console.log(payment.chain); // 'polygon'
console.log(payment.settlement_ms); // 1842Platform Capabilities
Everything you need to build payment-enabled applications
Multi-Chain
Ethereum, Solana, Polygon, BSC, Arbitrum, Optimism, Base, Avalanche, Tron, TON
Cross-Chain Bridge
Bridge tokens between any supported chain with optimized routing and fee quotes
CBDC Corridors
4 CBDC corridors: Digital AED, Digital SAR, mBridge, Digital Euro
Social Payments
Pay via phone, email, Twitter/X, Telegram, Instagram — resolve to wallets automatically
Enterprise API
White-label APIs with full tenant management, webhooks, sandbox, and analytics
Compliance Engine
Travel Rule, sanctions screening, KYC levels 0-3, jurisdiction-aware checks
Ready to Build?
Start integrating LyteWire into your application today. Free sandbox credentials, comprehensive docs, and developer support.