# Send coins

Since goodcryptoX is a non-custodial wallet, there aren't and there can't be any limits or restrictions on transfers out of the wallet. You can transfer any and all of your funds to another wallet at any time.&#x20;

To initiate the transfer click 'Send' in the wallet tab:

<figure><img src="/files/9ZwLE6bLaTpqTxnmakJq" alt="" width="375"><figcaption></figcaption></figure>

Select the coin you want to send, enter the amount and the wallet address you want to send it to:

<figure><img src="/files/EdqXcSp9jRSuS7HpbIGe" alt="" width="375"><figcaption></figcaption></figure>

Click 'Estimate gas' - this will simulate the transaction to provide accurate gas consumption forecast. Once you see the estimated gas amount, click 'Send coins':

<figure><img src="/files/uEofBeyhwTKpvI3K5IXA" alt="" width="375"><figcaption></figcaption></figure>

You will see the transaction preview - please, check all the details (network, address, and amount) and click 'Confirm send' to initiate the transfer:

<figure><img src="/files/QirAJTanpMjBmGhEO9OW" alt="" width="375"><figcaption></figcaption></figure>

Your transaction will now be transmitted to the blockchain. Once it goes through, you will see a confirmation (or an error message if it fails) and it will appear in the 'Transfers' list:

<figure><img src="/files/J4Qn5qlzUit3t7yLyT00" alt="" width="375"><figcaption></figcaption></figure>

Going forward, you will be able to pay gas for transfers [in any token](/dex-trading-spot/upcoming-functionality/gas-in-any-erc20-spl-token.md), including [GOOD](/good-token/summary.md).

We will also implement [batch transactions](/wallets/built-in-wallet/smart-contract-wallets/transaction-batching.md) enabled by Smart Contract Wallets - you will be able to send several transfers (different coins, different addresses if needed) and pay gas for a single transaction.


---

# 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.goodcrypto.app/wallets/built-in-wallet/send-coins.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.
