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.

Identity and expiry
ScopeProducts
Sides
Order types
Limits
Escalation
Live English translation

Permit SPOT for BNBUSDT, BUY and SELL.

At most 15 USDT per order, 40 USDT daily gross, and 3 orders per day.

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"
max_position_usdt = "50"

[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.