> For the complete documentation index, see [llms.txt](https://docs.teleportdao.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.teleportdao.xyz/light-client-protocol/protocol-overview.md).

# Protocol overview

TeleportDAO is a light-client bridge protocol that connects the source chain to the target chain in a secure and trustless manner. The main components of the protocol are the Relay contract and Relayer nodes. Relayer nodes submit source chain data to the Relay contract, which lives on the target chain. The Relay contract then verifies the validity of the submitted data against the consensus rules of the source chain. Invalid data is rejected by the Relay, while valid data is stored by it.

<figure><img src="https://lh7-us.googleusercontent.com/w8QuBvliJSn87CnIA6rLQidcP2rGUuAM9GK4i4BpMZExZxgHpZMObOh6Wo3yOzkh54dK7A8yG-yhijRtF0z5SK1AX4N2YkpUCGXQy9F7LTkSDMTt4ej10m9mpJiXirS1XrcSABbCIypp9mCxytn6iYA" alt=""><figcaption><p>An overview of how Relay and Relayer work together</p></figcaption></figure>

The Relay contract rewards Relayers who submit valid data from the source chain. This incentivizes Relayers to provide valid source chain data promptly after its inclusion on the source chain. Additionally, this discourages Relayers from submitting invalid data, as their data will eventually be rejected by the Relay contract, resulting in no reward and only loss of transaction fees.

Users and applications on the target chain can utilize the Relay to verify the inclusion of certain data on the source chain, such as user balances, smart contract states, included transactions, block timestamps, etc. Furthermore, an application on the source chain can send messages to an application on the target chain. A user can notify the target chain application of this message, where the target application can verify the message's validity using the Relay contract.

To utilize the Relay, users need to pay a bridging fee, which is collected by the bridge. This fee is then distributed among Relayer nodes who provided valid data beforehand. As the number of Relay users increases, the cost of using the Relay decreases for users.


---

# 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.teleportdao.xyz/light-client-protocol/protocol-overview.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.
