> For the complete documentation index, see [llms.txt](https://docs.yolkfi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yolkfi.com/01.-project-overview-and-traction/abstract.md).

# Project Abstract & Vision

### Executive Summary

**YolkFi** brings productive agricultural assets on-chain by transforming an established, highly profitable commercial egg production operation into a transparent tokenized investment protocol on Stellar.

Unlike typical RWA projects that construct theoretical token mechanics in search of an underlying asset, YolkFi begins with a 27-year operational business generating millions of units of physical food production every month. The protocol uses Stellar’s asset issuance, Soroban smart contracts, and regulated stablecoins to create a trustless, transparent bridge between physical agricultural cash flows and global capital.

***

### Project Metadata

* **Project Title:** YolkFi
* **Submission Title:** Soroban RWA Poultry Yield Integration
* **Category:** Financial Protocol / Real-World Assets (RWA)
* **Target Network:** Stellar Mainnet (Soroban)
* **Smart Contract Language:** Rust (Soroban SDK)
* **Settlement Assets:** USDC, EURC (Circle), EURCV (SG-FORGE), $YOLK
* **Official Web Application:** <https://dev-webapp.yolkfi.com/>
* **GitHub Organization:** <https://github.com/YolkFi>

***

### The Problem & The Solution

#### The Traditional Agricultural Financing Problem

1. **High Capital Intensity:** Industrial poultry operations require substantial upfront capital to purchase pullets (young hens), high-protein specialized feed, climate-controlled housing, and automated grading systems before realizing commercial revenues.
2. **Restricted Financing Rails:** Traditional commercial agricultural loans carry prohibitive interest rates, restrictive regional underwriting, and lengthy bureaucratic approval cycles.
3. **Retail Access Barriers:** Retail and international investors are completely excluded from participating in direct, cash-flowing productive agricultural investments due to geographical, legal, and operational barriers.

#### The YolkFi Solution on Stellar

* **Pre-Financing Batch Model:** Investors pre-finance specific, numbered production batches of laying hens for their productive lifecycle (\~12 to 14 months).
* **Fractionalized Digital Ownership:** Each laying hen is represented by a 1:1 asset-backed **Hen NFT** on Soroban, linking the digital token to physical farm infrastructure.
* **Transparent Yield Distribution:** Verified commercial egg sales are converted to stablecoins and distributed proportionally to token holders on-chain.
* **Global Liquidity & Abstraction:** Users worldwide can onboard using fiat or crypto, earn real-world AgTech yields, and exit via decentralized secondary markets on Soroswap.


---

# 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.yolkfi.com/01.-project-overview-and-traction/abstract.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.
