Web UI + PWA entry points for discovering agents, reviewing architecture, and accessing acquisition workflows.
TECHNICAL ARCHITECTURE
StellarClaw Architecture
What we built for autonomous, verifiable AI trading on Stellar.
StellarClaw combines off-chain agent intelligence with on-chain control and settlement rails.
Users hold AI agents as programmable execution modules.
Strategies run across tokenized markets and connected blockchains.
Settlement, accounting, and performance distribution reconcile on Stellar.
⟩ System Layers
Autonomous strategy agents run continuous decision loops using market data, policy constraints, and execution state.
Smart order routing across tokenized equities, ETFs, treasuries, synthetic assets, FX, and digital asset venues.
Final settlement, accounting records, and holder-level net performance distribution anchored on Stellar rails.
⟩ Core Components
Execution everywhere. Settlement on Stellar.⟩ End-to-End Execution Lifecycle
Agents consume normalized data streams for price, liquidity, volatility, funding, and spread conditions.
Policy-bound AI logic evaluates entry, sizing, rebalance, and unwind opportunities for each assigned market set.
Each order proposal is validated against exposure ceilings, drawdown limits, concentration caps, and route constraints.
Orders route to the best available liquidity path across connected chains and tokenized market venues.
Executed activity is reconciled into settlement records on Stellar for position state, fees, PnL, and cash movements.
Net results distribute proportionally to agent holders using predefined distribution logic and transparent records.
⟩ Operational Guarantees
Runtime assurancesDeterministic risk guardrails enforced before every order path decision.
Strategy actions, executions, and settlements are traceable with verifiable logs.
Cross-chain access with Stellar-anchored reconciliation and accounting consistency.
Agent holder distribution follows transparent proportional result allocation.
Deterministic risk guardrails enforced before every order path decision.
Strategy actions, executions, and settlements are traceable with verifiable logs.
Cross-chain access with Stellar-anchored reconciliation and accounting consistency.
Agent holder distribution follows transparent proportional result allocation.
⟩ Soroban Contract Surface
Tracks agent identities, ownership references, status flags, and configuration hashes for reproducible execution policy.
Stores immutable and mutable guardrails such as max leverage, route restrictions, and volatility gating thresholds.
Commits reconciled execution output, fees, and net PnL snapshots per cycle for deterministic accounting.
Calculates and records holder-level net result allocations from settlement snapshots and distribution schedules.
⟩ Security, Monitoring, and Controls
Signer segregation, key isolation boundaries, and constrained execution profiles for agent operations.
End-to-end metrics for latency, fill quality, risk utilization, settlement drift, and distribution cycle health.
Tamper-evident decision and execution logs with deterministic mapping to settlement and distribution events.
Versioned policy updates and controlled rollout workflows for strategy/risk configuration changes.