Saga Documentation¶
Saga is an integration-only stablecoin yield platform: users deposit USDC/USDT, Saga tracks balances and operations, and external providers handle custody/integration workflows.
Start Here¶
- Users: Getting Started
- Developers: Developers
- Architecture: Architecture Overview
- Deployment: Deployment Guide
- API: API
Local URLs¶
- User app:
https://app.saga.local - Admin app:
https://admin.saga.local - API:
https://app.saga.local/api
Core Commands¶
Product Facts¶
- Current strategy:
basic, target8.5% APY. - Minimum balance for auto-investment:
$500. - Frontend apps:
frontend/user-app,frontend/admin-app. - Backend: Go 1.24.3, PostgreSQL,
gorilla/mux. - Deployment flow: local validation → TEST → STAGE when needed → PROD.