> For the complete documentation index, see [llms.txt](https://block-convey.gitbook.io/block-convey/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://block-convey.gitbook.io/block-convey/block-convey-blockchain-infrastructure/blockconvey-protocol-components.md).

# BlockConvey Protocol Components

We define the network by understanding the following terms:&#x20;

**Server:** A server is any entity running the BlockConvey Server software which participates in the consensus process.

**Authority Node:** In our network, either the development team will decide how many authority nodes are needed and who will run them, or the community will vote for the decision (once permissioned public). These nodes’ tasks are the same as full nodes in other networks.

**Master Node:** Master nodes cannot add blocks to our blockchain. They only serve to validate and record transactions.

**Light Node:** This is a lightweight node. This type of node communicates with the blockchain while relying on full nodes to provide them with the necessary information. As they do not store a copy of the whole chain, they only query the current status for which block is last and broadcast transactions for processing.

**Last-Closed Ledger:** The last-closed ledger is the most recent ledger that has been ratified by the consensus process and thus represents the current state of the network.

**Open Ledger:** The open ledger is the current operating status of an authority and master node (each node maintains its own open ledger). Transactions initiated by end-users of a given authority server are applied to the open ledger of that server, but transactions are not considered final until they have passed through the consensus process, at which point the open ledger becomes the last- closed ledger.

&#x20;


---

# 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://block-convey.gitbook.io/block-convey/block-convey-blockchain-infrastructure/blockconvey-protocol-components.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.
