• v0.1.0 3e762f648d

    cloudinit-bot released this 2026-08-17 21:01:42 +00:00 | 96 commits to main since this release

    Phase 0 (pre-execution) for milestone v0.2 (The Mesh).

    Stages: SPECIFY → CLARIFY → RESEARCH → PLAN → GRILL → SHIP.

    Artifacts:

    • PROJECT.md: v0.2 scope + 14 clarification decisions (D-020..D-033)
    • RESEARCH.md: domain research + 15 logged assumptions (A-201..A-215)
    • PERSONAS.md: 5 active personas (backend, data, lead, cosmos-engineer, security-engineer)
    • PLANS.md: 31 tasks across 5 phases (P1-P4 + P5 final), 15 waves
    • GRILL.md: adversarial review, 10 binding decisions (G-001..G-010) applied

    Milestone type: feature. Tag base: v0.1.x. Next: P1 execution (v0.1.1).

    Downloads
  • v0.0.9 82245f98f7

    cloudinit-bot released this 2026-08-17 20:02:07 +00:00 | 103 commits to main since this release

    OpenYield v0.1 — Pre-MVP Foundation

    Summary

    OpenYield Milestone v0.1 — the pre-MVP foundation skeleton. Vision v3.0 + Architecture v0.1 ingested, 11 modules built, all locked constants verified by tests.

    Not a bank. Not a country. Not a coin. Not a chain. Not a foundation. A mesh.

    Real assets. Real production. Real people. No masters.

    Phases (10 patches: v0.0.0 → v0.0.9)

    Phase Component Tag Status
    P0 Pre-Execution (spec/research/plan/grill) v0.0.0
    P1 OY Chain & Mirror v0.0.1
    P2 Bread & Root Basket v0.0.2
    P3 Storage Substrate v0.0.3
    P4 Bloom Engine v0.0.4
    P5 Fee Covenant v0.0.5
    P6 Identity/Standing v0.0.6
    P7 Bearers/Processing v0.0.7
    P8 Mesh Experience v0.0.8
    P9 Final Review + Audit v0.0.9

    Requirements Covered (10 complete, 3 partial, 8 pending)

    Complete:

    • REQ-002: Fee ceiling 0.1% / floor 0.01% / 1-Grain internal minimum (§18)
    • REQ-003: Bloom from real production only (§6)
    • REQ-004: 9 Watchers, 6-of-9 quorum (§7)
    • REQ-005: Four Freeholder signals (§9.1)
    • REQ-006: Standing anti-gaming formula (§9.2)
    • REQ-007: FCFS processing (§15)
    • REQ-012: Lexicon compliance (§3)
    • REQ-013: Bread unit with scale (§4)
    • REQ-014: Three pools of storage (§5)
    • REQ-019: Six bearers via Unified Bearer Layer (§14)

    Partial (skeleton): REQ-001, REQ-008, REQ-010

    Modules (11 Go packages)

    Module Vision § Tests
    x/watcher §7 5
    x/mirror §7 4
    x/still §3 3
    x/bread §4 4
    x/forge §6 5
    x/stash §5, §9.1 4
    x/vault §5
    x/rootpool §5
    x/bloom §6 4
    x/feecovenant §18 8
    x/identity §8, §9
    x/standing §9.2 6
    x/bearers §14 6
    x/processing §15
    x/mesh §8 4

    Total: 48 unit tests, all passing.

    Locked Constants Verified

    • Fee ceiling: 0.1% (10 bps) — §18 LOCKED
    • Fee floor: 0.01% (1 bps) — §18 LOCKED
    • Internal minimum: 1 Grain — §18 LOCKED
    • Watcher bond: 100,000 Bread — §7
    • Watcher quorum: 6-of-9 — §7
    • Attestation epoch: 24 hours — §7
    • Freeholder maturity: 90 days, 30-day max gap — §9.1 LOCKED
    • Freeholder standing: 4.5+ in 3 categories — §9.1 LOCKED
    • Bloom target: 4.5% APR — §6
    • Root Basket: Treasuries 35%, IG 25%, gold 20%, BTC 10%, other 10% — §6
    • FCFS processing (not fee-auctioned) — §15 LOCKED
    • Standing Bayesian formula: prior mean 4.0, prior weight 10 — §9.2 LOCKED
    • Voucher weights: Freeholder 1.5x, 4.5+ 1.2x, 4.0-4.5 1.0x, <4.0 0.5x, <10 ratings 0.3x — §9.2 LOCKED

    Lexicon Compliance

    Fully compliant. No use of: bank, deposit, interest, yield, currency, dollar/euro, account, savings, depositor.

    Tech Stack

    • Go 1.22 + Cosmos SDK (app-chain)
    • CometBFT consensus
    • CosmWasm (smart contracts, future phases)

    Known Issues

    • Cosmos SDK app.go not yet wired (dependency resolution deferred to next milestone)
    • Keeper implementations pending (types + tests only in v0.1)
    • No CLI commands yet (oyd daemon deferred)

    Next Milestone

    v0.2 — The Mesh: Window, Pacts, Orgs, Partners, Governance, Bonds.

    MVP Release

    v0.1.0 reserved for MVP release after v0.2-v0.4 milestones complete and system is validated as production-ready.

    Downloads