> 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/04.-milestones-and-deliverables/tranche-1-mvp.md).

# Tranche 1: Core Protocol & Oracle Foundation

* **Tranche Budget:** $42,000 USD (35% of total budget)
* **Target Completion:** Month 1–2 (August–September 2026)
* **Development Focus:** Local & Devnet Architecture

***

### Deliverable 1.1: Core Soroban Smart Contract Suite

* **Description:** Engineering and compilation of `InvestorRegistry.rs`, `ProductionRegistry.rs`, `HenNFT.rs`, and foundational `YieldDistributor.rs` in Rust using Soroban SDK.
* **Completion Criteria:** Comprehensive repository with compilable Rust smart contracts passing localized unit test suites (Cargo test) with ≥ 90% test coverage on access control, minting, and yield calculation.
* **Budget Allocation:** $18,000 USD

### Deliverable 1.2: Cryptographic Oracle Worker Pipeline

* **Description:** Development of the Oracle Worker Node capable of normalizing Big Dutchman telemetry, applying sanity checks, and signing canonical `ProductionCycleReport` payloads with Ed25519.
* **Completion Criteria:** Standalone automated test suite validating that valid signatures pass `env.crypto().ed25519_verify()` on Soroban while tampered or stale (> 36h) payloads are atomically rejected.
* **Budget Allocation:** $14,000 USD

### Deliverable 1.3: Compliance & Asset Routing Middleware

* **Description:** Backend API architecture (Node.js/TypeScript, PostgreSQL) establishing compliance mapping, batch tracking schemas, and Oracle execution triggers.
* **Completion Criteria:** Functional API endpoints capable of processing mock farm ERP data, verifying investor eligibility, and dispatching signed contract transactions.
* **Budget Allocation:** $10,000 USD


---

# 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/04.-milestones-and-deliverables/tranche-1-mvp.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.
