# V0 – Core Architecture \[Finished]

* Launch of dual-tranche lending model (Senior Grow Token & Junior EDUFI NFT)
* Onboarding of **whitelisted lending partners**
* Core smart contract infrastructure:
  * Loan bundling and on-chain tokenization
  * Capital deployment, repayment, and redemption flows
  * **Waterfall-based repayment logic** for tranche distribution
* Key features:
  * **10% reserve liquidity buffer** for early redemptions
  * **FIFO withdrawal queue** for capital stability
  * **Auto-triggered redemptions** at loan maturity
  * On-chain **repayment tracking dashboard** for investors


---

# 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://pencil-finance.gitbook.io/pencilfinancedocs/product-roadmap/v0-core-architecture-finished.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.
