Mandate builder · client-side

Make authority finite.

Describe exactly what the agent may do, for how long, and under which continuing conditions. Absent capabilities remain denied.

VERIFIED BUILD SURFACE SPOTMargin and Futures remain outside this builder until Oathline has first-party enforcement observations for them.
Identity and expiry
ScopeProducts

The public builder intentionally exposes only the execution path proven in the shipped evidence.

Sides
Order types
Continuing limits
Escalation
Live English translation

Permit SPOT for BNBUSDT, on the BUY / SELL side, using MARKET / LIMIT orders.

At most 15 USDT per order, 40 USDT daily gross, and 3 orders per day, with a 300s cooldown.

Require state no older than 30 seconds, spread within 20 bps, and session drawdown within 2%.

Authority expires when you choose a required expiry.

Live TOML · UNSIGNED PREVIEW
[meta]
name = "tide-bnb-evening"
expires_at = ""
timezone = "UTC"

[scope]
products = ["SPOT"]
symbols = ["BNBUSDT"]
sides = ["BUY", "SELL"]
order_types = ["MARKET", "LIMIT"]

[budget]
max_order_usdt = "15"
max_daily_gross_usdt = "40"

[rate]
max_orders_per_day = 3
cooldown_seconds = 300

[risk]
max_session_drawdown_pct = "2"

[market]
max_spread_bps = "20"

[state]
max_age_seconds = 30

[escalation]
stale_state = "ASK"
unknown_tool = "ASK"
hard_violation = "DENY"

Nothing is sent anywhere. Signing uses this browser's Web Crypto implementation.