tempo
by
tempoxyz

Description: the blockchain for payments

View on GitHub ↗

Summary Information

Updated 15 minutes ago
Added to GitGenius on December 12th, 2025
Created on June 2nd, 2025
Open Issues & Pull Requests: 118 (-2)
Number of forks: 299
Total Stargazers: 972 (+0)
Total Subscribers: 10 (+0)

Issue Activity (beta)

Open issues: 40
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 89 days
Stale 30+ days: 35
Stale 90+ days: 22

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • C-enhancement (138)
  • C-Bug (60)
  • A-precompile (54)
  • S-needs-triage (54)
  • A-consensus (48)
  • C-audit (28)
  • C-perf (21)
  • A-evm (20)

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 3.0 days
90th percentile: 5.9 days
Tracked items: 500

Most active contributors

Detailed Description

Tempo is a blockchain specifically engineered for stablecoin payments at scale, written in Rust and documented at docs.tempo.xyz. The project positions itself as payment infrastructure designed for financial institutions, payment service providers, and fintech platforms, with a focus on high throughput, low cost, and features expected from modern payment systems.

The repository's core innovation centers on payment-specific blockchain features rather than general-purpose smart contract execution. Tempo introduces the TIP-20 token standard, which represents enshrined ERC-20 extensions tailored for payments. The protocol includes dedicated payment lanes reserved for TIP-20 transfers to eliminate noisy-neighbor contention and ensure predictable payment throughput. Native reconciliation capabilities support on-transfer memos and commitment patterns for handling off-chain personally identifiable information and large data without exposing sensitive details on-chain.

Compliance infrastructure is built directly into the protocol through the TIP-403 Policy Registry, which allows a single policy to be shared across multiple tokens, updated once, and enforced everywhere. Fee structure is designed for payment use cases, with users paying gas directly in USD-stablecoins at launch. The Fee AMM automatically converts payments to validators' preferred stablecoins, and TIP-20 transfers target sub-millidollar costs below $0.001.

Tempo Transactions provide native smart account functionality including batched payments for atomic multi-operation payouts like payroll and settlements, fee sponsorship allowing applications to pay users' gas costs, scheduled payments with protocol-level time windows for recurring disbursements, and modern authentication via passkeys using WebAuthn and P256 standards. The execution layer builds on the Reth SDK for performance and uses Simplex Consensus via Commonware for sub-second finality under normal conditions with graceful degradation during adverse network conditions.

The platform maintains full Ethereum Virtual Machine compatibility targeting the Osaka hardfork, allowing developers to deploy smart contracts using familiar tools like Solidity, Foundry, and Hardhat. All Ethereum JSON-RPC methods work out of the box, though Tempo introduces payment-specific optimizations documented in its compatibility guide.

GitGenius activity tracking shows the repository maintains responsive issue and pull request handling with a median response latency of 0.0 hours and mean latency of 72.3 hours across 500 tracked items. The most active issue labels are C-enhancement with 138 occurrences, C-Bug with 60, and A-precompile with 54. Primary contributors tracked by GitGenius include 0xKitsune with 458 events, jenpaff with 399 events, and SuperFluffy with 183 events. The repository shares overlapping contributors with microsoft/vscode, rust-lang/rust, and microsoft/typescript, indicating involvement from developers across major open-source projects.

The project provides multiple integration paths including a public testnet at chain ID 42431 with RPC endpoints, SDKs in TypeScript, Rust, Go, and Foundry, and installation options via pre-built binaries, source builds, or Docker. The repository includes comprehensive documentation for users, operators, and developers, along with contribution guidelines and security policies. Tempo is currently undergoing audit and does not yet have an active bug bounty program.

tempo
by
tempoxyztempoxyz/tempo

Repository Details

Fetching additional details & charts...