# Channels deposit flow

## Channels flow of funds

<figure><img src="/files/k8ypkup2dpfT8eLxE8uo" alt=""><figcaption></figcaption></figure>

## Channels diagram

<figure><img src="/files/NNB1OPyv3gVlBVNvgPe7" alt=""><figcaption></figcaption></figure>

## Channel status list

<table><thead><tr><th width="156">status</th><th width="139">Final state?</th><th>Description</th></tr></thead><tbody><tr><td>enabled</td><td>no</td><td>The enabled state means that Txn will process incoming deposit transactions and credit the merchant's balance as usual.</td></tr><tr><td>disabled</td><td>no</td><td>The disabled state means that Txn won't process incoming deposits, convert crypto to fiat, or credit funds to the merchant's balance. This can be useful when merchants want to stop or pause deposits made through a particular channel.</td></tr></tbody></table>

## Channel Deposit status list

<table><thead><tr><th width="156">status</th><th width="139">Final state?</th><th>Description</th></tr></thead><tbody><tr><td>Pending</td><td>no</td><td>Deposit detected. Txn is awaiting transaction confirmation on the blockchain.</td></tr><tr><td>Completed</td><td>yes</td><td>Deposit confirmed on the blockchain. Txn has credited the funds to the merchant.</td></tr><tr><td>On Hold</td><td>no</td><td>Deposit has been evaluated as a risk and is subject to further review by Compliance.</td></tr><tr><td>Rejected</td><td>yes</td><td>Deposit has been rejected by Compliance.</td></tr></tbody></table>

<figure><img src="/files/5RSaHnZyQBkrwDwbxVpB" alt=""><figcaption><p>Channel Deposit status flow</p></figcaption></figure>


---

# 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.txn.io/channels/channels-deposit-flow.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.
