{"id":50879537,"url":"https://github.com/zfdang/tempo-analysis","last_synced_at":"2026-06-15T12:32:33.106Z","repository":{"id":345772233,"uuid":"1186989353","full_name":"zfdang/tempo-analysis","owner":"zfdang","description":"Analysis of Tempo solution","archived":false,"fork":false,"pushed_at":"2026-03-21T05:34:17.000Z","size":174,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-21T07:24:01.957Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zfdang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-20T08:02:27.000Z","updated_at":"2026-03-21T05:34:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zfdang/tempo-analysis","commit_stats":null,"previous_names":["zfdang/tempo-analysis"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/zfdang/tempo-analysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfdang%2Ftempo-analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfdang%2Ftempo-analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfdang%2Ftempo-analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfdang%2Ftempo-analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zfdang","download_url":"https://codeload.github.com/zfdang/tempo-analysis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfdang%2Ftempo-analysis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34363539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-15T12:32:32.525Z","updated_at":"2026-06-15T12:32:33.087Z","avatar_url":"https://github.com/zfdang.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tempo Analysis\n\nThis repository contains technical analysis of the Tempo protocol and ecosystem.\n\n\n```\nTempo\n├── L1 Network\n│   ├── Simplex BFT consensus (~600ms blocks)\n│   └── Payment lanes (~94% payment / ~6% general)\n├── 0x76 Transaction Type\n│   ├── Passkeys / WebAuthn signing\n│   ├── 2D nonces \u0026 batch calls\n│   ├── Fee sponsorship\n│   ├── Access keys \u0026 delegation\n│   └── Account Keychain\n├── Asset Layer\n│   ├── TIP-20 (stablecoin token standard)\n│   ├── TIP-20 Rewards\n│   ├── TIP-403 (compliance \u0026 policy registry)\n│   └── pathUSD (native quote token)\n├── Fee \u0026 Exchange Layer\n│   ├── USD-denominated fees (attodollars)\n│   ├── Fee AMM\n│   └── Stablecoin DEX (enshrined orderbook)\n├── Wallet / CLI / SDKs\n├── MPP (HTTP 402 machine payments)\n└── Infra Apps\n    ├── Explorer \u0026 Contract Verification\n    ├── Tokenlist Registry\n    └── Key Manager \u0026 Fee Payer\n```\n\n## Recommended Reading Order\n\n### Context and Overview\n\n1. [tempo-overview.md](docs/tempo-overview.md)  \n   What Tempo is, what product areas it includes, and the main ideas behind the stack.\n\n3. [tempo-architecture.md](docs/tempo-architecture.md)  \n   Mermaid diagrams for the layered architecture, product overview, and agent payment flow.\n\n4. [tempo_protocol_components_guide.md](docs/tempo_protocol_components_guide.md)  \n   A bottom-up explanation of the stack from network and execution up to applications.\n\n### Network and Execution Layer\n\n5. [tempo-network-execution-layer.md](docs/tempo-network-execution-layer.md)  \n   How Tempo extends Ethereum at the network and execution layer, and what those changes enable.\n\n6. [tempo-predeployed-contracts.md](docs/tempo-predeployed-contracts.md)  \n   System contract addresses, the TIP-20 payment prefix, address design, and standard utilities.\n\n### Transaction Layer\n\n7. [tempo-0x76-transaction-type.md](docs/tempo-0x76-transaction-type.md)  \n   The Tempo `0x76` typed transaction and its protocol-native account and payment features.\n\n### Asset and Stablecoin Layer\n\n8. [tip-20-vs-erc-20.md](docs/tip-20-vs-erc-20.md)  \n   How TIP-20 differs from ERC-20 and why Tempo treats stablecoins as a first-class asset.\n\n9. [tempo-tip20-rewards.md](docs/tempo-tip20-rewards.md)  \n   The built-in, opt-in reward distribution system for TIP-20 token holders.\n\n10. [tip-403-detailed-guide.md](docs/tip-403-detailed-guide.md)  \n    The policy and compliance layer (whitelist/blacklist registry) for TIP-20 tokens.\n\n### Fees and Exchange\n\n11. [tempo-fees-and-fee-amm.md](docs/tempo-fees-and-fee-amm.md)  \n    Tempo's fee model, stablecoin fee payment, validator settlement, the Fee AMM, and TIP-1010 gas parameters.\n\n12. [tempo-stablecoin-dex-and-fx.md](docs/tempo-stablecoin-dex-and-fx.md)  \n    The enshrined stablecoin exchange, quote-token routing, orderbook model, and current FX scope.\n\n### Wallet and Identity Layer\n\n13. [tempo-wallet-vs-eoa-vs-smart-contract-wallet.md](docs/tempo-wallet-vs-eoa-vs-smart-contract-wallet.md)  \n    A mental model for how Tempo wallets relate to EOAs and smart contract wallets.\n\n14. [tempo-accounts-passkeys-and-access-keys.md](docs/tempo-accounts-passkeys-and-access-keys.md)  \n    Tempo's account layer: passkeys, connected wallets, access keys, and the Account Keychain.\n\n### Machine Payments Layer\n\n15. [mpp_overview_participants_architecture.md](docs/mpp_overview_participants_architecture.md)  \n    Who is driving MPP, the current public ecosystem participants, protocol status, and the high-level architecture.\n\n16. [tempo-mpp-architecture-and-modules.md](docs/tempo-mpp-architecture-and-modules.md)  \n    The architecture and module breakdown of Tempo's Machine Payments Protocol.\n\n17. [tempo-mpp-vs-x402.md](docs/tempo-mpp-vs-x402.md)  \n    A comparison between Tempo's MPP approach and `x402`.\n\n### Application Layer and Developer Surface\n\n18. [tempo-application-layer-overview.md](docs/tempo-application-layer-overview.md)  \n    How payments, issuance, exchange, and machine commerce sit at the application layer.\n\n19. [tempo-github-repos.md](docs/tempo-github-repos.md)  \n    A guide to Tempo's public repositories and what each one does.\n\n## Coverage Map\n\nReading the list above in order covers:\n\n- the overall Tempo product story and layered architecture\n- the protocol stack from network to application layer\n- system contracts and address architecture\n- transactions, accounts, passkeys, and delegated access keys\n- assets: TIP-20, rewards, and TIP-403 compliance policies\n- fees, stablecoin exchange, and cross-stablecoin routing\n- machine payments, MPP ecosystem participants and status, MPP vs x402, and agentic commerce\n- application-layer design and the public repo surface\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzfdang%2Ftempo-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzfdang%2Ftempo-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzfdang%2Ftempo-analysis/lists"}