> 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/roadmap.md).

# SCF Roadmap & Budget Overview

### Award Summary

* **Track:** Open Track (Build Award)
* **Total Budget Request:** **$120,000 USD** in XLM
* **Project Duration:** **\~4 Months** (August – November 2026)
* **Final Objective:** Live deployment on **Stellar Mainnet** with Season 1 flock integration.

***

### Scope-Derived Tranche Budget Distribution

The budget reflects development gravity, prioritizing core Rust smart contract engineering, cryptographic security, and oracle middleware in the initial tranches.

| Tranche        | Stage        | Budget      | % of Award | Key Focus                                                    |
| -------------- | ------------ | ----------- | ---------- | ------------------------------------------------------------ |
| **Tranche #0** | Approval     | $12,000 USD | 10%        | Grant onboarding & environment setup                         |
| **Tranche #1** | MVP / Devnet | $42,000 USD | 35%        | Core Soroban smart contract suite & Cryptographic Oracle     |
| **Tranche #2** | Testnet      | $36,000 USD | 30%        | Testnet dApp, Stellar Wallets Kit, Privy, Soroswap AMM       |
| **Tranche #3** | Mainnet      | $30,000 USD | 25%        | Mainnet launch, Multisig Treasury, SEP-24, Audit remediation |


---

# 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/roadmap.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.
