Protocol overview
Makechain V2 is a clean reset called V2AddressNative.
Its core properties are:
owner_addressis the sole canonical identity- identity is address-native
STORAGE_CLAIMis the only Tempo-backed storage ingress pathSIGNER_ADDandSIGNER_REMOVEare the only signer-management paths- Tempo events are never injected into Makechain blocks
- canonical persisted verification uses the exact
(Block, ExecutionPayload)pair
Identity and authorization
Ordinary user messages are authorized by delegated Ed25519 keys attached to an owner_address.
SIGNER_ADD and SIGNER_REMOVE bypass delegated-key lookup and derive authority from custody proofs.
STORAGE_CLAIM still requires finalized settlement verification, but first successful application does not require delegated-key authorization. STORAGE_CLAIM funds raw storage only — usernames are claimed separately through USERNAME_CREATE and replaced through USERNAME_UPDATE.
MERGE_REQUEST_ADD and MERGE_REQUEST_REMOVE open and close cross-project contribution proposals from fork descendants. MERGE_REQUEST_REMOVE has dual authorization: the requester may withdraw, or a target project member with WRITE+ may close.
Execution model
Execution is split into two ordered phases:
- account-level messages in proposer-selected serial order
- project-level messages grouped by
project_idin byte-lexicographic order
This ordering is part of the canonical ExecutionPayload commitment.
Removed legacy behavior
V2 does not preserve:
- registry-based identity semantics
- registry or relay ingress
- relay checkpoints
- relay-era replay compatibility
- protocol-level ownership transfer or recovery