Skip to main content

Component Index

Authoritative reference for all components of the Stablecoin Stack. For normative requirements see SSF-SPEC-001, Section 5.


On-Chainโ€‹

ComponentSubsystemSpec SectionKey Requirement
Settlement ContractOn-chainยงยง10โ€“13MUST verify both signatures, execute transfers atomically, distribute fees, register acquirers, and maintain usedHashes. MUST be non-custodial with respect to the Administrator.

Checkout Engineโ€‹

ComponentSpec SectionKey Requirements
core-checkout-engineยง5.2MUST expose merchant API over mTLS. MUST reconcile charges on confirmed PermittedTransfer events using the Order Reference in ref.
checkout-public-widgetยง5.2MUST issue single-use Ephemeral Tokens. MUST deliver session parameters to wallets. Token MUST expire within 5 minutes (RECOMMENDED).
ca-serverยง5.2MUST issue and manage mTLS certificates for merchant โ†” core-checkout-engine sessions.
login-serverยง5.2MUST issue JWT bearer tokens within authenticated mTLS sessions.
credentials-managerยง5.2MUST manage certificate lifecycle and user administration.
merchant-dashboardยง5.7SHOULD provide real-time order monitoring, fee reporting, and account management. MUST NOT interact with the blockchain directly.

Broadcast Layerโ€‹

ComponentSpec SectionKey Requirements
wallet-gatewayยง5.3MUST accept TransferRequest and BuyAcquiringPackRequest payloads. MUST maintain persistent WebSocket connections for status updates. SHOULD provide nonce retrieval and fee calculation endpoints.
broadcast-serviceยง5.3MUST enqueue validated payloads. MUST manage submission state transitions. MUST NOT treat broadcast-without-revert as final settlement.
broadcast-submitterยง5.3MUST be the sole component that issues on-chain transactions. Holds the Relayer's funded account.
balance-and-historyยง5.3SHOULD maintain real-time wallet balance views. SHOULD deliver transfer notifications over WebSocket.

Event Indexingโ€‹

ComponentSpec SectionKey Requirements
transfer-historyยง5.4MUST monitor the Settlement Contract for PermittedTransfer events. MUST wait for a configurable confirmation depth before publishing to the Checkout Engine. MUST NOT have write authority over other components.

Shared Infrastructureโ€‹

ComponentSpec SectionKey Requirements
basic-data-serverยง5.5MUST be publicly accessible and read-only. MUST serve supported token list, Service Provider registry, and processor configuration.

Clientโ€‹

ComponentSpec SectionKey Requirements
Client Walletยง5.6MUST construct and sign PermitParams and PayWithPermitParams using EIP-712. MUST assemble and submit TransferRequest and BuyAcquiringPackRequest. MUST NOT transmit the payer's private key or seed phrase to any remote service. All signing MUST be performed locally.

Future Specificationsโ€‹

The following components require dedicated interface specifications, planned as future companion specs to SSF-SPEC-001:

ComponentPlanned Spec
core-checkout-engine (merchant API)SSF-SPEC-002
wallet-gateway (WebSocket protocol)SSF-SPEC-003
wallet-gateway (interface)SSF-SPEC-004
broadcast-service (interface)SSF-SPEC-005
broadcast-submitter (interface)SSF-SPEC-006
transfer-history (interface)SSF-SPEC-007
basic-data-server (interface)SSF-SPEC-008
Client Wallet (certification)SSF-SPEC-009