FAQ

Identity

What identifies an account in Makechain?

owner_address is the sole canonical identity.

How do keys work?

Delegated protocol keys are Ed25519-only and are managed through SIGNER_ADD and SIGNER_REMOVE.

How does verification work?

VERIFICATION_ADD links ETH or SOL identities to owner_address using canonical proofs.

Storage

How does storage expansion work?

Through STORAGE_CLAIM only. Relay-era STORAGE_RENT is removed from Makechain semantics.

Consensus

Do validators inject Tempo events into blocks?

No. Makechain blocks contain only user-submitted protocol messages and their exact committed execution results.

Forks and refs

Do CAS semantics change in Makechain?

No. REF_UPDATE still uses old_hash and nonce to prevent silent branch races.