> For the complete documentation index, see [llms.txt](https://docs.guardrail.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardrail.ai/use-cases/bridges.md).

# Bridges & Cross-Chain

Bridges are high-value targets—over 50% of DeFi losses come from bridge exploits. Cross-chain verification requires specialized monitoring.

## Key Risks

* **Message validation failures** between source and destination chains
* **Mint/burn mismatches** creating unbacked tokens
* **Relay manipulation** submitting fraudulent cross-chain messages
* **Upgrade vulnerabilities** in bridge contracts

## Guards We Deploy

**Cross-Chain Message Matching** — Verify bridged amounts match between source and destination.

**Mint/Burn Limits** — Alert when token minting exceeds expected thresholds.

**Bridge Relay Monitoring** — Track relay operations and flag anomalies.

**Upgrade Event Guards** — Monitor proxy upgrades and initialization calls.

## Case Study: Concero

> "No one can tell me anything that will convince me not to use Guardrail." — Andy Bohutsky, Founder

1-day implementation with real-time cross-chain message validation.

[Read full case study →](https://www.guardrail.ai/case-studies/concero)

***


---

# 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.guardrail.ai/use-cases/bridges.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.
