# Transfer Crypto-Assets

The Transfer Crypto-Assets section covers how merchants can initiate outbound transfers of crypto-assets using the Tylt API.This section provides guidance on creating transfer requests, managing transaction execution, and tracking the lifecycle of outbound crypto-asset movements across supported blockchain networks.

***

#### Key Capabilities

* **Creating Transfer Requests**\
  Merchants can initiate transfers of supported crypto-assets to external wallet addresses or internal accounts. Transfers can be configured using crypto-denominated values.
* **Transaction Tracking**\
  Merchants can monitor the status of each transfer, including initiation, broadcast, and on-chain confirmation.
* **Transaction Information**\
  Detailed information for a specific transfer can be retrieved using the associated transaction or order identifier.
* **Webhook Integration**\
  Tylt provides webhook-based callbacks to deliver real-time updates on transfer status and lifecycle events.


---

# 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.tylt.money/tylt-cpg-crypto-asset-gateway/api-reference/transfer-crypto-assets.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.
