State Model
The core state model is identical to Ethereum. Accounts, storage, balances, and state transitions behave exactly as they do in a standard EVM chain. Solidity contracts interact with state in the same way, and all execution semantics remain deterministic and unchanged. In addition to regular token balances, the protocol maintains an internal accounting unit (e.g.$CENT) used to measure gas costs, value-based fees, and reward distribution. This accounting layer does not replace ERC-20 balances or contract state—it exists purely for protocol-level settlement.