# Applications/Development

We were building an ecosystem of DAOs starting with a [Code Review DAO (CRDAO)](https://crdao.ossa.dev/), Arbitration DAO (ADAO), and Science Publishing DAO (SPD) on the Casper blockchain, where we secured >$1M in grants. However, there has been a grant freeze due to Casper Blockchain's CSPR token crash. We were only able to build a couple of toy models. CRDAO, ADAO, and SPD are all applications of Evo-Labs' DAO Governance Framework (DGF).

All of our development has been open source.&#x20;

* [CRDAO](https://crdao.ossa.dev/) - [GitHub](https://github.com/make-software/dao-contracts/blob/master/README.md)
* DGF Demo (Coming Soon) - [Gitea](https://gitea.evo-labs.org/)\
  &#x20;


---

# Agent Instructions: 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:

```
GET https://docs.evo-labs.org/evolution-labs-docs/getting-started/implementation/applications-development.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
