Prepare AA Dry Run
obyte_prepare_aa_dry_runSimulate an Obyte autonomous-agent trigger to preview its response without signing, broadcasting, or altering state. Convert amounts to raw units before building the trigger.
Instructions
Recommended tool for simulating an Obyte autonomous-agent trigger through the selected network's hub. Trigger and response amounts are raw smallest units (1 GBYTE = 1e9 bytes) - convert user-facing amounts before building the trigger. This does not sign, broadcast, or mutate local state. Dry-run tools are not marked idempotent and are not retried by default.
Network: this server serves both Obyte networks at once. Pass "network":"mainnet" or "network":"testnet" to choose; when omitted it defaults to mainnet. If the user has not made the network explicit, confirm which network they mean before calling.
Amounts: raw ledger amounts in this output are integers in the asset's smallest units (base is GBYTE with 9 decimals). Never show raw integers to users: prefer display_total fields when present, otherwise resolve decimals with obyte_resolve_asset or obyte_get_decimals_by_symbol_or_asset and divide by 10^decimals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| network | No | ||
| trigger | Yes |