Distribute encrypted availability.
Encrypt the entity, erasure-code it, send shards to nodes, and append a signed commitment.
Lattice explores a receiver-bound handoff backed by encrypted distributed shards, signed commitments, and on-chain anchors.
The Lattice Transfer Protocol begins by encrypting an entity, erasure-coding it, and distributing shards to storage nodes. The sender signs a commitment to what was stored. A receiver later gets a small, receiver-bound ML-KEM envelope containing the content key and the commitment reference, then retrieves enough shards to reconstruct.
The direct handoff can stay roughly constant in size after distribution. Total system bandwidth does not. Content still has to be encrypted, sharded, distributed, retrieved, and reconstructed. The design moves work into a different topology; it does not repeal network cost.
Erasure coding supplies recoverability when some shards are missing. It is not secret sharing. Confidentiality comes from authenticated encryption and protection of the content-encryption key. That distinction matters because a protocol should claim only the property its mechanism actually provides.
The receiver gets the means to verify and reconstruct a committed entity. The design keeps shards distributed and the commitment signed, while the receiver checks integrity before accepting the result.
The repository describes a three-stage sequence. Production remains open work.
Encrypt the entity, erasure-code it, send shards to nodes, and append a signed commitment.
Encapsulate the content key and commitment reference in a receiver-bound ML-KEM envelope.
Check the commitment, fetch enough shards, decrypt, decode, and confirm the reconstructed entity.
These commands confirm the RPC chain identifier, retrieve the bytecode currently returned for the recorded address, and attempt two registry-interface reads. They do not establish source-code provenance, audit status, contract identity, or that a particular anchor was recorded.
cast chain-id --rpc-url https://sepolia.base.org
cast code 0x79eF1B7914f98C5C1404617449AB1f377c475996 --rpc-url https://sepolia.base.org
cast call 0x79eF1B7914f98C5C1404617449AB1f377c475996 "version()(uint256)" --rpc-url https://sepolia.base.org
cast call 0x79eF1B7914f98C5C1404617449AB1f377c475996 "admin()(address)" --rpc-url https://sepolia.base.org
Lattice is strategically useful to FAEI because proof-gated finance also needs commitments, availability, receiver capabilities, and auditable state. The project explores those boundaries with post-quantum-oriented primitives and on-chain anchors.
It does not yet meet the report's central condition for a Bridgeless Bridge: direct destination enforcement of the relevant proof without trusting a relay to decide validity. Any future convergence has to close that gap in code, tests, governance, and independent review.