> 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/getting-started/quickstart.md).

# Quickstart

Get from zero to protected in under 10 minutes.

## Video Walkthrough

Watch our founder demonstrate how Guardrail works—from setup to catching real attacks:

{% embed url="<https://www.loom.com/share/dfc64444602744aeb5699003810cf472>" %}

## How Guardrail Works

* **Connect your contracts** — No code changes required. Just provide contract addresses.
* **Deploy guards** — Choose from our blueprint library or work with our team on custom monitoring.
* **Get alerts** — Slack, Discord, PagerDuty, Telegram, or webhooks. Sub-second delivery.
* **Respond** — Manually investigate or trigger automated responses.

## Why Audits Aren't Enough

The biggest DeFi hacks of 2024-2025—Cetus ($224M), Radiant ($50M), WazirX ($230M)—all happened on audited code. Audits verify code at a point in time. They can't catch:

* **Runtime attacks** — Flash loans, price manipulation, reentrancy during execution
* **Governance exploits** — Compromised multisigs, malicious proposals
* **Economic attacks** — Oracle manipulation, MEV exploits
* **Upgrade vulnerabilities** — Uninitialized proxies, storage collisions

Guardrail monitors what actually happens on-chain, in real-time.

## Next Steps

* [Explore Use Cases →](https://github.com/CryptoGuardrail/docs-v3-external/blob/main/use-cases/README.md)
* [View Guard Catalog →](https://github.com/CryptoGuardrail/docs-v3-external/blob/main/guards/README.md)
* [See Case Studies →](https://github.com/CryptoGuardrail/docs-v3-external/blob/main/case-studies/README.md)

For setup guides and configuration details, log in to access [App Documentation →](https://docs.guardrail.ai/app/)

***


---

# 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/getting-started/quickstart.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.
