resolve_name
Resolve a SuiNS name (.sui) into its address, or reverse-look up an address to get its SuiNS name. Keep in mind: SuiNS handles are self-chosen labels, not verified identity.
Instructions
Resolve a SuiNS name (.sui domain) to an address, or reverse-lookup an address to its SuiNS name. At least one of 'name' or 'address' must be provided.
IDENTITY WARNING: a SuiNS name is a self-chosen handle that anyone can buy. It is not identity and it is not verified. Names matching an exchange, a project or a person can be — and are — registered by unrelated parties, including by someone who wants an investigator to draw a particular conclusion. Treat a name as a label the holder picked, never as evidence of who they are, and do not carry it to other platforms as a matching key without independent corroboration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | SuiNS name to resolve (e.g. 'example.sui') | |
| address | No | Address to reverse-lookup to a SuiNS name | |
| network | No | Which Sui network to run this call against: 'mainnet' (default), 'testnet', or 'devnet'. Set this per-call — different tool calls in the same session can target different networks (e.g. to compare a value on testnet against mainnet). |