# Introduction

This project presents Cryndex, a decentralised application (dApp) that synthesises stable cryptocurrencies pegged to real-world assets including commodities, stocks, and market indices. Cryndex implements a collateralised borrowing mechanism where users can mint synthetic tokens by depositing collateral, creating a decentralised financial ecosystem that bridges traditional and digital finance. The protocol incorporates elements from established DeFi platforms---borrowing mechanics inspired by Aave's health factor system and a savings rate mechanism modelled after MakerDAO's DAI Savings Rate. This hybridisation creates a comprehensive system where borrowers pay interest to maintain their positions, which in turn subsidises yields for savers who deposit assets into the protocol. Through extensive testing and evaluation, the project demonstrates how blockchain technology can provide access to traditional financial markets without intermediaries. The implementation showcases the technical feasibility of creating synthetic assets with reliable price pegs while maintaining protocol solvency through carefully balanced risk parameters. Cryndex represents a novel approach to democratising access to global financial markets through decentralised technology.


---

# 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://cryndex-labs.gitbook.io/cryndex-docs/introduction.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.
