> 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-3-mainnet.md).

# Tranche 3: Mainnet Launch, Fiat Gateway & Audit Remediation

* **Tranche Budget:** $30,000 USD (25% of total budget)
* **Target Completion:** Month 3–4 (October–November 2026)
* **Development Focus:** Production Mainnet Release & Security Hardening

***

### Deliverable 3.1: Production Mainnet Deployment & Multisig Treasury

* **Description:** Production deployment of audited YolkFi smart contracts, `$YOLK` SAC initialization, and multi-signature Treasury vault configuration on Stellar Mainnet.
* **Completion Criteria:** Verified mainnet contract deployments, genesis ledger transactions, and active multisig signer policies publicly traceable on Stellar network explorers.
* **Budget Allocation:** $10,000 USD

### Deliverable 3.2: SEP-24 Fiat Gateway & Live Production Feeds

* **Description:** Integration of SEP-24 Anchor Platform (interactive deposits/withdrawals for USDC/EURC/EURCV), MoneyGram Access rails, and live telemetry connection to AT Grup’s physical facility.
* **Completion Criteria:** Operational fiat deposit/withdrawal widget active in production; live Oracle Worker broadcasting daily verified production data from AT Grup's facility.
* **Budget Allocation:** $9,000 USD

### Deliverable 3.3: Open-Source Repository & Developer Documentation

* **Description:** Open-sourcing of full protocol repositories on GitHub, including smart contracts, oracle worker, frontend SDK, and developer documentation.
* **Completion Criteria:** Public GitHub repositories with open-source licenses, comprehensive READMEs, integration runbooks, and public GitBook documentation.
* **Budget Allocation:** $5,000 USD

### Deliverable 3.4: Stellar Audit Bank Remediation & Security Hardening

* **Description:** Resolution of all critical, high, and medium severity findings identified by the Stellar Audit Bank review; deployment of hardened contracts.
* **Completion Criteria:** Publicly published remediation report detailing fixes implemented for every audit finding, accompanied by passing regression test suites.
* **Budget Allocation:** $6,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-3-mainnet.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.
