Files
Sankofa/docs/marketplace/sovereign-stack
defiQUG 7e915e8c10
Some checks failed
API CI / API Lint (push) Successful in 47s
API CI / API Type Check (push) Failing after 45s
API CI / API Test (push) Successful in 1m1s
API CI / API Build (push) Failing after 47s
API CI / Build Docker Image (push) Has been skipped
CD Pipeline / Deploy to Staging (push) Failing after 26s
CI Pipeline / Lint and Type Check (push) Failing after 30s
CI Pipeline / Build (push) Has been skipped
CI Pipeline / Test Backend (push) Failing after 1m22s
CI Pipeline / Test Frontend (push) Failing after 33s
CI Pipeline / Security Scan (push) Failing after 1m26s
Deploy to Staging / Deploy to Staging (push) Failing after 32s
Test Suite / frontend-tests (push) Failing after 31s
Test Suite / api-tests (push) Failing after 46s
Test Suite / blockchain-tests (push) Failing after 25s
Type Check / type-check (map[directory:. name:root]) (push) Failing after 21s
Type Check / type-check (map[directory:api name:api]) (push) Failing after 20s
Type Check / type-check (map[directory:portal name:portal]) (push) Failing after 19s
CD Pipeline / Deploy to Production (push) Has been skipped
Seed OpenPayd marketplace service
2026-07-20 14:57:07 -07:00
..

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

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
  3. Subscribe to services via the marketplace
  4. Use API keys for authentication
  5. Monitor usage and costs via the billing dashboard

Support