Protocol / 02

Capabilities and system boundaries

The implementation coordinates wallet-originated orders and token accounting. It does not remove the broker, administrator, issuer, or custodian from the trust model.

Evidence scope · implementation, public chain state, third-party reports, operator disclosures

CapabilityOn-chainOff-chain dependencyEvidence
Create buy / sell intentTransfers assets and emits an eventFrontend supplies order inputsOn-chain verified
Execute securities orderNo broker execution in contractOperator and brokerage workflowOperator disclosed
Issue stock tokenOwner calls mint against factory tokenOperator reconciles executionOn-chain verified
Prove reservesNo reserve registry in supplied contractszkPass verification serviceService in progress

Implemented concepts

Markets

AssetType defines HK, US, SG, JP, KR, IPO and OT categories for fee selection.

Leverage

Margin level is capped at 100x in the inspected implementation; financing risk remains product-dependent.

Settlement token

Each deployment points to one ERC-20 settlement token. Verify it before approval.

Upgradeable logic

The proxy delegates to an owner-authorized implementation that can change without changing the proxy address.