Files
Sankofa/docs/marketplace/sovereign-stack
..

Sovereign Stack Services - Phoenix Cloud Services

This directory contains documentation for all Sovereign Stack services offered by Phoenix Cloud Services in the Sankofa marketplace.

Overview

The Sovereign Stack is a comprehensive set of services designed to replace reliance on external platforms with owned core primitives, while retaining optional provider integrations via adapters. All services follow the principle that no provider is System of Record (SoR) - provider outages must not affect balances, identity, wallets, audit, or message delivery.

Services

Core Services

  1. Phoenix Ledger Service - Double-entry ledger with virtual accounts
  2. Phoenix Identity Service - Identity, auth, and policy management
  3. Phoenix Wallet Registry - Wallet mapping and signing policy

Orchestration Services

  1. Phoenix Transaction Orchestrator - On-chain/off-chain workflow orchestration
  2. Phoenix Messaging Orchestrator - Multi-provider messaging with failover
  3. Phoenix Voice Orchestrator - TTS/STT with caching and routing

Platform Services

  1. Phoenix Event Bus - Durable events, replay, versioning
  2. Phoenix Audit Service - Immutable audit logs and WORM archive
  3. Phoenix Observability Stack - Distributed tracing, structured logs, SLOs

Registry Services

  1. GFTD Directory - Rights-aware entity intelligence, redaction, and bounded observability

Guiding Principles

  1. No provider is System of Record (SoR)

    • Provider outages must not affect balances, identity, wallets, audit, or message delivery.
  2. Own the primitives; outsource the commodity

    • Ledger, identity, wallet registry, orchestration, audit = internal.
    • Provider integrations are adapters behind stable internal contracts.
  3. API-first + event-driven

    • Every domain emits events; all state transitions are auditable.
  4. Security by design

    • Keys, PII, and money movement are the highest-risk domains; isolate, minimize, and monitor.
  5. Provider optionality

    • Integrations are adapters behind stable internal contracts.

Architecture

All services follow a consistent architecture pattern:

  • Internal Core: Owned primitives that are always internal
  • Provider Adapters: Optional integrations via adapters
  • Event Bus: All state changes emit events
  • Audit Trail: Immutable logging of all operations
  • Observability: Distributed tracing and SLO monitoring

Getting Started

  1. Browse services in the Sankofa Marketplace
  2. Review service documentation for integration details, including the GFTD Directory offering
  3. Subscribe to services via the marketplace
  4. Use API keys for authentication
  5. Monitor usage and costs via the billing dashboard

Support