# Smart Contracts

The Application functionality ( the dApp) part of Codo comes in the form of the Web application and the Smart Contracts that accompany the Project. For each sub-application there is an accompanying Smart Contract that has to be deployed to an Ethereum compatible Blockchain. The smart contracts are based on OpenZeppelin and try to adhere to Open Standards such that existing Projects can start using the Web Apps without the need for deploying new contracts. The exeption is the core Codo Project conctract including the planner and Task Management that has to be deployed for all projects. The contracts are summarized below.

| Contract | Application | Creator/maintainer | Auditor | Required? |
| -------- | ----------- | ------------------ | ------- | --------- |
| Project  | Planner     |                    |         |           |
|          |             |                    |         |           |
|          |             |                    |         |           |


---

# 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.codo.community/c/community/projects/smart-contracts.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.
