Skip to main content

Product Wiki

What this covers / who it's for. The index and reading path for product people — PMs, designers, support, compliance stakeholders — and AI agents reasoning about the platform at a product level: what Stables does, for whom, why, and the mechanics that shape behavior, latency, and failure modes. No implementation detail; the engineering view lives in wiki/engineering/.

Stables is a multi-tenant stablecoin banking platform. A business signs up as a tenant (workspace), passes KYB/KYC, and gets accounts, wallets, deposits, payouts, and FX views — executed by an underlying regulated finance rail and governed by a compliance backbone (cases, freezes, regulatory filings, an immutable audit trail). Central operators run support and compliance from a backoffice.

Reading path

Start here (the platform):

  1. Platform overview — what Stables is, the value proposition, and the capability map.
  2. Personas & access — the two user populations (client users in a tenant workspace vs central operators), teams, roles, and MFA.
  3. Tenant lifecycle — from self-service registration through KYB/KYC to active, and the suspended/frozen/closed states.
  4. Plans & entitlements — the tier model (starter/growth/elite), jurisdiction gating, and quotas/limits/fees.

The money (the journeys):

  1. Money movement — accounts & wallets, deposits (with travel-rule holds), payouts (maker/checker/co-sign), orders, exports & statements, the master balance.
  2. Compliance & trust — what the platform guarantees: case handling, account freezes, SAR/CTR/travel-rule filings, the tamper-evident audit trail, and the encrypted document vault.
  3. Notifications & comms — the in-app inbox, email, consent and preferences, and the durable comms record.
  4. Operator backoffice — what central operators can do today (an API-first surface; the operator UI is being rebuilt).

Under the hood (the mechanics cluster) — how the platform actually behaves, at a mechanics level, for product reasoning:

  1. Providers & rails — which capabilities Stables executes itself vs offloads to the finance rail (Conduit); what we own vs what the provider owns; why our view can briefly lag theirs.
  2. Where data lives — the primary database, document storage, write-once audit exports, and what reaches the provider.
  3. Async by design — what is deliberately not instant (exports, statements, document forwarding, provider actions) and how request-then-poll works for an end user.
  4. Communications delivery — how email and notifications leave the system, what is logged, and how long it is kept.
  5. Dependencies & failure modesthe centerpiece: capability → underlying dependency → user-visible impact when it is slow or down → what to check first.
  6. Data lifecycle guarantees — retention windows, pruning, right-to-be-forgotten, and what freeze/closure actually does to data.

Reference:

  1. Glossary — domain terms and every user-visible status, grounded in the code.
  2. Capability → module map — the bridge into the engineering wiki for each product capability.

All pages

PageOne-line scope
platform-overview.mdWhat Stables is, for whom, capability map
personas-and-access.mdClient users vs operators; teams, roles, MFA
tenant-lifecycle.mdRegistration → KYB/KYC → active → frozen/closed
plans-and-entitlements.mdTiers, jurisdiction gating, quotas/limits/fees
money-movement.mdDeposits, payouts, orders, balances as journeys
compliance-and-trust.mdCases, freezes, filings, audit, vault as guarantees
notifications-and-comms.mdInbox, email, consent, comms record
operator-backoffice.mdThe operator surface today
mechanics/providers-and-rails.mdExecute vs offload; the mirror model
mechanics/where-data-lives.mdDB, object storage, WORM, provider-held data
mechanics/async-by-design.mdThe not-instant surfaces; request-then-poll
mechanics/communications-delivery.mdOutbound comms mechanics
mechanics/dependencies-and-failure-modes.mdThe dependency map (centerpiece)
mechanics/data-lifecycle-guarantees.mdRetention, RTBF, freeze/closure effects
glossary.mdTerms + status glossary
capability-module-map.mdCapability → module bridge

← Wiki charter & master index