Fluxora is a real-time treasury streaming protocol built on the Stellar network using Soroban smart contracts.
It enables organizations to stream USDC continuously to recipients instead of sending periodic lump-sum payments.
Funds flow programmatically over time, with configurable rate, duration, cliff logic, and pause controls.
Fluxora establishes real-time capital infrastructure for DAOs, startups, and ecosystem funds operating on Stellar.
Traditional treasury disbursement models suffer from structural inefficiencies:
- Lump-sum salary or grant payments
- Poor real-time treasury visibility
- Manual vesting tracking
- Capital misalignment between contributors and organizations
- No programmable streaming primitive on Stellar
Ethereum-based ecosystems have streaming protocols.
Stellar currently lacks a native continuous payment infrastructure layer.
Fluxora introduces a streaming vault model:
- Treasury locks USDC into a stream contract
- Funds accrue to recipients per second or per block
- Recipients withdraw accumulated balance at any time
- Streams support cliff periods and expiry
- Treasury can pause or cancel streams (subject to rules)
The protocol enables programmable capital flow instead of static payment cycles.
Treasury Wallet → Stream Smart Contract → Stellar Network
↓
Organization Dashboard ← Dashboard API ← Streaming Engine ← Horizon Listener → PostgreSQL
↓
Recipient Portal
- Lock treasury funds
- Track streaming rate
- Calculate accrued balance
- Enforce cliff logic
- Support pause and cancellation
- Enable withdrawal by recipient
- Emit stream lifecycle events
- API Gateway (JWT, RBAC, rate limiting)
- Streaming Engine (monitor states, projections, analytics)
- Horizon Listener (sync contract state to database)
- Treasury Analytics & Notifications
- Organization Dashboard
- Recipient Portal
- Stream creation and management UI
| Repository | Description |
|---|---|
| fluxora-frontend | React dashboard & recipient UI |
| fluxora-backend | Express (TypeScript) API & streaming engine |
| fluxora-contracts | Soroban smart contracts (Rust) |
Each subdirectory is a separate Git repository intended to be pushed to its own remote.
- Blockchain: Stellar, Soroban, Stellar SDK
- Backend: TypeScript, Express, PostgreSQL, Redis (optional)
- Frontend: React, TypeScript
- Contracts: Rust (Soroban)
- Clone or add each repo (
fluxora-frontend,fluxora-backend,fluxora-contracts). - Follow the README.md inside each directory for local setup.
- Run contracts → backend → frontend for full local development.
Fluxora is programmable capital flow infrastructure, not a payroll app.
Target users: DAOs, startup founders, ecosystem funds, grant programs, contributor-based organizations.