{
  "name": "Universal Gas Framework",
  "short_name": "UGF",
  "organization": "Tychi Labs",
  "canonical_site": "https://universalgasframework.com",
  "category": "Remote Transactions",
  "last_updated": "2026-04-23",
  "one_liner": "UGF enables Remote Transactions: source-chain value becomes destination-chain action.",
  "tagline": "Route Actions, Not Liquidity.",
  "core_model": [
    "Value here. Action there.",
    "Value stays. Action moves.",
    "Source-chain value becomes destination-chain action."
  ],
  "description": "Universal Gas Framework is a cross-chain payment and execution coordination protocol that separates who pays from where execution occurs. A user, Web3 application, or AI agent can request a destination-chain action, receive a route-specific quote, settle payment through x402 or vault, and complete execution on the destination chain.",
  "audiences": [
    "users",
    "wallets",
    "Web3 apps",
    "AI agents",
    "developers",
    "infrastructure partners",
    "wallet teams",
    "execution-layer researchers",
    "ecosystem operators"
  ],
  "core_flow": [
    "authenticate signer",
    "request quote",
    "route payment through x402 or vault",
    "complete execution on destination chain",
    "track status through API, registry, polling, UGF Scan, or indexed status surfaces where available"
  ],
  "differentiators": [
    "No paymasters required",
    "No bundlers required",
    "No ERC-4337 dependency",
    "No smart-wallet requirement",
    "EOA-native flows are supported",
    "Payment chain and destination chain can be different"
  ],
  "supported_networks": {
    "evm": [
      "Ethereum",
      "Base",
      "Optimism",
      "Polygon",
      "Avalanche",
      "BNB Chain",
      "Arbitrum",
      "opBNB"
    ],
    "non_evm": [
      "Solana",
      "Sui",
      "TRON",
      "TON"
    ],
    "note": "Product materials describe support across 12 chains. Route and payment availability are quote-dependent and may change."
  },
  "payment_assets_mentioned": [
    "USDC",
    "EURC",
    "$U",
    "ETH",
    "MATIC",
    "AVAX",
    "BNB",
    "STON",
    "TYI_MOCK_USD"
  ],
  "developer": {
    "sdk_package": "@tychilabs/ugf-sdk",
    "npm": "https://www.npmjs.com/package/@tychilabs/ugf-sdk",
    "default_gateway": "https://gateway.universalgasframework.com",
    "utility_endpoints": [
      "GET https://gateway.universalgasframework.com/health",
      "GET https://gateway.universalgasframework.com/tokens/registry"
    ],
    "client_namespaces": [
      "client.auth",
      "client.quote",
      "client.status",
      "client.registry",
      "client.payment.x402",
      "client.payment.vault",
      "client.chains.evm",
      "client.chains.sol",
      "client.chains.sui"
    ]
  },
  "official_links": {
    "site": "https://universalgasframework.com",
    "docs": "https://universalgasframework.com/docs",
    "whitepaper": "https://universalgasframework.com/assets/whitepaper/ugf-whitepaper.pdf",
    "ugf_scan": "https://ugfscan.com",
    "github": "https://github.com/TychiWallet",
    "npm": "https://www.npmjs.com/package/@tychilabs/ugf-sdk",
    "tychi_labs": "https://tychilabs.com",
    "x_twitter": "https://x.com/TychiLabs",
    "telegram": "https://t.me/+PJgRdlTeaoY3MGVl",
    "linkedin": "https://www.linkedin.com/company/tychi-limited"
  },
  "important_qualifications": [
    "UGF is not described as a trustless bridge.",
    "Features, supported networks, payment assets, operating parameters, and relayer topology may change as the system evolves.",
    "Quote response and registry should be treated as operational source of truth for live route/payment availability.",
    "This information is not legal, financial, tax, or investment advice."
  ]
}
