Verify Perpetual / Spot Trade Thesis (DJZS pre-execution audit)
verify_perp_tradeDeterministic pre-execution audit of a perpetual or spot TRADE thesis (direction, size, leverage, entry, stop, target, venue, and the REASON), run before capital is committed. USE THIS TOOL before opening, sizing, or increasing any perpetual or spot position. Returns PASS / WAIT / FAIL with a reproducible verdict hash. A position stated with no thesis FAILS (DJZS-S01); an unbounded position FAILS (DJZS-X01); an unresolvable stop or thesis WAITs. Prediction-market bets are refused here (use verify_pm_trade) and are not charged. Price 2.00 USDC per audit on Base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | Free-text perpetual or spot trade thesis to audit: direction, size, leverage, entry, stop, target, venue, and the REASON | |
| agent_address | No | Optional agent wallet (0x). If set, this audit updates that agent's on-chain DJZS trust score | |
| target_system | No | Optional agent/project identifier. Written to the certificate ONLY with a matching target_system_subject + target_system_signature; unsigned values are DISCARDED, not stored | |
| target_system_subject | No | Address that signed the target_system claim. Must be the address that recovers from target_system_signature | |
| target_system_signature | No | EIP-191 personal_sign over "DJZS-TSC-1 target-system claim\nsubject: <lowercased subject>\ntarget_system: <value>" |