Live on Stellar Testnet · Drips Wave Maintainer

Zapier for
Agentic Finance

Define multi-step financial workflows, let autonomous agents execute each step via MPP/x402, and verify every action on-chain — with Stellar as the settlement layer.

< 5s
Avg. workflow execution
99.9%
Uptime SLA
~0¢
Stellar tx fees
100%
On-chain auditable

How It Works

Three layers. One settlement network.

01

Define Workflow

Write a YAML config or use the visual builder to define steps, agent types, and transition conditions.

02

Agents Execute

The Orchestrator dispatches tasks to specialized agents — Approval → Payment → Reconciliation → Reporting.

03

Verified On-Chain

Every step anchors a Stellar transaction. Query the full audit trail on Horizon — trustlessly.

Workflow DSL

Define in YAML,
Execute on Stellar

Describe your financial process as a directed acyclic graph of steps. StellarFlow parses, validates, and executes it — routing each step to the right agent and anchoring every outcome on-chain.

Hot-reload from ./workflows/ directory
Soroban contract validation on-chain
Automatic retry with exponential backoff
Step timeout enforcement
vendor-payment-pipeline.yaml
name: vendor-payment-pipeline
version: "1.0.0"

steps:
  - id: approve
    agent: ApprovalAgent
    requires: [invoice_id, requester_keypair]
    on_success: pay
    on_failure: notify_requester

  - id: pay
    agent: PaymentAgent
    protocol: x402
    asset: USDC
    on_success: reconcile

  - id: reconcile
    agent: ReconciliationAgent
    tolerance_bps: 5
    on_success: report

  - id: report
    agent: ReportingAgent
    outputs: [pdf_report, on_chain_hash]
Capabilities

Everything Finance Automation Needs

Autonomous Agent Execution

Define workflows in YAML or via the visual builder. Approval, Payment, Reconciliation, and Reporting agents execute each step automatically — no human in the loop required.

On-Chain Verifiability

Every workflow step anchors a Stellar transaction. Query the immutable audit trail via Horizon — no trust in StellarFlow required.

x402 Payment Protocol

Agents negotiate and settle micropayments using the x402 HTTP protocol over Stellar MPP primitives. Machines pay machines, autonomously.

Real-Time Monitoring

Watch every step, transaction, and agent status live. Prometheus metrics, structured logs, and OpenTelemetry traces built in.

Pluggable Agent SDK

Extend BaseAgent to bring your own logic. Register custom agents in one line and use them immediately in any workflow definition.

Soroban Smart Contracts

Workflow state, escrow, and audit logs are anchored to Soroban contracts. The Stellar network itself enforces valid state transitions.

Agent Registry

8 Built-In Agents.
Infinitely Extensible.

Each agent is a stateless microservice. Extend BaseAgent to build your own and register it in one line.

ValidationAgent
Schema & compliance checks
ApprovalAgent
Multi-sig approval policies
PaymentAgent
x402 + MPP payment execution
ReconciliationAgent
Stellar ↔ ERP cross-reference
ReportingAgent
PDF reports + on-chain hash
EscrowAgent
Soroban escrow management
ComplianceAgent
AML/KYC screening
NotificationAgent
Webhooks, Slack, email alerts
// Register your own agent in one line
import { registerAgent } from "@stellarflow/sdk";
registerAgent("MyAgent", MyAgent);

Why StellarFlow?

Pain PointTraditional ToolsStellarFlow
Multi-step payment flowsManual hand-offs, spreadsheetsFully autonomous, agent-driven
AuditabilityInternal logs (mutable)On-chain, tamper-proof
Settlement speedDays (SWIFT/ACH)Seconds (Stellar)
Payment protocolBespoke integrationsStandardised MPP / x402
Cross-border paymentsHigh fees, FX riskXLM/USDC, near-zero fees
Agent coordinationNot supportedFirst-class multi-agent orchestration
Roadmap

What's Built, What's Next

Core workflow engine with YAML DSL
8 built-in agent types
x402 payment protocol integration
Stellar Horizon audit trail
REST API + OpenAPI spec
Visual workflow builder (drag-and-drop)Open Issue
Soroban on-chain workflow registryOpen Issue
MPP automatic route optimisationOpen Issue
Agent marketplaceOpen Issue
LLM-powered workflow generationOpen Issue
Open Source · MIT License · Drips Wave

Ready to automate your
financial workflows?

Open source and free for maintainers. Contribute issues, resolve them, and earn rewards via the Stellar Drips Wave.