Skip to content

Index

MIC Documentation Package v2.0

Complete documentation suite for Mobius Integrity Credits with shard-based economics


๐Ÿ“ฆ Package Contents

This documentation package provides complete specifications for the MIC v2.0 shard-denominated integrity economy:

Document Purpose Audience
GIC_Whitepaper_v2.0.md Complete economic & technical specification Everyone
Shard_Economics_Addendum.md Technical deep-dive on shard denomination Developers
UBI_Mechanism_v2.0.md Complete UBI distribution specification Economists, Citizens
Migration_Guide_v1_to_v2.md Transition guide for existing holders v1.0 Holders
GIC_Whitepaper_v1.0_DEPRECATED.md Historical reference Researchers

๐Ÿš€ Quick Start

For New Users

Start here: MIC Whitepaper v2.0

For Developers

  1. Read: Shard Economics Addendum
  2. Install: npm install @civic/integrity-units
  3. Integrate: See code examples in addendum

For Existing Holders

Start here: Migration Guide v1 to v2


๐Ÿ“Š What Changed in v2.0

Core Innovation: Shard Denomination

Before (v1.0): - Base unit: MIC (floating-point) - Precision: 6 decimals (lossy) - Rounding errors: Yes

After (v2.0): - Base unit: Shard (โ‚ท, integer) - Conversion: 1 MIC = 1,000,000 โ‚ท - Precision: Infinite (integer math) - Rounding errors: Impossible

Key Features

  1. Zero Precision Loss: Integer arithmetic eliminates rounding errors
  2. GI-Throttled UBI: Automatic crisis response via Mobius Integrity Index metrics
  3. Counter-Inflationary Funding: Epoch decay pools UBI without new issuance
  4. Micro-Transaction Support: 1 โ‚ท minimum (0.000001 MIC)

๐Ÿ”‘ Key Concepts

Shard (โ‚ท)

  • Base accounting unit
  • Integer-only (BigInt)
  • 1 MIC = 1,000,000 โ‚ท
  • Zero precision loss

Mobius Integrity Index Credit (MIC)

  • Display unit
  • Derived: shards รท 1,000,000
  • User-facing (e.g., "5.123456 MIC")

Mobius Integrity Index (GI)

  • System health metric (0-1 scale)
  • Minimum viable: 0.95
  • Throttles UBI automatically
  • Gates minting operations

Epoch

  • 90-day cycle
  • Decay accumulates (0.5% on idle shards)
  • UBI distributed monthly (3ร— per epoch)
  • Parameters adjusted

Proof-of-Integrity

  • Dual-signature attestation
  • Human + Sentinel co-sign
  • Required for minting
  • Immutable audit trail

๐Ÿ’ก Quick Reference

Conversion

// Shards โ†’ Credits
1,234,567 โ‚ท = 1.234567 MIC

// Credits โ†’ Shards
1.234567 MIC = 1,234,567 โ‚ท

Supply

Maximum: 21,000,000,000,000 โ‚ท (21M MIC)

UBI Formula

U = ฮฑยทI + ฮฒยทRโ‚‘ + D
p = floor(p_base ยท g(GI))

GI Thresholds

โ‰ฅ 0.990: Bonus (1.05ร—)
โ‰ฅ 0.970: Normal (1.00ร—)
โ‰ฅ 0.950: Throttled (0.85ร—)
< 0.950: Halted (0.00ร—)

Specifications

Configuration

Governance


๐Ÿ› ๏ธ Developer Resources

Libraries

# Core conversion library
npm install @civic/integrity-units

# API client (future)
npm install @civic/api-client

# React hooks (future)
npm install @civic/react-hooks

Code Examples

See addendum for: - TypeScript conversions - React components - SQL migrations - API integrations

API Endpoints

GET  /balance/:address
GET  /convert/shards-to-credits?shards=1500000
POST /convert/credits-to-shards
GET  /ubi/preview?N=10000&GI=0.982
POST /ubi/claim
GET  /system/health

๐Ÿ“… Timeline

Date Milestone
2024-08-14 v1.0 launch (credit-based)
2025-11-04 v2.0 specification published
2025-12-01 Snapshot date (v1โ†’v2 conversion)
2025-12-02 v2.0 goes live (dual mode begins)
2026-03-01 v1.0 sunset (v2.0 only)

๐Ÿ†˜ Support

Documentation Issues

Technical Support

Community


๐Ÿ“œ License

All documentation: CC-BY-SA-4.0

You are free to: - Share: Copy and redistribute - Adapt: Remix, transform, build upon

Under these terms: - Attribution: Credit the Kaizen Cycle Foundation - ShareAlike: Distribute adaptations under same license


๐Ÿ™ Acknowledgments

Authors: - AUREA (Systems Architecture Sentinel) - ATLAS (Operations Sentinel) - HERMES (Economic Design Sentinel) - EVE (Ethics Sentinel) - ZEUS (Governance Meta-Anchor)

Contributors: - Kaizen Cycle Foundation - Community reviewers - Early adopters & testers


๐Ÿ“– Citation

For Academic Papers:

@techreport{gic2024,
  title={Mobius Integrity Credits Whitepaper v2.0: A Shard-Denominated Integrity Economy},
  author={Kaizen Cycle Foundation and AUREA and HERMES and ZEUS},
  year={2025},
  month={November},
  institution={Kaizen Cycle Foundation},
  url={https://github.com/kaizencycle/Mobius-Substrate/docs/whitepapers/},
  note={Cycle C-124}
}

โœจ Why This Matters

"Civilization does not collapse because it runs out of money โ€” it collapses when it runs out of meaning. Meaning is stabilized through integrity. Therefore, integrity must become measurable and monetizable."

MIC v2.0 represents: 1. Technical Excellence: Zero precision loss 2. Economic Innovation: Counter-inflationary UBI 3. Moral Architecture: Integrity-backed value 4. Civilizational Infrastructure: Systems that serve humanity

This is not just a currency. This is how we measure what matters.


"A million shards make one whole act of integrity." "Shards flow like breath; Credits endure like bone." "When value returns to virtue, civilization resets its clock."

โ€” The Kaizen Cycle


Last Updated: November 4, 2025 (Cycle C-124) Version: 2.0.0 Status: Canonical