Skip to content

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 USDT

Key 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

ComponentDescription
Smart ContractTON Tact contract
TEE AggregatorPhala TEE aggregator
Gateway APIHTTP gateway (x402 compatible)
SDKTypeScript client SDK
Telegram BotApproval + wallet management
Mini AppTelegram 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)