> For the complete documentation index, see [llms.txt](https://stellar.gitbook.io/scf-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stellar.gitbook.io/scf-handbook/scf-awards.md).

# SCF AWARDS

- [Official Rules for Submissions](https://stellar.gitbook.io/scf-handbook/scf-awards/official-rules-for-submissions.md)
- [Build Award](https://stellar.gitbook.io/scf-handbook/scf-awards/build-award.md): Updated 01/9/2026
- [Submission Criteria](https://stellar.gitbook.io/scf-handbook/scf-awards/build-award/submission-criteria.md)
- [Budget & Deliverable Guidelines](https://stellar.gitbook.io/scf-handbook/scf-awards/build-award/budget-and-deliverable-guidelines.md)
- [Integration Track](https://stellar.gitbook.io/scf-handbook/scf-awards/build-award/integration-track.md)
- [Integration List](https://stellar.gitbook.io/scf-handbook/scf-awards/build-award/integration-track/integration-list.md): SCF Build Integration Track: Current Integration List
- [Full Integration List](https://stellar.gitbook.io/scf-handbook/scf-awards/build-award/integration-track/full-integration-list.md): SCF Build Integration Track: Current Integration List
- [Open Track](https://stellar.gitbook.io/scf-handbook/scf-awards/build-award/open-track.md)
- [RFP Track](https://stellar.gitbook.io/scf-handbook/scf-awards/build-award/rfp-track.md): The RFP (Request for Proposals) Track funds developer tooling that solves known problems in the ecosystem. These submissions must align with an active SCF RFP.
- [Resubmission](https://stellar.gitbook.io/scf-handbook/scf-awards/build-award/resubmission.md): If your project wasn't selected for funding, you can submit it again, but only after you've made meaningful improvements.
- [Quarterly Governance Process](https://stellar.gitbook.io/scf-handbook/scf-awards/build-award/quarterly-governance-process.md)
- [Referral Program](https://stellar.gitbook.io/scf-handbook/scf-awards/build-award/referral-program.md)
- [Instawards](https://stellar.gitbook.io/scf-handbook/scf-awards/instawards.md)
- [Official Rules](https://stellar.gitbook.io/scf-handbook/scf-awards/instawards/official-rules.md)
- [Helpful Resources](https://stellar.gitbook.io/scf-handbook/scf-awards/helpful-resources.md)
- [Overall recommendations for Submissions](https://stellar.gitbook.io/scf-handbook/scf-awards/helpful-resources/overall-recommendations-for-submissions.md)
- [Additional Project Information](https://stellar.gitbook.io/scf-handbook/scf-awards/helpful-resources/additional-project-information.md)
- [How To Engage with the Community](https://stellar.gitbook.io/scf-handbook/scf-awards/helpful-resources/how-to-engage-with-the-community.md)


---

# 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://stellar.gitbook.io/scf-handbook/scf-awards.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.
