Resolve Quai Zone
resolve_zoneIdentify which Quai Network zone and ledger an address belongs to by analyzing its encoded bytes. Use this to verify address placement before querying balances, transactions, or contracts.
Instructions
Determine which Quai Network shard/zone a given address belongs to, purely by inspecting the address (no network call). Quai uses location-based addressing: every address encodes both its zone (e.g. cyprus1, paxos2, hydra3) and its ledger (Quai account-based, or Qi UTXO-based) in its bytes, and only works within that zone. Use this before get_balance, get_transaction, or call_contract if you need to explain or confirm which part of the network an address or transaction belongs to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | A Quai Network address, e.g. 0x00... |