Concept · Delayed Anchoring

Delayed anchoring: you don't have to commit to a chain yet.

The 32-byte commitment is content-addressable — it exists the moment its inputs exist. Anchoring is the act of publishing, not creating. That means you can mint now and anchor later, you can anchor on multiple chains, and you can re-anchor without re-issuing.

Identity precedes publication

In most tokenization architectures, "minting" and "anchoring" are the same act. The token doesn't exist until it's written to a specific chain. The chain is where identity is constructed.

With a portable canonical identity, the order reverses. The identity is the SHA3-256 of asset ∥ authority ∥ timestamp ∥ policy. The moment those four inputs exist, the identity exists. The chain anchor is a publishing operation against an identity that's already valid.

Three practical consequences

  • You can pre-mint and post-anchor. Issuance workflows that need to clear compliance gates before going on-chain don't have to wait. The 74-byte canonical identity is bound to the asset the moment the compliance check passes; the chain anchor follows whenever it's convenient.
  • You can anchor on the wrong chain by mistake — and recover. If the first anchor goes to a chain that later loses relevance, you anchor the same 32 bytes on a better chain. The identity didn't change; the publishing record expanded. No re-issuance.
  • You can anchor on more chains than you originally intended. Started on Solana? Add Bitcoin Taproot later for permanence. Add Ethereum for DeFi interop. Add Polygon zkEVM for STARK-backed privacy. Each new anchor is an append, not a rewrite.

Why this matters for institutional adoption

Institutional buyers don't want to be told "the chain you anchor on is the chain you commit to forever." That's an unacceptable amount of long-term risk wrapped around a short-term operational decision. Delayed and re-anchorable publication makes the chain choice tactical instead of strategic.

It also makes chain portability operationally real — not just a marketing claim. The same identity, anchored on three chains, with verification working independently against each, is the right institutional posture.

Discovery
Where to go next