ESC
Start typing to search...

DNS & Domains Tools (8)

Check availability, bid on auctions, resolve addresses, and manage .ton domain linking.

Domain Lookup

ToolDescriptionScope
dns_checkCheck 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_resolveResolve 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

ToolDescriptionScope
dns_auctionsList all active .ton domain auctions. Returns domains currently in auction with current bid prices, number of bids, and end times.Any
dns_start_auctionStart 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_bidPlace 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

ToolDescriptionScope
dns_linkLink 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_unlinkRemove 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:
  • domain — domain name (with or without .ton extension)
  • adnl_address — ADNL address in hex format (64 characters)
DM only

Configuration tools verify domain ownership before making changes. Only the domain owner can link or unlink wallet addresses.