Skip to content
@Fluxora-Org

Fluxora-Org

Fluxora

Continuous Capital


1. Overview

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.


2. Problem Statement

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.


3. Solution

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.


4. High-Level Architecture

Treasury Wallet → Stream Smart Contract → Stellar Network
                                                    ↓
Organization Dashboard ← Dashboard API ← Streaming Engine ← Horizon Listener → PostgreSQL
        ↓
Recipient Portal

5. Core Components

5.1 Soroban Smart Contract Layer (fluxora-contracts)

  • Lock treasury funds
  • Track streaming rate
  • Calculate accrued balance
  • Enforce cliff logic
  • Support pause and cancellation
  • Enable withdrawal by recipient
  • Emit stream lifecycle events

5.2 Backend (fluxora-backend)

  • API Gateway (JWT, RBAC, rate limiting)
  • Streaming Engine (monitor states, projections, analytics)
  • Horizon Listener (sync contract state to database)
  • Treasury Analytics & Notifications

5.3 Frontend (fluxora-frontend)

  • Organization Dashboard
  • Recipient Portal
  • Stream creation and management UI

6. Repository Structure

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.


7. Tech Stack

  • Blockchain: Stellar, Soroban, Stellar SDK
  • Backend: TypeScript, Express, PostgreSQL, Redis (optional)
  • Frontend: React, TypeScript
  • Contracts: Rust (Soroban)

8. Getting Started

  1. Clone or add each repo (fluxora-frontend, fluxora-backend, fluxora-contracts).
  2. Follow the README.md inside each directory for local setup.
  3. Run contracts → backend → frontend for full local development.

9. Positioning

Fluxora is programmable capital flow infrastructure, not a payroll app.

Target users: DAOs, startup founders, ecosystem funds, grant programs, contributor-based organizations.

Popular repositories Loading

  1. Fluxora-Frontend Fluxora-Frontend Public

    TypeScript 1 23

  2. Fluxora-Backend Fluxora-Backend Public

    TypeScript 1 27

  3. Fluxora-Contracts Fluxora-Contracts Public

    Rust 1 81

  4. .github .github Public

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…