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

# Vault Strategy

Ledgity’s yield model is built on **real economic activity**, not token incentives or leverage cycles.\
The objective is to deliver **stable, recurring, and liquid yield** while preserving **capital integrity and on-chain accessibility.**

***

### **Strategy Principles**

The RWA portfolio is structured around three core principles:

| Principle                 | Meaning                                                                             |
| ------------------------- | ----------------------------------------------------------------------------------- |
| **Short Duration**        | Capital cycles frequently to support withdrawal liquidity and reduce duration risk. |
| **Diversified Exposure**  | Yield does not rely on a single asset class, issuer, or sector.                     |
| **Transparent Cash Flow** | Yield is generated from contractual, identifiable, and recurring payments.          |

> The strategy is designed to behave **independently from crypto market cycles**.

***

### **Portfolio Allocation Model (Target)**

| Allocation | Exposure Type                                         | Purpose                                                        |
| ---------- | ----------------------------------------------------- | -------------------------------------------------------------- |
| **80%**    | **Short-duration Real-World Yield Portfolio**         | Core yield generation — diversified, recurring payments.       |
| **15%**    | **Low-Risk On-Chain Strategies** (Aave, Morpho, etc.) | Liquidity efficiency & flexibility while maintaining security. |
| **5%**     | **On-Chain Liquidity Buffer**                         | Supports **instant withdrawals** and operational settlement.   |

#### **80% — Real-World Yield Portfolio**

The core portfolio includes diversified exposure to:

* Trade finance flows
* Short-term corporate receivables
* Treasury and cash management instruments
* Tokenized money market alternatives
* Factoring and revenue-based financing in select cases

All positions are:

* **Short duration** (typically 30–180 days)
* **Collateralized or secured by senior claims**
* **Audited and monitored** through institutional reporting frameworks

#### **15% — Secured On-Chain Yield**

Low-risk, liquid DeFi instruments used only where:

* Smart contracts are audited
* Protocols have battle-tested track records
* Collateral is high-quality & liquid

This component ensures on-chain composability and immediate redeployment flexibility.

#### **5% — Liquidity Buffer**

Maintained **on-chain**, enabling:

* Instant withdrawals for most users
* Low operational friction
* Linearity between inflows and outflows

Large withdrawals are processed through **scheduled liquidity windows** to preserve asset integrity.

***

### **Risk Management Framework**

| Risk Dimension                    | Controls in Place                                               |
| --------------------------------- | --------------------------------------------------------------- |
| **Counterparty Risk**             | Due diligence, financial scoring, performance tracking          |
| **Duration Risk**                 | Short-duration instruments with predictable repayment cycles    |
| **Liquidity Risk**                | On-chain liquidity buffer + rolling maturities                  |
| **Collateral / Asset Backing**    | Collateralization or senior-secured structures where applicable |
| **Operational & Compliance Risk** | PSAN compliance, KYB/KYC, AML screening, audit trails           |
| **Smart Contract Risk**           | Independent audits + battle-tested integrations                 |

Risk is not eliminated — but it is **identified, quantified, and managed transparently**.

***

### **Reporting & Transparency**

Ledgity provides:

* **Portfolio allocation breakdowns**
* **PPS (Price Per Share) valuation transparency**
* **On-chain valuation view for liquidity buffer**
* **Periodic reporting for institutional clients**

Institutional company will allow:

* Yield statements (CSV / PDF)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ledgity.finance/history-and-evolution/vault-strategy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
