# Send tokens

The module is a core wallet feature allowing end-user to send any kind of token from his mobile wallet.

Sending is supported for native token, ERC20 token or NFT (ERC721 or ERC1155).

For a better user experience, the send module highlight the token having a balance for the user to be able to send.

For sending the tokens, user can \
\- type a destination address\
\- scan a QR-Code encoding an address\
\- type an ENS domain name. Resolution is done using ENS Resolution Service.\
\- type an Unstoppable domain name. Resolution is done and display the correct address depending on the current activated network (Unstoppable domain can match to different addresses on different networks).

<figure><img src="https://1968156725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSW2fSFdnyrtkSWRv1xLN%2Fuploads%2FD1moM0jR5I1Mf8rLSbF5%2Fsending%20with%20ENS.png?alt=media&#x26;token=bc657495-9a30-4533-9c6e-f17dea190cdf" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://get-verso.gitbook.io/get-verso-launch-your-web3-app-faster/the-get-verso-stack/send-tokens.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.
