Open protocol initiative for verifiable money integrity
Money should be proven, not promised.
ProofMoney explores a verification-first standard for money-like digital systems: issuance, supply, ownership, flow, and rules should be independently verifiable.
ProofMoney does not offer, sell, or solicit the purchase of PRM.
Core MVP Available
ProofMoney Core v1.3.0-testnet-read-api-server is live.
This is a local read-only API server skeleton only, not a live public testnet.
This is design only, not a public testnet launch.
ProofMoney Core now includes a local read-only API server skeleton with GET /health, GET /status, GET /ledger/status, GET /proofs/:proof_type, GET /events, GET /events/releases, GET /events/transfers, and GitHub Actions CI.
cargo build --workspace --all-targets
cargo test --workspace --all-targets
bash scripts/demo-local.sh
bash scripts/demo-transfer-local.sh
# Review docs/testnet/testnet-read-api-server-v1.3.0.md
Five Proofs
The foundation of money integrity.
ProofMoney is built around five core proofs that make monetary claims inspectable.
Proof of Issuance
Verifies how each unit enters the system and whether its origin can be independently checked.
Every unit must have a verifiable source.Proof of Supply
Verifies current and historical supply through computation, not institutional claims.
Supply should be computed, not claimed.Proof of Ownership
Verifies who truly controls value through cryptographic authorization structures.
A balance is not ownership. Control is ownership.Proof of Flow
Verifies value movement, authorization, and state transitions while respecting privacy where possible.
Flow must be verifiable. Privacy must be respected.Proof of Rule
Verifies that monetary rules are enforced and that invalid changes can be rejected.
A rule is real only when it is verifiably enforced.Integrity Stack
Verification is the product.
ProofMoney is not just a ledger. It is a money integrity stack designed to turn monetary claims into verifiable system outputs.
Verifiable monetary state layer.
Verification logic for the five proofs.
Shows proof behind the balance.
Public system integrity dashboard.
Auditable fund control layer.
Developer access to proof outputs.
Zero-Privilege Launch
No privilege at the starting line.
- No initial founder allocation
- No private sale
- No insider round
- No hidden address
- No guaranteed yield
- No test-unit conversion promise
- No unilateral rule privilege
Proof Release Curve
Every released unit must have a verifiable origin.
The Proof Release Curve defines how PRM may enter the ProofMoney system through public, bounded, and verifiable rules. It is not a fundraising schedule, private allocation plan, yield model, or price narrative.
View Proof Release Curve →Risk Notice
Understand the risks before participating.
ProofMoney is experimental. Verification reduces trust requirements, but it does not eliminate risk.
- PRM may never have market value.
- PRM may have no liquidity.
- ProofMoney software may contain bugs.
- Private keys may be lost or stolen.
- Transactions may be irreversible.
- Test units have no monetary value.
- Regulatory treatment is uncertain.
- The protocol may fail.
Documentation-first and public by design.
Proof outputs, not promotional claims.
Initial design authored by Vingen Motoki.