# Home

Language: **English** | [Español](https://lendaraprotocol.gitbook.io/lendara/es)

***

[![npm version](https://img.shields.io/npm/v/@lendara/sdk?color=orange\&style=flat-square)](https://www.npmjs.com/package/@lendara/sdk)

A reusable investment protocol on Stellar/Soroban that standardizes the **Investors → Pool → Activity → Returns** flow, using [Trustless Work](https://trustlesswork.com) escrow infrastructure as the base layer.

{% embed url="<https://youtu.be/T2JcRoZGbi0?si=L3TxEaFcCvwe9RCw>" %}

***

### Installation

```bash
npm install @lendara/sdk
```

***

### What does Lendara solve?

Lendara turns any income-generating activity (real estate, trade finance, agriculture, microfinance, events) into a tokenized investment pool with:

* **Standardized roles** — who does what in each investment (operator, verifier, pool manager)
* **Sector templates** — pre-configured parameters for 5 industry verticals
* **On-chain evidence** — Activity Reporter contract for transparent reporting
* **Investor protection** — funding caps, deadlines, refund mechanisms, verification requirements

***

Explore the documentation using the sidebar, or start with the [Quickstart](https://lendaraprotocol.gitbook.io/lendara/getting-started/quickstart).

***

### Team

* Anouk Rimola
* Elisa Araya
* Karen Giannetto

***

### License

MIT


---

# 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://lendaraprotocol.gitbook.io/lendara/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.
