# Using your domain

{% hint style="info" %}
Smol Domains is not yet supported on MetaMask or other wallet providers, but we're already in talks with some of them to integrate Smol Domains.

In the mean time, you can use domains to send tokens through the Send Tokens page on the Smol Domains website. We are also working on a Metamask plugin that lets you send and receive tokens like a normal wallet
{% endhint %}

### Sending tokens

We have a feature on our website that lets anyone send tokens to other .smol domains, Heres how to use it:

Go to [https://smol.domains/send ](https://www.smol.domains/send)and connect your wallet.

![](/files/jV0u6xphiDKRGCkH5h5D)

In the "Enter the receiver's domain name" box type the receivers .smol, for example if i wanted to send to test.smol i would put that there.

We currently support ETH MAGIC USDT USDC WBTC DAI LINK UNI token transfers with more on the way, Put in however much you wish to send to the receiver of the token.

{% hint style="info" %}
NFT support will be added with our Metamask Plug-in&#x20;
{% endhint %}

Than click "Send Tokens" And a transaction will pop up for the transfer

### Receiving tokens

Your address is linked to the domain so when its sent from <https://smol.domains/#/send-tokens> it sends straight to your wallet, no extra steps just start receiving!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.smol.domains/your-domain/using-your-domain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
