LyteWire Logo

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.

10+
Blockchains
50+
Tokens
<3s
Settlement
0.3%
Min Fee
100+
Endpoints
4
CBDCs
1

Get API Key

Create tenant account and get sandbox credentials

2

Install SDK

npm install @lytewire/sdk — or use any of our 5 SDKs

3

Send Payment

Execute your first transfer in under 3 seconds

Integration Options

Choose the integration method that fits your stack

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
Get started with the SDK
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); // 1842

Platform 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.