{"id":51220860,"url":"https://github.com/quanta-tect/quanta","last_synced_at":"2026-06-28T07:02:43.434Z","repository":{"id":362195410,"uuid":"1242587227","full_name":"quanta-tect/quanta","owner":"quanta-tect","description":"⚛️ Quantum-safe AI-native blockchain. CRYSTALS-Dilithium signatures + AI agent primitives + x402 micropayments. Built on Base.","archived":false,"fork":false,"pushed_at":"2026-06-28T04:31:49.000Z","size":172305,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-28T05:12:48.957Z","etag":null,"topics":["ai-agents","base-chain","blockchain","cryptocurrency","dilithium","post-quantum-cryptography","proof-of-useful-work","quantum-resistant","solidity","web3"],"latest_commit_sha":null,"homepage":"","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quanta-tect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":"audit-applications/BASE_BUILDER_GRANT_READY.md","citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"docs/ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-18T15:03:44.000Z","updated_at":"2026-06-28T04:31:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/quanta-tect/quanta","commit_stats":null,"previous_names":["quanta-tect/quanta"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/quanta-tect/quanta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quanta-tect%2Fquanta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quanta-tect%2Fquanta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quanta-tect%2Fquanta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quanta-tect%2Fquanta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quanta-tect","download_url":"https://codeload.github.com/quanta-tect/quanta/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quanta-tect%2Fquanta/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34880190,"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-28T02:00:05.809Z","response_time":54,"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":["ai-agents","base-chain","blockchain","cryptocurrency","dilithium","post-quantum-cryptography","proof-of-useful-work","quantum-resistant","solidity","web3"],"created_at":"2026-06-28T07:02:42.531Z","updated_at":"2026-06-28T07:02:43.427Z","avatar_url":"https://github.com/quanta-tect.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚛️ QUANTA — Quantum-resistant Universal Agent Network for Transactions \u0026 AI\n\n\u003e \"Money for the future isn't just quantum-resistant — it speaks AI's language.\"\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)]()\n[![Quantum Safe](https://img.shields.io/badge/Quantum-Safe-purple.svg)]()\n[![AI Native](https://img.shields.io/badge/AI-Native-blue.svg)]()\n[![PoUW](https://img.shields.io/badge/Consensus-PoUW-green.svg)]()\n\n---\n\n## 🎯 Summary\n\n**QUANTA** is a next-generation Layer-1 blockchain designed from the ground up for the post-quantum era and the AI agent economy:\n\n- 🔐 **Quantum-Safe**: CRYSTALS-Dilithium signatures (NIST FIPS 204)\n- 🧠 **Proof of Useful Work**: AI inference instead of meaningless hashing\n- 🤖 **AI Agent Native**: dedicated agent wallets, x402 micropayments, on-chain spending policies\n- 🛒 **On-chain AI Marketplace**: tokenized models, datasets, and compute\n- ⚡ **50,000+ TPS** with sharding + zk-rollups\n- 💎 **Deflationary** through AI inference fee burns\n\n## 📦 Project structure\n\n```\nquanta/\n├── README.md\n├── INDEX.md                  # Master file map (read this!)\n├── LAUNCH_GUIDE_7_DAYS.md    # Day-by-day launch plan\n├── setup.sh                  # One-shot setup\n│\n├── docs/                     # 📚 Strategy \u0026 design docs\n│   ├── WHITEPAPER.md\n│   ├── TOKENOMICS.md\n│   ├── ROADMAP.md\n│   └── MARKETING.md\n│\n├── docs-security/            # 🛡️ Security playbook (most important!)\n│   ├── BRIDGE_SECURITY_REVIEW.md\n│   ├── INCIDENT_RESPONSE.md\n│   └── AUDIT_OPTIONS_COMPARISON.md\n│\n├── prototype/                # 🐍 Python L1 prototype (educational)\n│\n├── contracts/                # 🔗 Solidity smart contracts\n│   ├── src-v1.1/             # Production (all security fixes applied)\n│   ├── test-v1.1/            # Security regression tests\n│   ├── test-invariant/       # Foundry + Echidna invariants\n│   └── test-formal/          # Halmos formal verification\n│\n├── bridge/                   # 🌉 Hyperlane bridge implementation\n│\n├── sdk/                      # 📦 TypeScript SDK\n│\n├── forta-bot/                # 🤖 Real-time security monitoring\n│\n├── multisig-setup/           # 🔐 Gnosis Safe ceremony + scripts\n│\n├── wargames/                 # 🎮 6 incident response drills\n│\n├── audit-applications/       # 📜 Ready-to-submit audit applications\n│\n├── security-training/        # 🎓 7-course curriculum\n│\n├── wallet-ui/                # 📱 Wallet with tx simulation\n│\n├── content/                  # 🎨 Marketing assets\n│\n├── explorer/                 # 🔍 Live block explorer mockup\n│\n├── landing/                  # 🌐 Marketing landing page\n│\n└── simulator/                # 📊 Tokenomics simulator\n```\n\n## 🏃 Quick start\n\n```bash\n# All-in-one\nbash setup.sh\n\n# Or individually:\ncd prototype \u0026\u0026 python3 demo.py                 # Python L1 demo\ncd simulator \u0026\u0026 python3 tokenomics_sim.py --all # 50-year tokenomics\ncd contracts \u0026\u0026 forge test                      # Solidity tests\ncd sdk \u0026\u0026 npm install \u0026\u0026 npm run demo:agent     # AI agent demo\nopen landing/index.html                         # Marketing site\nopen explorer/index.html                        # Live explorer (simulated)\nopen wallet-ui/index.html                       # Safe wallet with tx simulation\n```\n\n## 🗺️ Deployment roadmap\n\n### ✅ Phase 0 — Now (Done in this repo)\n- Whitepaper, tokenomics, full prototype, landing page, simulator\n- Smart contracts (Solidity v1.1 with all security fixes)\n- TypeScript SDK with examples\n- Marketing content kit (launch thread + 30-day calendar)\n- Block explorer mockup\n- Complete security suite (audit, war games, training, etc.)\n\n### 🔨 Phase 1 — Next 30 days\n1. **Week 1**: Deploy v1.1 smart contracts to Base Sepolia (testnet)\n2. **Week 2**: Set up Twitter, Discord, Mirror blog\n3. **Week 3**: Publish launch thread + viral demo video\n4. **Week 4**: Deploy to Base mainnet + Uniswap V3 pool\n\n### 🚀 Phase 2 — Months 2-3\n- Audit smart contracts (Code4rena / Sherlock / Cantina)\n- Deploy across L2s (Arbitrum, Optimism, Polygon)\n- Hackathon $50K prize pool\n- First 1000 AI agents registered\n\n### 🌌 Phase 3 — Months 4-12\n- Rust L1 implementation\n- Devnet → Testnet → Mainnet\n- AI Council formation\n- Full DAO governance\n\n## 💡 Killer use cases\n\n| For Humans | For AI Agents |\n|------------|---------------|\n| Quantum-safe savings | Self-sovereign wallet from birth |\n| DeFi resistant to Q-Day | Earn from selling inference/data |\n| Earn from AI inference royalties | Pay other AIs micro-cents for services |\n| Stake to validate useful AI work | Operate 24/7 with policy guardrails |\n| Cheap remittance via L2 | Cross-agent reputation |\n| NFT model creator monetization | Death-switch + insurance |\n\n## 📊 Key numbers\n\n- **1B QTA** hard cap\n- **70%** royalty to model creators (highest in industry)\n- **50%** tx fee burned + **30%** AI fee burned\n- **Net deflation** from year 7 (base case scenario)\n- **$0.000001** target fee for AI micropayments\n- **50,000+ TPS** target throughput\n- **2 seconds** finality\n\n## 🛡️ Security First\n\nThis project takes security seriously:\n\n- ✅ Internal audit complete (30 findings, all fixed in v1.1)\n- ✅ Echidna + Foundry invariant fuzz testing\n- ✅ Halmos formal verification of critical properties\n- ✅ CI: Slither + Mythril + secret scanning\n- ✅ Real-time Forta monitoring bot\n- ✅ Gnosis Safe multisig setup guide\n- ✅ 6 war game scenarios for incident response\n- ✅ 7-course security training curriculum\n- ✅ Bug bounty + audit application templates\n\n**Read `SECURITY_AUDIT.md` and `docs-security/` before any mainnet deployment.**\n\n## 🤝 Contributing\n\nWe need:\n- 🔐 Cryptographers (Dilithium / Kyber experience)\n- 🦀 Rust developers (Substrate / Cosmos SDK)\n- 🤖 AI engineers (PoUW verification, zkML)\n- 🎨 Designers (UI/UX for wallet + explorer)\n- 📣 Community builders + memers\n\n## ⚠️ Disclaimer\n\nThis is a proof-of-concept project for educational and research purposes.\nNot investment advice. Audit before deploying to mainnet with real value.\n\n## 📜 License\n\nMIT © QUANTA Foundation\n\nAll funds go toward:\n- 🔐 Smart contract audits\n- 🛠️ Developer grants\n- 🎓 Educational content\n- ☕ Coffee for late-night coding\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquanta-tect%2Fquanta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquanta-tect%2Fquanta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquanta-tect%2Fquanta/lists"}