> For the complete documentation index, see [llms.txt](https://docs.astrakode.tech/akb-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.astrakode.tech/akb-wiki/astrakode-wiki/network-composer/components/channel.md).

# Channel

## Introduction

A Channel is a private 'subnet' of communication between two or more specific Client Organizations, allowing for data isolation and confidentiality by providing a Channel-specific ledger. The ledger is shared across the peers in the channel, and transacting parties must be authenticated to the channel in order to interact with it.

One can think of a channel as the Network implementation of a Consortium. However, as a Consortium might be associated with more than one Channel (for instance in the case where different ledgers are needed, or in the case where only a subset of a Consortium’s Organizations need to transact and one does not want to implement a specific Consortium for that purpose) this is not a one-to-one correspondence.

<figure><img src="/files/oWB7G5y3SdTmEwhNKr26" alt=""><figcaption><p>Channel seen in the IDE</p></figcaption></figure>

<figure><img src="/files/9KlYryuPm0PiZm2TzSWd" alt=""><figcaption></figcaption></figure>

## Configuration

In AKB once a consortium is defined, a channel will automatically be generated and all the client organizations already associated with that consortium will automatically join the channel (this is just for convenience, one is free to select any subset of the Consortium’s members as Channel members). However, you can always edit the channel configuration by double clicking on it and proceed with the settings:

* **Name**: defines the channel’s name and it must contain only alphanumeric characters or '\_' and be 20 characters at most;
* **Members**: defines which Organizations are part of this Channel (they must also be part of the Consortium associated to the Channel).


---

# 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.astrakode.tech/akb-wiki/astrakode-wiki/network-composer/components/channel.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.
