synor/docker
Gulshan Yadav 17f0b4ce4b feat(economics): add Phase 12 - Economics & Billing infrastructure
Complete economics service implementation with:

- Price Oracle with TWAP (Time-Weighted Average Price)
  - Multi-source price aggregation
  - Configurable staleness thresholds
  - Exponential, SMA, and standard TWAP strategies

- Metering Service for L2 usage tracking
  - Storage: GB-months, retrieval bandwidth
  - Hosting: bandwidth, custom domains
  - Database: queries, vector searches
  - Compute: CPU core-hours, GPU hours, memory
  - Network: bandwidth, requests

- Billing Engine
  - Invoice generation with line items
  - Payment processing (crypto/fiat)
  - Credit management with expiration
  - Auto-pay from prepaid balance

- Pricing Tiers: Free, Standard, Premium, Enterprise
  - 0%, 10%, 20%, 30% usage discounts
  - SLA guarantees: 95%, 99%, 99.9%, 99.99%

- Cost Calculator & Estimator
  - Usage projections
  - Tier comparison recommendations
  - ROI analysis

- Docker deployment with PostgreSQL schema

All 61 tests passing.
2026-01-19 21:51:26 +05:30
..
compute-node feat(compute): integrate synor-compute with VM and hosting layers 2026-01-11 14:05:45 +05:30
dex feat(dex): add Docker deployment for DEX ecosystem services 2026-01-19 19:59:30 +05:30
economics-service feat(economics): add Phase 12 - Economics & Billing infrastructure 2026-01-19 21:51:26 +05:30
hosting-gateway feat(hosting): add hosting gateway server with Docker deployment 2026-01-10 12:45:26 +05:30
storage-gateway feat(storage): add Synor Storage L2 decentralized storage layer 2026-01-10 11:42:03 +05:30
storage-node feat(storage): add Synor Storage L2 decentralized storage layer 2026-01-10 11:42:03 +05:30
zk-rollup feat(phase13): complete Docker deployment and Phase 14 planning 2026-01-19 16:09:44 +05:30