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

# Introduction

#### Welcome to the Silsilat Finance Documentation

**Silsilat** is a decentralized financial infrastructure designed to bridge real-world collateral such as gold-backed pawn receivables with instant, transparent liquidity. It combines **asset tokenization**, **automated liquidity pools**, and **on-chain compliance** to create a trustworthy, Shariah-aligned framework for inclusive finance.

Silsilat means *“chain”* in Arabic symbolizing a seamless connection between **pawnshops**, **investors**, and **regulators** through verifiable digital assets. Every transaction in Silsilat is recorded on **Hedera Hashgraph**, ensuring traceability, immutability, and fairness in every exchange.

#### What This Documentation Covers

This documentation serves as the **technical, functional, and conceptual guide** for all stakeholders including developers, financial institutions, regulators, and partners who wish to understand or join the Silsilat ecosystem.

You will find:

* **System Overview** – how Silsilat works from token creation to liquidity settlement.
* **Architecture & Smart Node Flows** – how Hedera HCS topics, IPFS artifacts, and AI evaluators interact.
* **Agent Layer** – autonomous evaluators for gold valuation, compliance, and policy enforcement.
* **Liquidity & Tokenomics** – how funds move between pawnshops, investors, and liquidity pools.
* **Integration Guides** – APIs, schemas, and SDKs for third-party developers.
* **Governance & Compliance** – the policy logic and traceability principles behind every transaction.

#### Why Silsilat Matters

Silsilat was built to **reimagine traditional pawn finance** by fusing the trust of gold with the efficiency of decentralized markets. In much of the developing world, **pawnshops are the largest source of micro-credit**, yet liquidity remains fragmented and opaque.

By tokenizing pawn receipts and automating liquidity settlement, Silsilat:

* Delivers **instant financing** to pawnshops.
* Enables **fractional participation** by ethical investors.
* Ensures **full regulatory visibility** via on-chain audit trails.

This documentation is your guide for exploring that transformation, from the ground-truth data of gold collateral to programmable liquidity that empowers real economies.


---

# 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.silsilat.finance/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.
