tempo-stablecoin-dapp

Build TIP-20 stablecoin payment apps on the gasless Tempo blockchain.

Updated Dec 10, 2025
One-click install
npx skills add https://github.com/hstptcn5/tempo --skill tempo-stablecoin-dapp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tempo-stablecoin-dapp
Source: https://github.com/hstptcn5/tempo/tree/main
Command: npx skills add https://github.com/hstptcn5/tempo --skill tempo-stablecoin-dapp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tempo-stablecoin-dapp provides production-ready patterns and code snippets to accelerate building on Tempo, a stablecoin-first EVM chain without a native gas token.

Core Features & Use Cases

  • TIP-20 payments with on-chain memos for invoice tracking and reconciliation
  • Gas sponsorship and paymaster-like flows for onboarding and UX simplicity
  • Batch payouts and payroll via atomic transfers and BatchTransfer contract
  • Token issuance using the TIP-20 Factory with on-chain metadata and compliance
  • TIP-403 compliance integration for policy controls
  • Stablecoin swaps through Tempo DEX integration
  • Wallet/app integration guidance for Tempo testnet/mainnet

Quick Start

Start the Tempo template locally and explore Tempo Pay, Swap, Batch, Issuance, and Sponsor flows.

Frequently Asked Questions about tempo-stablecoin-dapp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a stablecoin payment dapp on a gasless EVM chain?

To build stablecoin payment dapps on a gasless EVM chain, you need production-ready patterns for TIP-20 payments, fee sponsorship, and batch transfers. This Skill provides modular contracts, hooks, and UI components to handle onboarding, checkout, and payroll without a native gas token.

How do TIP-20 payments with on-chain memos work for invoice tracking?

TIP-20 payments with on-chain memos attach transaction metadata directly to stablecoin transfers for invoice tracking and reconciliation. This allows automated matching of payments to invoices by reading memo data from the blockchain, simplifying accounting workflows.

What is the best way to execute batch stablecoin payouts for payroll?

Batch stablecoin payouts for payroll are best executed using atomic transfers via a BatchTransfer contract. This pattern enables sending multiple TIP-20 payments in a single transaction, ensuring atomic settlement and reducing gas sponsorship overhead.

Can I issue compliant stablecoins using a token factory on Tempo?

Yes, you can issue compliant stablecoins using a TIP-20 Factory with on-chain metadata. This Skill includes token issuance patterns integrated with TIP-403 compliance controls, enabling policy-driven token deployment on Tempo testnets and mainnet.

How does gas sponsorship work for stablecoin dapp onboarding?

Gas sponsorship for stablecoin dapp onboarding uses paymaster-like flows to cover transaction fees for new users. Since Tempo lacks a native gas token, this pattern sponsors TIP-20 transfer fees, allowing users to interact without needing tokens upfront.

Does Tempo DEX integration support stablecoin swaps within dapps?

Yes, Tempo DEX integration supports stablecoin swaps within dapps. This Skill provides a workflow pattern for routing stablecoin exchanges through the Tempo DEX, enabling in-app token conversions for checkout and onboarding scenarios.