# Tylt CPG (crypto-asset gateway )

Tylt CPG is a crypto-asset gateway that enables businesses to accept, transfer, and settle digital assets through a unified API. It provides infrastructure for handling crypto-asset transactions, allowing merchants to receive funds, initiate transfers, and manage balances across supported blockchain networks.

***

#### Accept Crypto-Assets

This section covers the process of enabling end users to transfer crypto-assets to the merchant.

It includes guidance on:

* Creating deposit instances
* Tracking transaction lifecycle and confirmations
* Accessing transaction history and reconciliation data

***

#### Transfer Crypto-Assets

This section covers how merchants can initiate outbound crypto-asset transfers.

Typical use cases include:

* Transfers to external wallet addresses
* Internal treasury movements
* Settlement of obligations in crypto-assets

It also includes guidance on transaction tracking and status monitoring.

***


---

# 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.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.
