# Send Crypto / Tokens

### Send Native/ Token <a href="#send-native-token" id="send-native-token"></a>

Upon clicking the 'Send Native' button, a display will promptly showcase the chosen Wallet, including its address and the current balance available. Additionally, the bot will inquire about the destination address where you intend to send the native tokens&#x20;

Reply to the message with the receiving address:

The bot will then prompt you to select an amount of native currency you'll be sending to the address. Input your desired amount and reply to the bot message:

That's it! The transaction will be sent out and you'll receive a transaction hash for the transfer:


---

# 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://lightningbot21.gitbook.io/lightning-bot/wallets/send-crypto-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.
