# Send crypto to another wallet

Now that you have created, backed up and funded your wallet, you can send crypto to another wallets or exchanges. Here's how you can do it:

1. From the main screen, tap 'Send button
2. Enter the amount you want to send
3. Tap 'Send to user' button
4. Paste a wallet address or enter an ENS name
5. Review transaction summary to make sure everything is correct, then approve the transaction

{% hint style="warning" %}
Only send assets to the wallet addresses that can receive funds. When transferring to exchanges like Coinbase or Binance, follow their instructions precisely to avoid losing your assets. Always double-check addresses and asset/network compatibility before sending.
{% endhint %}


---

# 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://timelessx.gitbook.io/timeless-x/send-and-receive/send-crypto-to-another-wallet.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.
