# Compliance and risk management Guides

- [Compliance Bridge: Trust for Institutional DeFi](https://docs.fairway.global/learn/compliance-and-risk-management-guides/compliance-bridge-trust-for-institutional-defi.md): Trust, not tech, is the barrier. Fairway’s compliance bridge uses KYC vaults, ZK proofs, and identity tokens to unlock safe institutional DeFi.
- [Risk management as Code - Making Rules Programmable in DeFi](https://docs.fairway.global/learn/compliance-and-risk-management-guides/risk-management-as-code-making-rules-programmable-in-defi.md): TradFi compliance officers rely on manuals, memos, and human interpretation. DeFi can do better; Turn risk policies into executable code.
- [Privacy vs. Regulation, The False Choice](https://docs.fairway.global/learn/compliance-and-risk-management-guides/privacy-vs.-regulation-the-false-choice.md): Too often, builders think: either expose all PII for compliance or keep everything private. That’s a false choice.
- [Sanctions in Real Time: Why Revocation Matters?](https://docs.fairway.global/learn/compliance-and-risk-management-guides/sanctions-in-real-time-why-revocation-matters.md): Static KYC is dangerous. If a wallet passes KYC in 2023 but gets sanctioned in 2024, protocols without revocation are exposed.
- [The Compliance Moat: Turning Regulation into a Competitive Edge](https://docs.fairway.global/learn/compliance-and-risk-management-guides/the-compliance-moat-turning-regulation-into-a-competitive-edge.md): In Institutional DeFi, compliance is not defense but a moat. With trust registries, ZK identity tokens, and SDKs, protocols turn regulation into an advantage.
- [Counterparty Risk in DeFi: The Invisible Exposure](https://docs.fairway.global/learn/compliance-and-risk-management-guides/counterparty-risk-in-defi-the-invisible-exposure.md)


---

# Agent Instructions: 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.fairway.global/learn/compliance-and-risk-management-guides.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.
