Now in Public Beta

Universal Gasless Transaction Platform

One API. Every EVM chain. Zero gas friction. Protocol-level security.

60+
EVM Chains
<1s
Finality
0
Gas for Users
ERC-4337
Native
Features

Everything you need for gasless transactions

A complete infrastructure layer that handles gas sponsorship, cross-chain routing, security, and settlement.

Smart Accounts (ERC-4337)

Programmable accounts with gasless transactions, session keys, batch operations, and full account abstraction support.

Cross-Chain Routing

Automated bridging and DEX aggregation across 60+ chains via LI.FI. Any token, any chain, one transaction.

Security Firewall

Pre-execution threat detection powered by Check Point blockchain firewall. Every transaction scanned before settlement.

Avalanche L1

Sovereign execution layer with sub-second finality and custom fee policies. Purpose-built for gasless infrastructure.

How It Works

Three steps to gasless

From integration to settlement in minutes, not months.

STEP 01

Integrate API

Add one SDK call to your wallet or dApp. Works with any EVM-compatible frontend.

STEP 02

Submit Transaction

User sends any token, any chain, completely gas-free. No wallet pop-ups, no token swaps.

STEP 03

Secure Execution

UGTP2 analyzes, routes, sponsors, and settles. Every transaction verified by the security firewall.

Developer Experience

One call. That's it.

No gas tokens. No complex bundler setup. No relay infrastructure to maintain. Just a single API call and your users transact for free.

  • REST API with full OpenAPI spec
  • TypeScript SDK with auto-generated types
  • Webhook notifications for transaction status
  • Dashboard with analytics and billing
submit-transaction.js
const response = await fetch('https://api.ugtp.io/v1/transactions', {
  method: 'POST',
  headers: {
    'X-API-Key': 'your-api-key',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    accountId: 'ugtp_acc_...',
    to: '0xRecipient...',
    value: '1000000000000000000'
  })
});

// Transaction submitted, gas sponsored, security verified
const { transactionHash, status } = await response.json();
Architecture

Built in layers, secured at every level

A modular stack where each layer is independently auditable and replaceable.

Consumer Layer
Any Wallet / dApp
UGTP2 API
Gateway & Orchestration
Security Layer
Check Point Firewall
Execution Layer
ZeroDev + LI.FI
Settlement Layer
Avalanche L1
Built with
A
Avalanche
Settlement Layer
Z
ZeroDev
Account Abstraction
L
LI.FI
Cross-Chain Routing
C
Check Point
Security Firewall

Ready to go gasless?

Start integrating UGTP2 today. Free tier available with 10,000 sponsored transactions per month.