Deployed
What is fixed and what can move
Read this next to Administrative Powers, which covers who holds the keys. This table is about what those keys can and cannot reach.The wallet registry and account implementation are immutable on this engine, so no setter on
the live contracts can move where a delivery lands.That is not the same as saying a delivery can never be redirected. Replacing the engine is an
owner power, and a replacement is only checked for naming this registry as its weight source — not
for using the same wallet registry. An admin who deployed a new engine with different ones would
send future deliveries to different addresses. It takes a deployment and a visible transaction,
and the predecessor keeps paying what it already owes, but it is a thing the key can do. See
Operations.
Verifying the rarity table yourself
Rarity is not read from metadata at request time — it is a table written into the registry and then sealed. What the seal committed to is a SHA-256 hash of the collection’s metadata file. That means the whole chain is checkable by anyone: hash the published metadata file, compare it to the hash stored on the registry, then read any token’s tier straight from the contract and check it against the file. The registry also records that it covered all 6,666 ids rather than a prefix. Tiers are numbered 1 to 7 in the order on Tiers — 1 is Intern Broker, 7 is King Broker.Royalty
The collection advertises ERC-2981, but its on-chain royalty is not configured — a venue reading the standard collects nothing. Creator earnings are configured in the marketplace’s own panel instead, split between the engine and the treasury, and enforced by the marketplace off-chain rather than by a contract. That is a weaker guarantee than the entry-fee split above, and it is described in full under Rewards.Check an address here against the explorer before you sign anything. A contract with a
matching name at a different address is not this contract, and no page — including this one — is a
substitute for reading the chain.