Files
Sankofa/docs/marketplace/sovereign-stack/README.md
defiQUG 33d50fb91e
Some checks failed
API CI / API Lint (push) Successful in 47s
API CI / API Type Check (push) Failing after 47s
API CI / API Test (push) Successful in 1m0s
API CI / API Build (push) Failing after 50s
API CI / Build Docker Image (push) Has been skipped
Build Crossplane Provider / build (push) Failing after 5m51s
CD Pipeline / Deploy to Staging (push) Failing after 29s
CI Pipeline / Lint and Type Check (push) Failing after 36s
CI Pipeline / Build (push) Has been skipped
CI Pipeline / Test Backend (push) Failing after 1m33s
CI Pipeline / Test Frontend (push) Failing after 30s
CI Pipeline / Security Scan (push) Failing after 1m16s
Crossplane Provider CI / Go Test (push) Failing after 3m23s
Crossplane Provider CI / Go Lint (push) Failing after 7m27s
Crossplane Provider CI / Go Build (push) Failing after 3m27s
Deploy to Staging / Deploy to Staging (push) Failing after 30s
Portal CI / Portal Lint (push) Failing after 21s
Portal CI / Portal Type Check (push) Failing after 21s
Portal CI / Portal Test (push) Failing after 21s
Portal CI / Portal Build (push) Failing after 22s
Test Suite / frontend-tests (push) Failing after 30s
Test Suite / api-tests (push) Failing after 49s
Test Suite / blockchain-tests (push) Failing after 30s
Type Check / type-check (map[directory:. name:root]) (push) Failing after 23s
Type Check / type-check (map[directory:api name:api]) (push) Failing after 21s
Type Check / type-check (map[directory:portal name:portal]) (push) Failing after 19s
Validate Configuration Files / validate (push) Failing after 1m52s
CD Pipeline / Deploy to Production (push) Has been skipped
chore: consolidate local WIP (repo cleanup 20260707)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 09:41:34 -07:00

70 lines
3.0 KiB
Markdown

# 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](./ledger-service.md)** - Double-entry ledger with virtual accounts
2. **[Phoenix Identity Service](./identity-service.md)** - Identity, auth, and policy management
3. **[Phoenix Wallet Registry](./wallet-registry.md)** - Wallet mapping and signing policy
### Orchestration Services
4. **[Phoenix Transaction Orchestrator](./tx-orchestrator.md)** - On-chain/off-chain workflow orchestration
5. **[Phoenix Messaging Orchestrator](./messaging-orchestrator.md)** - Multi-provider messaging with failover
6. **[Phoenix Voice Orchestrator](./voice-orchestrator.md)** - TTS/STT with caching and routing
### Platform Services
7. **[Phoenix Event Bus](./event-bus.md)** - Durable events, replay, versioning
8. **[Phoenix Audit Service](./audit-service.md)** - Immutable audit logs and WORM archive
9. **[Phoenix Observability Stack](./observability.md)** - 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](https://portal.sankofa.nexus/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
- **Documentation**: [docs.sankofa.nexus](https://docs.sankofa.nexus)
- **Support**: [support.sankofa.nexus](https://support.sankofa.nexus)
- **Community Forum**: [forum.sankofa.nexus](https://forum.sankofa.nexus)