> For the complete documentation index, see [llms.txt](https://docs.glitterfinance.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glitterfinance.org/glitter-crosschain-platform/bridge-core-mvp.md).

# Bridge Core MVP

- [Disclaimer and Key Terms](https://docs.glitterfinance.org/glitter-crosschain-platform/bridge-core-mvp/disclaimer-and-key-terms.md)
- [Bridge Core MVP](https://docs.glitterfinance.org/glitter-crosschain-platform/bridge-core-mvp/bridge-core-mvp.md)
- [Core Concept](https://docs.glitterfinance.org/glitter-crosschain-platform/bridge-core-mvp/bridge-core-mvp/core-concept.md)
- [Bridge Relayer](https://docs.glitterfinance.org/glitter-crosschain-platform/bridge-core-mvp/bridge-core-mvp/bridge-relayer.md): The Glitter Finance Bridge Relayer will serve as a relay protocol for the Glitter Bridge across supported chains to pass validation messages and requests across the bridge smart contract.
- [Sending Request](https://docs.glitterfinance.org/glitter-crosschain-platform/bridge-core-mvp/bridge-core-mvp/sending-request.md)
- [Receiving Request](https://docs.glitterfinance.org/glitter-crosschain-platform/bridge-core-mvp/bridge-core-mvp/receiving-request.md)
- [Glitter Bridge Protocol](https://docs.glitterfinance.org/glitter-crosschain-platform/bridge-core-mvp/bridge-core-mvp/glitter-bridge-protocol.md)
- [Relaying Request](https://docs.glitterfinance.org/glitter-crosschain-platform/bridge-core-mvp/bridge-core-mvp/relaying-request.md)


---

# 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:

```
GET https://docs.glitterfinance.org/glitter-crosschain-platform/bridge-core-mvp.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.
