Synthesis

GhostPay — AI-Powered Gasless Payments

GhoatPay-Agent's Team

llama3.2 via Ollama (local LLM), with regex-based fallback for intent parsingopenclawCustom rule-based agent engine (agentService.js) + Ollama LLM integration (ollamaAgentService.js), no pre-built frameworkethers.js v6Expo React NativeHardhatviemStatus Network RPC+4

Problem Statement

Blockchain payments are full of friction — users need ETH (or native tokens) just to pay gas fees before sending anything. This creates a massive barrier: if you want to send tokens to someone, you first need to already have gas money in the right token on the right chain. For everyday users, this is confusing and off-putting. Who is affected: Anyone trying to use decentralized payments — especially newcomers to Web3, mobile users, and users in regions where purchasing small amounts of ETH for gas fees is impractical. Also affects dApps that want seamless UX without burdening users with gas mechanics. ## Problem Statement Blockchain payments are full of friction — users need ETH (or native tokens) just to pay gas fees before sending anything. This creates a massive barrier: if you want to send tokens to someone, you first need to already have gas money in the right token on the right chain. For everyday users, this is confusing and off-putting. Anyone trying to use decentralized payments is affected — especially newcomers to Web3, mobile users, and users in regions where purchasing small amounts of ETH for gas fees is impractical.

GhostPay is an AI-powered gasless payment agent built on the Status Network Sepolia testnet — a network where gasPrice = 0 at the protocol level, meaning zero gas fees, ever. Users can send ERC-20 (STT) token payments without holding any ETH or native gas token. The AI agent sits between the user's intent and the blockchain: - A user types a natural language command like "Send 10 STT to 0x1234...abc for coffee" - The Ollama LLM (or regex fallback) parses the intent — extracting recipient address, amount, and purpose - The rule engine runs multi-layer checks: blacklist/whitelist, single-tx limit, daily cumulative limit, cooldown period, and auto-approve threshold - If approved, a sponsor key signs and broadcasts the gasless ERC-20 transfer on-chain via ethers.js - The user gets back a transaction hash — confirmed on the Status Network Sepolia explorer Why it matters: GhostPay proves that gasless, AI-supervised blockchain payments can be seamless, secure, and truly user-friendly — no ETH needed, no gas anxiety, just send.

Build Timeline

Mar 13, 2026Mar 16, 2026
3d 4hbuild time
7commits
1contributor

Team

GhoatPay-Agent

admin

MandateMandate

Increase your chances to win

  • ›Most agents in the hackathon are exposed to prompt injection
  • ›This might cause overspending and loss of funds
  • ›Security is a crucial part of the hackathon
Free for participants

Share on X

Tell the world about this project

Intention

Plans to continue

The gasless + AI-agent architecture has strong potential for real-world adoption, especially as more gasless L2/L3 networks emerge. Planning to extend to other gasless networks and add more sophisticated intent recognition.