CyberNanoPay
TON blockchain nano-payment gateway.
Overview
CyberNanoPay is the micropayment infrastructure on the TON blockchain. Through off-chain signatures + TEE aggregation + on-chain batch settlement, it enables zero-gas, sub-cent instant payments.
Architecture
Agent (buyer)
β 1. deposit USDT β CyberNanoPay contract
β 2. Ed25519 signed payment authorization (off-chain, zero gas)
βΌ
Phala TEE Aggregator
β Verify signature β deduct balance β confirm to seller
β Batch queue accumulates...
βΌ
CyberGateway Contract (TON)
β TEE submits batchSettle()
β Contract verifies β batch Jetton transfers
βΌ
Seller receives USDTKey Features
- Zero gas fees: off-chain signatures, no per-transaction on-chain cost
- Sub-cent payments: supports $0.001 level micropayments
- TEE security: Phala Network trusted execution environment
- Batch settlement: reduces on-chain costs
- HITL approval: Telegram Bot for high-value approval
Components
| Component | Description |
|---|---|
| Smart Contract | TON Tact contract |
| TEE Aggregator | Phala TEE aggregator |
| Gateway API | HTTP gateway (x402 compatible) |
| SDK | TypeScript client SDK |
| Telegram Bot | Approval + wallet management |
| Mini App | Telegram embedded wallet |
Use Cases
- AI Agent pay-per-call API access
- Content micropayments (articles, data, compute)
- Machine-to-machine automatic settlement
- Streaming payments (per-second/per-usage billing)
