OB
OpeniBank
Launch Terminal
TradeMarketsEarniBankerEcosystemDocs
GitHubLoginRegister
OB
OpeniBank

Trade like a fund. Bank like the future.

Product

  • Trade Terminal
  • Markets
  • Earn Vaults
  • iBanker Web
  • Mission Control
  • Desktop

Platform

  • Platform Overview
  • Markets
  • Nodes
  • Enterprise
  • Documentation
  • GitHub

Control

  • Organization
  • Receipts
  • Security Center
  • Settings
  • Wallet
  • Downloads

Trust

  • Local Portal Package
  • Validators
  • Docs
  • License (Apache 2.0)

© 2026 OpeniBank. Apache 2.0 License.

Built with Rust. Secured by cryptography. Powered by community.

Preview release: market data is live; execution, balances, and vault yields are simulated. Nothing on this site is an offer of banking, custody, or investment services, or financial advice. Digital assets are volatile — trade responsibly.

Docs/AI Trading Agents/Safety Guard Layer

Safety Guard Layer

Production

Budget, rate, anomaly, and kill-switch controls create a hard execution perimeter around all agents.

Objective

Prevent unsafe autonomous behavior without removing useful automation.

System Context

AI Trading Agents

LLM-assisted decisioning with deterministic execution controls

View full system documentation

Budget and Limit Gates

Budget controls cap notional exposure per agent, strategy, and time window.

Permits and account constraints are rechecked before final execution.

Rate and Anomaly Controls

Rate limits prevent action bursts during unstable conditions. Anomaly checks score unexpected behavior against baseline patterns.

High-severity anomalies route to hold-and-review or hard-stop behavior depending on policy class.

Kill Switch

Kill switch immediately halts new execution attempts and can trigger cleanup workflows for open strategies.

The switch must be externally triggerable and observable in operator dashboards.

Production Checkpoints

  • ✓Budget exhaustion blocks additional execution
  • ✓Rate bursts are throttled with explicit reason codes
  • ✓Anomaly-triggered holds are auditable
  • ✓Kill switch state change propagates immediately

Continue exploring

AI Trading Agents

System HomeAll Systems