Date: 2026-03-06 Status: Validated against provider pricing pages and codebase analysis Purpose: Cofounder presentation — COGS, overhead, pricing, team planning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| set -Eeuo pipefail | |
| usage() { | |
| cat <<'EOF' | |
| Usage: | |
| ralph-loop.sh --spec SPEC_FILE [options] | |
| Required: | |
| --spec FILE Spec file to implement. |
A modular, multi-blueprint system for non-custodial AI-managed trading on Tangle Network. Users create AI trading bot instances (natural language or code), operators provide compute, an independent AI validator committee approves trade intents, and on-chain vaults execute trades with hard policy guards. No TEE or MPC required — security comes from smart contract custody + multi-operator validation + on-chain policy enforcement.
The system is layered and modular:
- Layer 0:
sandbox-runtime(existing) — container lifecycle - Layer 1:
trading-runtime(new shared lib) — intents, validation, portfolio, protocol adapters - Layer 2: Strategy-specific blueprints — each with different expressivity, protocols, risk profiles
NewerOlder