# Getting Started with the Fairway

Welcome to **Fairway Developer Documentation**.

Fairway provides a decentralized compliance infrastructure that bridges **institutions** and **DeFi protocols** through **identity proofs**, **zero-knowledge verification**, and **standards-based integrations** across **Cardano, Midnight, and EVM**.

***

### Who Should Read This?

* **Smart Contract Developers** → integrate compliance gates into your dApp.
* **Protocol Architects** → design yield, RWA, and liquidity strategies that satisfy institutional requirements.
* **Compliance Teams** → understand how Fairway workflows meet KYC/AML standards without exposing PII.

***

### Where to Start (coming soon)

***

### Next Steps

1. What is Fairway? → [Learn the core architecture.](https://docs.fairway.global/~/revisions/rnSjZBEQmp5ZhwBkzR4G/developers/readme/what-is-fairway)
2. Concepts → [Deep dive into identity proofs, vaults, and trust registries.](https://docs.fairway.global/~/revisions/rnSjZBEQmp5ZhwBkzR4G/developers/core-concepts)
3. APIs & SDKs → [Start coding with Fairway’s endpoints and SDK.](https://docs.fairway.global/~/revisions/rnSjZBEQmp5ZhwBkzR4G/developers/apis-and-sdks)

***

### Security & Compliance Notes

{% hint style="danger" %}
Never store raw PII on-chain. Use proofs, salted commitments, or proof references.
{% endhint %}

{% hint style="info" %}
Fairway’s workflows align with **GDPR**, **eIDAS 2.0**, and evolving **AML directives**.

Our principle: **compliance without surveillance**.
{% endhint %}


---

# 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/developers/readme.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.
