DNS & Domains Tools (8)
Check availability, bid on auctions, resolve addresses, and manage .ton domain linking.
Domain Lookup
| Tool | Description | Scope |
|---|---|---|
dns_check | Check if a .ton domain is available, in auction, or already owned. Returns status with relevant details: price estimates for available domains, current bids for auctions, or owner and expiry info for owned domains. | Any |
dns_resolve | Resolve a .ton domain to its associated wallet address. Returns the owner wallet address, NFT address, and expiry date. Only works for domains that are already owned. | Any |
Domain Auction
| Tool | Description | Scope |
|---|---|---|
dns_auctions | List all active .ton domain auctions. Returns domains currently in auction with current bid prices, number of bids, and end times. | Any |
dns_start_auction | Start an auction for an unminted .ton domain by sending TON to the DNS collection contract. Domain must be 4-126 characters and not yet minted. Amount must meet the minimum price based on domain length. | DM only |
dns_bid | Place a bid on an existing .ton domain auction. Bid must be at least 5% higher than the current bid. Use dns_check first to verify auction status and get the current bid. | DM only |
Domain Configuration
| Tool | Description | Scope |
|---|---|---|
dns_link | Link a wallet address to a .ton domain you own. Sets the wallet DNS record so the domain resolves to the specified address. Defaults to your own wallet if no address is provided. | DM only |
dns_unlink | Remove the wallet link from a .ton domain you own. Deletes the wallet DNS record so the domain no longer resolves to any address. | DM only |
dns_set_site |
Set or update the TON Site (ADNL) record for a .ton domain you own. Links the domain to a TON Site via its ADNL address.
Parameters:
|
DM only |
Configuration tools verify domain ownership before making changes. Only the domain owner can link or unlink wallet addresses.