> For the complete documentation index, see [llms.txt](https://docs.txn.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.txn.io/channels/channels-deposit-flow.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.txn.io/channels/channels-deposit-flow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
