Metering Chain Phase 3: Capability-Driven Delegation
In DePIN, owners can't sign every event, and letting operators submit usage without proof opens a trust hole. Phase 3 adds delegation: the owner issues a sig...
In DePIN, owners can't sign every event, and letting operators submit usage without proof opens a trust hole. Phase 3 adds delegation: the owner issues a sig...
In the first post, Metering Chain showed that usage can be replayed into deterministic balances: same history, same bill. That part worked. What kept nagging...
I built this project to answer a simple question: can you reconstruct a token's entire state just from events, without ever reading storage?
I started working on Metering Chain after yet another “we have the logs, but the bill still feels wrong” incident in a usage-based system. On paper, everyone...
I conceptually implemented five consensus algorithms in Rust to compare PBFT, Gossip, Eventual Consistency, Quorum-less, and Flexible Paxos. The project is r...