> For the complete documentation index, see [llms.txt](https://pencil-finance.gitbook.io/pencilfinancedocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pencil-finance.gitbook.io/pencilfinancedocs/introduction/why-student-loans.md).

# Why Student Loans?

Student loans represent a high-need, high-impact sector with underserved capital markets in many parts of the world. Financing for education is often costly, fragmented, and inaccessible to many students. Meanwhile, global DeFi liquidity is abundant but lacks exposure to real-world, impact-driven assets. Pencil Finance bridges this gap by making education-backed lending investable, programmable, and transparent.

Benefits include:

* Creating yield for investors with a meaningful social outcome.
* Unlocking non-dilutive funding for trusted education lenders.
* Bringing transparency and accountability to loan performance.

Education remains one of the most effective drivers of upward social mobility, yet millions of students globally are excluded due to lack of affordable financing. Traditional financing mechanisms are often bound by regional risk models, limited underwriting data, or regulatory constraints. Pencil Finance leverages blockchain technology to unlock borderless, programmatic capital flows that are efficient and inclusive.

By tokenizing loan portfolios, Pencil enables real-time repayment tracking, transparent performance metrics, and auditable risk exposure—all while offering investors a stable and structured return. This makes student lending not just an impact-driven cause, but a viable and scalable financial product in the decentralized ecosystem.


---

# 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://pencil-finance.gitbook.io/pencilfinancedocs/introduction/why-student-loans.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.
