Shamwari's native digital asset infrastructure — issue, regulate, trade, and distribute dividends on any financial instrument at the consensus layer. No ERC-20. No smart contract risk. Regulatory approval enforced by the blockchain itself.
The TotemType bitmask encodes all asset properties in a single field. Mutual exclusivity is enforced by the protocol — not developer discipline. Each type imposes specific issuance rules and capabilities that cannot be changed after issuance.
The TotemType is encoded as a bitmask in the TOTEM_ISSUANCE attachment. The consensus engine reads this bitmask at every subsequent transaction and enforces the type-specific rules. There is no application code path that bypasses these rules — they are evaluated at attachment validation (gate 5) before any state change.
ERC-20 and similar standards rely on smart contract code to define token behaviour. Every deployment is a new codebase, a new attack surface, and a new audit requirement. Shamwari Totems have their behaviour defined at the protocol layer — audited once, enforced everywhere, with $0 smart contract exploit risk.
Every Totem asset passes through a regulator-controlled approval workflow enforced by the blockchain. Each jurisdiction chain has designated Securities Regulator accounts that control asset validity. The 6-state lifecycle creates an immutable compliance record for every asset.
Only the Securities Regulator account (hardcoded at genesis) can execute TotemApproval transitions. No application-layer operator and no other participant can change approval status, regardless of what front-end software they use.
APPROVED status can carry an expirationHeight. AFTER_BLOCK_APPLY automatically transitions to PENDING when this height is reached, forcing periodic re-approval without manual regulator action.
Every supply change, transfer, dividend, and approval event is recorded in the immutable TotemHistory table. Complete provenance for every unit of every asset from issuance to present holder.
The Shamwari DEX implements a full price-time priority order book at the consensus layer. Orders are matched deterministically — best price first, then submission order within the same block. Front-running is structurally impossible: order inclusion in a block is atomic and non-modifiable.
Totem snapshot dividends capture holder balances at a specific block height and distribute proportionally in a single DIVIDEND_PAYMENT transaction. Dividend withholding tax is applied automatically at distribution. Zero off-chain calculation, zero manual withholding.
The fundamental security advantage of Shamwari Totems over ERC-20 and similar standards is not just the regulatory approval workflow — it is the complete elimination of smart contract attack surface for digital asset operations.
Issue and trade Totem assets with built-in regulatory approval, dividend distribution, and capital gains tax — from a single TOTEM_ISSUANCE transaction.