get_address_from_ens
Resolve ENS names to Ethereum addresses. Provide a name like goat.eth to get the associated wallet address.
Instructions
Get the address from an ENS (Ethereum Name Service, e.g. goat.eth) name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | No | Optional EVM chain ID to run this tool on (e.g. 1 for Ethereum, 8453 for Base, 42161 for Arbitrum). Defaults to the active wallet chain. | |
| ensName | Yes | The ENS name to resolve |